Date: Sun, 23 Sep 2012 12:17:03 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304734 - head/devel/libjson++ Message-ID: <201209231217.q8NCH3sp095487@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Sep 23 12:17:02 2012 New Revision: 304734 URL: http://svn.freebsd.org/changeset/ports/304734 Log: Update to 0.3.4. PR: ports/171694 Submitted by: Richard Kojedzinszky <krichy@cflinux.hu> (maintainer) Modified: head/devel/libjson++/Makefile head/devel/libjson++/distinfo head/devel/libjson++/pkg-plist Modified: head/devel/libjson++/Makefile ============================================================================== --- head/devel/libjson++/Makefile Sun Sep 23 11:48:06 2012 (r304733) +++ head/devel/libjson++/Makefile Sun Sep 23 12:17:02 2012 (r304734) @@ -6,7 +6,7 @@ # PORTNAME= libjson++ -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.cflinux.hu/pub/ Modified: head/devel/libjson++/distinfo ============================================================================== --- head/devel/libjson++/distinfo Sun Sep 23 11:48:06 2012 (r304733) +++ head/devel/libjson++/distinfo Sun Sep 23 12:17:02 2012 (r304734) @@ -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 Modified: head/devel/libjson++/pkg-plist ============================================================================== --- head/devel/libjson++/pkg-plist Sun Sep 23 11:48:06 2012 (r304733) +++ head/devel/libjson++/pkg-plist Sun Sep 23 12:17:02 2012 (r304734) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209231217.q8NCH3sp095487>