diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-04-16 18:34:10 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-04-16 18:34:10 +0000 |
commit | 2bd47ee1154cfb2e68789ad9fbb5779d2dfea8fd (patch) | |
tree | 76a83aa83a6f6c9970b06608743633fb45295b7c /devel/libjson++ | |
parent | 52ff4909838662d728ca6aabcd8e28aa1d2c68e1 (diff) | |
download | ports-2bd47ee1154cfb2e68789ad9fbb5779d2dfea8fd.tar.gz ports-2bd47ee1154cfb2e68789ad9fbb5779d2dfea8fd.zip |
Notes
Diffstat (limited to 'devel/libjson++')
-rw-r--r-- | devel/libjson++/Makefile | 8 | ||||
-rw-r--r-- | devel/libjson++/distinfo | 4 | ||||
-rw-r--r-- | devel/libjson++/pkg-plist | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/devel/libjson++/Makefile b/devel/libjson++/Makefile index 4350e6e4a36a..01bb27534c17 100644 --- a/devel/libjson++/Makefile +++ b/devel/libjson++/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libjson++ -# Date created: 15 May 2012 -# Whom: krichy -# +# Created by: Kojedzinszky Richard <krichy@tvnetwork.hu> # $FreeBSD$ -# PORTNAME= libjson++ -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.cflinux.hu/pub/ diff --git a/devel/libjson++/distinfo b/devel/libjson++/distinfo index 21685c786650..6b9f542e037a 100644 --- a/devel/libjson++/distinfo +++ b/devel/libjson++/distinfo @@ -1,2 +1,2 @@ -SHA256 (libjson++-0.3.4.tar.gz) = 58465cf921d355a6ddd7c277ddd77a90b5ac69710ce3c8142754d3e436c04bfe -SIZE (libjson++-0.3.4.tar.gz) = 25882 +SHA256 (libjson++-0.4.0.tar.gz) = 62729569fbee31cdaefb40c81a3b77b5cffe516e95e52e8f7bf4e54551bc99ef +SIZE (libjson++-0.4.0.tar.gz) = 25247 diff --git a/devel/libjson++/pkg-plist b/devel/libjson++/pkg-plist index cd5fc5e9e82d..ef2b268518ce 100644 --- a/devel/libjson++/pkg-plist +++ b/devel/libjson++/pkg-plist @@ -1,7 +1,5 @@ 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 @@ -12,6 +10,6 @@ include/json/util.hpp include/json/value.hpp lib/libjson++.a lib/libjson++.so -lib/libjson++.so.0 -lib/libjson++.so.0.3.4 +lib/libjson++.so.0.4 +lib/libjson++.so.0.4.0 @dirrm include/json |