[Midnightbsd-cvs] mports [18373] trunk/devel/jansson: jansson 2.7

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 12:41:31 EDT 2015


Revision: 18373
          http://svnweb.midnightbsd.org/mports/?rev=18373
Author:   laffer1
Date:     2015-03-27 12:41:30 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
jansson 2.7

Modified Paths:
--------------
    trunk/devel/jansson/Makefile
    trunk/devel/jansson/distinfo
    trunk/devel/jansson/files/patch-src_utf.h
    trunk/devel/jansson/pkg-plist

Modified: trunk/devel/jansson/Makefile
===================================================================
--- trunk/devel/jansson/Makefile	2015-03-27 16:40:40 UTC (rev 18372)
+++ trunk/devel/jansson/Makefile	2015-03-27 16:41:30 UTC (rev 18373)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	jansson
-PORTVERSION=	2.6
+PORTVERSION=	2.7
 CATEGORIES=	devel
 MASTER_SITES=	http://www.digip.org/jansson/releases/
 

Modified: trunk/devel/jansson/distinfo
===================================================================
--- trunk/devel/jansson/distinfo	2015-03-27 16:40:40 UTC (rev 18372)
+++ trunk/devel/jansson/distinfo	2015-03-27 16:41:30 UTC (rev 18373)
@@ -1,2 +1,2 @@
-SHA256 (jansson-2.6.tar.bz2) = d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d
-SIZE (jansson-2.6.tar.bz2) = 319429
+SHA256 (jansson-2.7.tar.bz2) = 459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc
+SIZE (jansson-2.7.tar.bz2) = 357335

Modified: trunk/devel/jansson/files/patch-src_utf.h
===================================================================
--- trunk/devel/jansson/files/patch-src_utf.h	2015-03-27 16:40:40 UTC (rev 18372)
+++ trunk/devel/jansson/files/patch-src_utf.h	2015-03-27 16:41:30 UTC (rev 18373)
@@ -1,11 +1,11 @@
---- src/utf.h.orig	2010-01-30 20:53:52.000000000 +0800
-+++ src/utf.h	2010-01-30 20:54:05.000000000 +0800
-@@ -8,6 +8,8 @@
- #ifndef UTF_H
- #define UTF_H
+--- src/utf.h.orig	2014-10-13 20:43:43.714736504 +0800
++++ src/utf.h	2014-10-13 20:43:55.760735241 +0800
+@@ -16,6 +16,8 @@
+ #include <stdint.h>
+ #endif
  
 +#include <sys/types.h>
 +
- int utf8_encode(int codepoint, char *buffer, int *size);
+ int utf8_encode(int32_t codepoint, char *buffer, size_t *size);
  
- int utf8_check_first(char byte);
+ size_t utf8_check_first(char byte);

Modified: trunk/devel/jansson/pkg-plist
===================================================================
--- trunk/devel/jansson/pkg-plist	2015-03-27 16:40:40 UTC (rev 18372)
+++ trunk/devel/jansson/pkg-plist	2015-03-27 16:41:30 UTC (rev 18373)
@@ -2,5 +2,6 @@
 include/jansson_config.h
 lib/libjansson.a
 lib/libjansson.so
-lib/libjansson.so.10
+lib/libjansson.so.4
+lib/libjansson.so.4.7.0
 libdata/pkgconfig/jansson.pc



More information about the Midnightbsd-cvs mailing list