svn commit: r369775 - head/textproc/pear-Symfony_Component_Yaml

William Grzybowski wg at FreeBSD.org
Wed Oct 1 22:19:13 UTC 2014


Author: wg
Date: Wed Oct  1 22:19:12 2014
New Revision: 369775
URL: https://svnweb.freebsd.org/changeset/ports/369775
QAT: https://qat.redports.org/buildarchive/r369775/

Log:
  textproc/pear-Symfony_Component_Yaml: USES pear
  
  - Do not depend on the symfony channel .mk
  - Remove useless IGNORE_WITH_PHP
  
  Approved by:	portmgr (bapt)

Modified:
  head/textproc/pear-Symfony_Component_Yaml/Makefile

Modified: head/textproc/pear-Symfony_Component_Yaml/Makefile
==============================================================================
--- head/textproc/pear-Symfony_Component_Yaml/Makefile	Wed Oct  1 22:13:35 2014	(r369774)
+++ head/textproc/pear-Symfony_Component_Yaml/Makefile	Wed Oct  1 22:19:12 2014	(r369775)
@@ -4,15 +4,19 @@
 PORTNAME=	Yaml
 PORTVERSION=	2.1.2
 CATEGORIES=	textproc pear
+MASTER_SITES=	http://pear.symfony.com/get/
 PKGNAMEPREFIX=	pear-Symfony_Component_
+DIST_SUBDIR=	Symfony2
 
 MAINTAINER=	gasol.wu at gmail.com
 COMMENT=	Symfony2 Yaml 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