- Update to 0.8
PR: 131943 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout
This commit is contained in:
parent
5b4448bdb0
commit
b088847378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230667
3 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= json-c
|
||||
PORTVERSION= 0.7
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://oss.metaparadigm.com/json-c/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (json-c-0.7.tar.gz) = 7f989874987d15fe4f44775e9c7040fb
|
||||
SHA256 (json-c-0.7.tar.gz) = 75722085ea8e5e1bde9e748e631e925dc680f23e562211830dedbb7cee154c6c
|
||||
SIZE (json-c-0.7.tar.gz) = 411964
|
||||
MD5 (json-c-0.8.tar.gz) = 9c7b90dff16eec3063084829c382ebac
|
||||
SHA256 (json-c-0.8.tar.gz) = 3fce14594ef8903d0182571ec0e4322f7e2d9ef7faf6bd9a0cee64d537a1576c
|
||||
SIZE (json-c-0.8.tar.gz) = 329781
|
||||
|
|
|
@ -7,8 +7,10 @@ include/json/bits.h
|
|||
include/json/debug.h
|
||||
include/json/json.h
|
||||
include/json/json_object.h
|
||||
include/json/json_object_private.h
|
||||
include/json/json_tokener.h
|
||||
include/json/json_util.h
|
||||
include/json/linkhash.h
|
||||
include/json/printbuf.h
|
||||
libdata/pkgconfig/json.pc
|
||||
@dirrm include/json
|
||||
|
|
Loading…
Reference in a new issue