svn commit: r369771 - head/devel/pear-Symfony_Component_Console

William Grzybowski wg at FreeBSD.org
Wed Oct 1 22:10:46 UTC 2014


Author: wg
Date: Wed Oct  1 22:10:46 2014
New Revision: 369771
URL: https://svnweb.freebsd.org/changeset/ports/369771
QAT: https://qat.redports.org/buildarchive/r369771/

Log:
  devel/pear-Symfony_Component_Console: USES pear
  
  - Do not depend on the symfony channel .mk

Modified:
  head/devel/pear-Symfony_Component_Console/Makefile

Modified: head/devel/pear-Symfony_Component_Console/Makefile
==============================================================================
--- head/devel/pear-Symfony_Component_Console/Makefile	Wed Oct  1 22:04:20 2014	(r369770)
+++ head/devel/pear-Symfony_Component_Console/Makefile	Wed Oct  1 22:10:46 2014	(r369771)
@@ -5,14 +5,20 @@ PORTNAME=	Console
 PORTVERSION=	2.4.4
 CATEGORIES=	devel pear
 PKGNAMEPREFIX=	pear-Symfony_Component_
+MASTER_SITES=	http://pear.symfony.com/get/
+DIST_SUBDIR=	Symfony2
 
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Symfony2 Console Component
 
 LICENSE=	MIT
 
+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
+
+USES=		pear
+PEAR_CHANNEL=	symfony2
+
 IGNORE_WITH_PHP=52
 
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list