From b87897c0eeb887abec8dc56aa18b19afb6850ffb Mon Sep 17 00:00:00 2001 From: rakuco Date: Sun, 23 Sep 2012 12:17:02 +0000 Subject: Update to 0.3.4. PR: ports/171694 Submitted by: Richard Kojedzinszky (maintainer) --- devel/libjson++/Makefile | 2 +- devel/libjson++/distinfo | 4 ++-- devel/libjson++/pkg-plist | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'devel') 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 -- cgit