Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 22:19:19 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369776 - head/devel/pear-Symfony_Component_Finder
Message-ID:  <201410012219.s91MJJwC046427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410012219.s91MJJwC046427>