From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 04:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8351E9F for ; Fri, 30 Aug 2013 04:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 ABBC0213B for ; Fri, 30 Aug 2013 04:10:00 +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 r7U4A0Io011855 for ; Fri, 30 Aug 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U4A046011853; Fri, 30 Aug 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 04:10:00 GMT Resent-Message-Id: <201308300410.r7U4A046011853@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu 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 ESMTP id B2DFDE40 for ; Fri, 30 Aug 2013 04:01:55 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 821EB210C for ; Fri, 30 Aug 2013 04:01:55 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 08F837504A7; Fri, 30 Aug 2013 12:01:54 +0800 (CST) Message-Id: <20130830040154.08F837504A7@goingmarry.kkbox.com> Date: Fri, 30 Aug 2013 12:01:54 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181670: [NEW PORT] devel/pear-SebastianBergmann_Version: Managing the version number of Git-hosted PHP projects X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 04:10:00 -0000 >Number: 181670 >Category: ports >Synopsis: [NEW PORT] devel/pear-SebastianBergmann_Version: Managing the version number of Git-hosted PHP projects >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 >Description: Library that helps with managing the version number of Git-hosted PHP projects WWW: https://github.com/sebastianbergmann/version Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-SebastianBergmann_Version # pear-SebastianBergmann_Version/Makefile # pear-SebastianBergmann_Version/distinfo # pear-SebastianBergmann_Version/pkg-descr # echo c - pear-SebastianBergmann_Version mkdir -p pear-SebastianBergmann_Version > /dev/null 2>&1 echo x - pear-SebastianBergmann_Version/Makefile sed 's/^X//' >pear-SebastianBergmann_Version/Makefile << 'cf335727a8789d4316faf2d482c30e4a' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= Version XPORTVERSION= 1.0.1 XCATEGORIES= devel pear XMASTER_SITES= http://pear.phpunit.de/get/ XPKGNAMEPREFIX= pear-SebastianBergmann_ X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= Managing the version number of Git-hosted PHP projects X XBUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ X ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit XRUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ X ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit X XPEAR_CHANNEL= phpunit XPEAR_AUTOINSTALL= yes X XIGNORE_WITH_PHP=52 X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include cf335727a8789d4316faf2d482c30e4a echo x - pear-SebastianBergmann_Version/distinfo sed 's/^X//' >pear-SebastianBergmann_Version/distinfo << 'ecd8461cf17261943c2ebcaaa860c1a1' XSHA256 (PEAR/Version-1.0.1.tgz) = 7e9082b5fda7d2e302a4abb76a28cf476384bfa4774fdb747028445406b8c173 XSIZE (PEAR/Version-1.0.1.tgz) = 3939 ecd8461cf17261943c2ebcaaa860c1a1 echo x - pear-SebastianBergmann_Version/pkg-descr sed 's/^X//' >pear-SebastianBergmann_Version/pkg-descr << '25b655361d63c228ccc3b9c0febc375b' XLibrary that helps with managing the version number of Git-hosted PHP projects X XWWW: https://github.com/sebastianbergmann/version 25b655361d63c228ccc3b9c0febc375b exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: