diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-09-23 20:17:02 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-09-23 20:17:02 +0800 |
commit | b87897c0eeb887abec8dc56aa18b19afb6850ffb (patch) | |
tree | 0d6e752b81aa03f87a7b99627922e9d2ce0fc9ab | |
parent | 3891bc8acecdcfe691c34f2c83b5f2853435fd86 (diff) | |
download | freebsd-ports-gnome-b87897c0eeb887abec8dc56aa18b19afb6850ffb.tar.gz freebsd-ports-gnome-b87897c0eeb887abec8dc56aa18b19afb6850ffb.tar.zst freebsd-ports-gnome-b87897c0eeb887abec8dc56aa18b19afb6850ffb.zip |
Update to 0.3.4.
PR: ports/171694
Submitted by: Richard Kojedzinszky <krichy@cflinux.hu> (maintainer)
-rw-r--r-- | devel/libjson++/Makefile | 2 | ||||
-rw-r--r-- | devel/libjson++/distinfo | 4 | ||||
-rw-r--r-- | devel/libjson++/pkg-plist | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/libjson++/Makefile b/devel/libjson++/Makefile index 4234afb6ee2c..d053c2a7dfa7 100644 --- a/devel/libjson++/Makefile +++ b/devel/libjson++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libjson++ -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.cflinux.hu/pub/ diff --git a/devel/libjson++/distinfo b/devel/libjson++/distinfo index 7e16fd6d947a..21685c786650 100644 --- a/devel/libjson++/distinfo +++ b/devel/libjson++/distinfo @@ -1,2 +1,2 @@ -SHA256 (libjson++-0.3.1.tar.gz) = 682e8dd99b318be93cdfc3b49677889f1765bfc81e7262e6309c992669cd679b -SIZE (libjson++-0.3.1.tar.gz) = 25158 +SHA256 (libjson++-0.3.4.tar.gz) = 58465cf921d355a6ddd7c277ddd77a90b5ac69710ce3c8142754d3e436c04bfe +SIZE (libjson++-0.3.4.tar.gz) = 25882 diff --git a/devel/libjson++/pkg-plist b/devel/libjson++/pkg-plist index f6b4a961d008..cd5fc5e9e82d 100644 --- a/devel/libjson++/pkg-plist +++ b/devel/libjson++/pkg-plist @@ -1,5 +1,7 @@ include/json/iarray.hpp include/json/ibool.hpp +include/json/ifixed.hpp +include/json/ifloat.hpp include/json/inumeric.hpp include/json/iobject.hpp include/json/iscalar.hpp @@ -11,5 +13,5 @@ include/json/value.hpp lib/libjson++.a lib/libjson++.so lib/libjson++.so.0 -lib/libjson++.so.0.3.1 +lib/libjson++.so.0.3.4 @dirrm include/json |