mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to 2.7.
This commit is contained in:
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
|
@ -2,8 +2,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= jansson
|
PORTNAME= jansson
|
||||||
PORTVERSION= 2.6
|
PORTVERSION= 2.7
|
||||||
PORTREVISION= 1
|
PORTREVISION= 0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.digip.org/jansson/releases/
|
MASTER_SITES= http://www.digip.org/jansson/releases/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (jansson-2.6.tar.bz2) = d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d
|
SHA256 (jansson-2.7.tar.bz2) = 459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc
|
||||||
SIZE (jansson-2.6.tar.bz2) = 319429
|
SIZE (jansson-2.7.tar.bz2) = 357335
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- src/utf.h.orig 2010-01-30 20:53:52.000000000 +0800
|
--- src/utf.h.orig 2014-10-13 20:43:43.714736504 +0800
|
||||||
+++ src/utf.h 2010-01-30 20:54:05.000000000 +0800
|
+++ src/utf.h 2014-10-13 20:43:55.760735241 +0800
|
||||||
@@ -8,6 +8,8 @@
|
@@ -16,6 +16,8 @@
|
||||||
#ifndef UTF_H
|
#include <stdint.h>
|
||||||
#define UTF_H
|
#endif
|
||||||
|
|
||||||
+#include <sys/types.h>
|
+#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);
|
||||||
|
|
|
@ -3,5 +3,5 @@ include/jansson_config.h
|
||||||
lib/libjansson.a
|
lib/libjansson.a
|
||||||
lib/libjansson.so
|
lib/libjansson.so
|
||||||
lib/libjansson.so.4
|
lib/libjansson.so.4
|
||||||
lib/libjansson.so.4.6.0
|
lib/libjansson.so.4.7.0
|
||||||
libdata/pkgconfig/jansson.pc
|
libdata/pkgconfig/jansson.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue