Upgrade to 2.7.

This commit is contained in:
Vanilla I. Shu 2014-10-13 13:36:56 +00:00
parent bcd0fff7b5
commit 22fe0a57bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370774
4 changed files with 12 additions and 12 deletions

View File

@ -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/

View File

@ -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

View File

@ -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);

View File

@ -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