svn commit: r315881 - head/devel/libjson++
Guido Falsi
madpilot at FreeBSD.org
Tue Apr 16 18:34:11 UTC 2013
Author: madpilot
Date: Tue Apr 16 18:34:10 2013
New Revision: 315881
URL: http://svnweb.freebsd.org/changeset/ports/315881
Log:
- Update to 0.4.0
- Trim Makefile headers
PR: ports/177560
Submitted by: Richard Kojedzinszky <krichy at pi.nmdps.net> (maintainer from another address)
Feature safe: yes
Modified:
head/devel/libjson++/Makefile
head/devel/libjson++/distinfo (contents, props changed)
head/devel/libjson++/pkg-plist (contents, props changed)
Modified: head/devel/libjson++/Makefile
==============================================================================
--- head/devel/libjson++/Makefile Tue Apr 16 18:30:10 2013 (r315880)
+++ head/devel/libjson++/Makefile Tue Apr 16 18:34:10 2013 (r315881)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: libjson++
-# Date created: 15 May 2012
-# Whom: krichy
-#
+# Created by: Kojedzinszky Richard <krichy at tvnetwork.hu>
# $FreeBSD$
-#
PORTNAME= libjson++
-PORTVERSION= 0.3.4
+PORTVERSION= 0.4.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cflinux.hu/pub/
Modified: head/devel/libjson++/distinfo
==============================================================================
--- head/devel/libjson++/distinfo Tue Apr 16 18:30:10 2013 (r315880)
+++ head/devel/libjson++/distinfo Tue Apr 16 18:34:10 2013 (r315881)
@@ -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
Modified: head/devel/libjson++/pkg-plist
==============================================================================
--- head/devel/libjson++/pkg-plist Tue Apr 16 18:30:10 2013 (r315880)
+++ head/devel/libjson++/pkg-plist Tue Apr 16 18:34:10 2013 (r315881)
@@ -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
More information about the svn-ports-all
mailing list