Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2014 07:33:56 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372339 - head/devel/pear-PHPUnit3
Message-ID:  <201411090733.sA97Xueg008472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411090733.sA97Xueg008472>