svn commit: r369776 - head/devel/pear-Symfony_Component_Finder
William Grzybowski
wg at FreeBSD.org
Wed Oct 1 22:19:19 UTC 2014
Author: wg
Date: Wed Oct 1 22:19:18 2014
New Revision: 369776
URL: https://svnweb.freebsd.org/changeset/ports/369776
QAT: https://qat.redports.org/buildarchive/r369776/
Log:
devel/pear-Symfony_Component_Finder: USES pear
- Do not depend on the symfony channel .mk
- Remove useless IGNORE_WITH_PHP
Approved by: portmgr (bapt)
Modified:
head/devel/pear-Symfony_Component_Finder/Makefile
Modified: head/devel/pear-Symfony_Component_Finder/Makefile
==============================================================================
--- head/devel/pear-Symfony_Component_Finder/Makefile Wed Oct 1 22:19:12 2014 (r369775)
+++ head/devel/pear-Symfony_Component_Finder/Makefile Wed Oct 1 22:19:18 2014 (r369776)
@@ -4,15 +4,19 @@
PORTNAME= Finder
PORTVERSION= 2.3.4
CATEGORIES= devel pear
+MASTER_SITES= http://pear.symfony.com/get/
PKGNAMEPREFIX= pear-Symfony_Component_
+DIST_SUBDIR= Symfony2
MAINTAINER= gasol.wu at gmail.com
COMMENT= Symfony2 Finder Component
LICENSE= MIT
-IGNORE_WITH_PHP=52
+BUILD_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
+RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk"
-.include <bsd.port.post.mk>
+USES= pear
+PEAR_CHANNEL= symfony2
+
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list