svn commit: r486329 - head/devel/pear-phing

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 1 09:31:36 UTC 2018


Author: amdmi3
Date: Sat Dec  1 09:31:35 2018
New Revision: 486329
URL: https://svnweb.freebsd.org/changeset/ports/486329

Log:
  - Add LICENSE_FILE
  - Fix bad character in pkg-descr
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/pear-phing/Makefile
  head/devel/pear-phing/pkg-descr

Modified: head/devel/pear-phing/Makefile
==============================================================================
--- head/devel/pear-phing/Makefile	Sat Dec  1 09:30:36 2018	(r486328)
+++ head/devel/pear-phing/Makefile	Sat Dec  1 09:31:35 2018	(r486329)
@@ -10,8 +10,9 @@ MAINTAINER=	mm at FreeBSD.org
 COMMENT=	PHP project build system based on Apache Ant
 
 LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 PEAR_CHANNEL=	phing
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/devel/pear-phing/pkg-descr
==============================================================================
--- head/devel/pear-phing/pkg-descr	Sat Dec  1 09:30:36 2018	(r486328)
+++ head/devel/pear-phing/pkg-descr	Sat Dec  1 09:31:35 2018	(r486329)
@@ -1,7 +1,7 @@
 From the Phing homepage:
 
 PHing Is Not GNU make; it's a PHP project build system or build tool based on
-​Apache Ant. You can do anything with it that you could do with a traditiona
+Apache Ant. You can do anything with it that you could do with a traditiona
 build system like GNU make, and its use of simple XML build files and
 extensible PHP "task" classes make it an easy-to-use and highly flexible build
 framework.
@@ -13,4 +13,4 @@ interactive build support, SQL execution, CVS/SVN/GIT 
 creating PEAR packages, documentation generation (DocBlox, PhpDocumentor) and
 much, much more.
 
-WWW: http://www.phing.info
+WWW: https://www.phing.info/


More information about the svn-ports-all mailing list