Date: Sat, 1 Dec 2018 09:31:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486329 - head/devel/pear-phing Message-ID: <201812010931.wB19VZqW020059@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812010931.wB19VZqW020059>