Date: Mon, 13 Oct 2014 13:36:57 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370774 - in head/devel/jansson: . files Message-ID: <201410131336.s9DDavUA049073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Oct 13 13:36:56 2014 New Revision: 370774 URL: https://svnweb.freebsd.org/changeset/ports/370774 QAT: https://qat.redports.org/buildarchive/r370774/ Log: Upgrade to 2.7. Modified: head/devel/jansson/Makefile head/devel/jansson/distinfo head/devel/jansson/files/patch-src_utf.h head/devel/jansson/pkg-plist Modified: head/devel/jansson/Makefile ============================================================================== --- head/devel/jansson/Makefile Mon Oct 13 13:20:51 2014 (r370773) +++ head/devel/jansson/Makefile Mon Oct 13 13:36:56 2014 (r370774) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= jansson -PORTVERSION= 2.6 -PORTREVISION= 1 +PORTVERSION= 2.7 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ Modified: head/devel/jansson/distinfo ============================================================================== --- head/devel/jansson/distinfo Mon Oct 13 13:20:51 2014 (r370773) +++ head/devel/jansson/distinfo Mon Oct 13 13:36:56 2014 (r370774) @@ -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: head/devel/jansson/files/patch-src_utf.h ============================================================================== --- head/devel/jansson/files/patch-src_utf.h Mon Oct 13 13:20:51 2014 (r370773) +++ head/devel/jansson/files/patch-src_utf.h Mon Oct 13 13:36:56 2014 (r370774) @@ -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: head/devel/jansson/pkg-plist ============================================================================== --- head/devel/jansson/pkg-plist Mon Oct 13 13:20:51 2014 (r370773) +++ head/devel/jansson/pkg-plist Mon Oct 13 13:36:56 2014 (r370774) @@ -3,5 +3,5 @@ include/jansson_config.h lib/libjansson.a lib/libjansson.so lib/libjansson.so.4 -lib/libjansson.so.4.6.0 +lib/libjansson.so.4.7.0 libdata/pkgconfig/jansson.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410131336.s9DDavUA049073>