From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 20 19:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 6B1A68C6 for ; Wed, 20 Nov 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 413AD24B0 for ; Wed, 20 Nov 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKJo2CO027754 for ; Wed, 20 Nov 2013 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAKJo2Ym027753; Wed, 20 Nov 2013 19:50:02 GMT (envelope-from gnats) Date: Wed, 20 Nov 2013 19:50:02 GMT Message-Id: <201311201950.rAKJo2Ym027753@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184116: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 19:50:02 -0000 The following reply was made to PR ports/184116; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184116: commit references a PR Date: Wed, 20 Nov 2013 19:47:49 +0000 (UTC) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"