svn commit: r372339 - head/devel/pear-PHPUnit3
Kubilay Kocak
koobs at FreeBSD.org
Sun Nov 9 07:33:57 UTC 2014
Author: koobs
Date: Sun Nov 9 07:33:55 2014
New Revision: 372339
URL: https://svnweb.freebsd.org/changeset/ports/372339
QAT: https://qat.redports.org/buildarchive/r372339/
Log:
devel/pear-PHPUnit3: Fix package name
- Fix package name and bump PORTREVISION
- Update LICENSE (BSD3CLAUSE)
- Add LICENSE_FILE
While I'm here:
- Whitespace alignment
- Strip trailing slash from pkg-descr WWW: URL
PR: 194715
Submitted by: Franco Fichtner <franco at lastsummer dot de>
Approved by: maintainer
Modified:
head/devel/pear-PHPUnit3/Makefile
head/devel/pear-PHPUnit3/pkg-descr
Modified: head/devel/pear-PHPUnit3/Makefile
==============================================================================
--- head/devel/pear-PHPUnit3/Makefile Sun Nov 9 05:23:31 2014 (r372338)
+++ head/devel/pear-PHPUnit3/Makefile Sun Nov 9 07:33:55 2014 (r372339)
@@ -3,13 +3,17 @@
PORTNAME= PHPUnit
PORTVERSION= 3.7.6
+PORTREVISION= 1
CATEGORIES= devel www pear
MASTER_SITES= http://pear.phpunit.de/get/
+PKGNAMEPREFIX= pear-
+PKGNAMESUFFIX= 3
MAINTAINER= gasol.wu at gmail.com
COMMENT= PEAR regression testing framework for unit tests
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= pear-File_Iterator>=1.3.1:${PORTSDIR}/devel/pear-File_Iterator \
pear-Text_Template>=1.1.1:${PORTSDIR}/textproc/pear-Text_Template \
@@ -28,7 +32,7 @@ RUN_DEPENDS= pear-File_Iterator>=1.3.1:$
CONFLICTS= pear-PHPUnit-[12]*
-USES= pear
+USES= pear
PEAR_CHANNEL= phpunit
OPTIONS_DEFINE= JSON SIMPLEXML TOKENIZER
Modified: head/devel/pear-PHPUnit3/pkg-descr
==============================================================================
--- head/devel/pear-PHPUnit3/pkg-descr Sun Nov 9 05:23:31 2014 (r372338)
+++ head/devel/pear-PHPUnit3/pkg-descr Sun Nov 9 07:33:55 2014 (r372339)
@@ -2,4 +2,4 @@ PHPUnit is a regression testing framewor
who implements unit tests in PHP. It is based upon JUnit, which
can be found at http://www.junit.org/.
-WWW: http://www.phpunit.de/
+WWW: http://www.phpunit.de
More information about the svn-ports-all
mailing list