From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 12 19:00:01 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 D5D302FF for ; Tue, 12 Nov 2013 19:00:01 +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 C50722D12 for ; Tue, 12 Nov 2013 19:00:01 +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 rACJ01XT017805 for ; Tue, 12 Nov 2013 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rACJ011Z017804; Tue, 12 Nov 2013 19:00:01 GMT (envelope-from gnats) Date: Tue, 12 Nov 2013 19:00:01 GMT Message-Id: <201311121900.rACJ011Z017804@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181670: 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: Tue, 12 Nov 2013 19:00:02 -0000 The following reply was made to PR ports/181670; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181670: commit references a PR Date: Tue, 12 Nov 2013 18:52:12 +0000 (UTC) Author: antoine Date: Tue Nov 12 18:52:03 2013 New Revision: 333599 URL: http://svnweb.freebsd.org/changeset/ports/333599 Log: New port: devel/pear-SebastianBergmann_Version Library that helps with managing the version number of Git-hosted PHP projects WWW: https://github.com/sebastianbergmann/version PR: ports/181670 Submitted by: Gasol Wu Added: head/devel/pear-SebastianBergmann_Version/ head/devel/pear-SebastianBergmann_Version/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_Version/distinfo (contents, props changed) head/devel/pear-SebastianBergmann_Version/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 12 18:22:08 2013 (r333598) +++ head/devel/Makefile Tue Nov 12 18:52:03 2013 (r333599) @@ -3194,6 +3194,7 @@ SUBDIR += pear-SebastianBergmann_FinderFacade SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC + SUBDIR += pear-SebastianBergmann_Version SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console Added: head/devel/pear-SebastianBergmann_Version/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_Version/Makefile Tue Nov 12 18:52:03 2013 (r333599) @@ -0,0 +1,27 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= Version +PORTVERSION= 1.0.1 +CATEGORIES= devel pear +MASTER_SITES= http://pear.phpunit.de/get/ +PKGNAMEPREFIX= pear-SebastianBergmann_ + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Managing the version number of Git-hosted PHP projects + +LICENSE= BSD + +BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit + +PEAR_CHANNEL= phpunit +PEAR_AUTOINSTALL= yes + +IGNORE_WITH_PHP=52 + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include Added: head/devel/pear-SebastianBergmann_Version/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_Version/distinfo Tue Nov 12 18:52:03 2013 (r333599) @@ -0,0 +1,2 @@ +SHA256 (PEAR/Version-1.0.1.tgz) = 7e9082b5fda7d2e302a4abb76a28cf476384bfa4774fdb747028445406b8c173 +SIZE (PEAR/Version-1.0.1.tgz) = 3939 Added: head/devel/pear-SebastianBergmann_Version/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_Version/pkg-descr Tue Nov 12 18:52:03 2013 (r333599) @@ -0,0 +1,3 @@ +Library that helps with managing the version number of Git-hosted PHP projects + +WWW: https://github.com/sebastianbergmann/version _______________________________________________ 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"