From owner-svn-ports-head@FreeBSD.ORG Wed Nov 20 19:47:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BF9957D; Wed, 20 Nov 2013 19:47:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B48B2482; Wed, 20 Nov 2013 19:47:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKJlh37040701; Wed, 20 Nov 2013 19:47:43 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAKJlgv0040698; Wed, 20 Nov 2013 19:47:42 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311201947.rAKJlgv0040698@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 20 Nov 2013 19:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334445 - head/devel/libjson++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 19:47:43 -0000 Author: rakuco Date: Wed Nov 20 19:47:42 2013 New Revision: 334445 URL: http://svnweb.freebsd.org/changeset/ports/334445 Log: Update to 0.5.0. PR: ports/184116 Submitted by: Richard Kojedzinszky (maintainer) Modified: head/devel/libjson++/Makefile head/devel/libjson++/distinfo head/devel/libjson++/pkg-plist Modified: head/devel/libjson++/Makefile ============================================================================== --- head/devel/libjson++/Makefile Wed Nov 20 19:22:25 2013 (r334444) +++ head/devel/libjson++/Makefile Wed Nov 20 19:47:42 2013 (r334445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjson++ -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.cflinux.hu/pub/ Modified: head/devel/libjson++/distinfo ============================================================================== --- head/devel/libjson++/distinfo Wed Nov 20 19:22:25 2013 (r334444) +++ head/devel/libjson++/distinfo Wed Nov 20 19:47:42 2013 (r334445) @@ -1,2 +1,2 @@ -SHA256 (libjson++-0.4.0.tar.gz) = 62729569fbee31cdaefb40c81a3b77b5cffe516e95e52e8f7bf4e54551bc99ef -SIZE (libjson++-0.4.0.tar.gz) = 25247 +SHA256 (libjson++-0.5.0.tar.gz) = 636563683f78bd6f81ccc54d407bebeda86b8cb48f37cf8d730d6cb04213147c +SIZE (libjson++-0.5.0.tar.gz) = 25490 Modified: head/devel/libjson++/pkg-plist ============================================================================== --- head/devel/libjson++/pkg-plist Wed Nov 20 19:22:25 2013 (r334444) +++ head/devel/libjson++/pkg-plist Wed Nov 20 19:47:42 2013 (r334445) @@ -10,6 +10,6 @@ include/json/util.hpp include/json/value.hpp lib/libjson++.a lib/libjson++.so -lib/libjson++.so.0.4 -lib/libjson++.so.0.4.0 +lib/libjson++.so.0.5 +lib/libjson++.so.0.5.0 @dirrm include/json