- Update bsd.symfony2.mk: add dependencies for package of the components which
will be used on other related ports - Use single space after WWW: PR: ports/181680 Submitted by: Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
parent
87dca801f4
commit
3ceb872daa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338892
3 changed files with 35 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= symfony2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20110826
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= gasol.wu@gmail.com
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SYMFONY2_PORTVERSION= 2.3.4
|
||||
MASTER_SITES?= http://pear.symfony.com/get/
|
||||
PKGNAMEPREFIX?= pear-
|
||||
|
||||
BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
|
||||
|
@ -9,10 +9,42 @@ BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|||
RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
|
||||
|
||||
PKGNAMEPREFIX?= pear-
|
||||
|
||||
DIST_SUBDIR= Symfony2
|
||||
PEAR_CHANNEL= symfony2
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
symfony2-Symfony_Bridge_DoctrineBridge-DEPEND= pear-Symfony_Bridge_DoctrineBridge>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Bridge_DoctrineBridge
|
||||
symfony2-Symfony_Bridge_MonologBridge-DEPEND= pear-Symfony_Bridge_MonologBridge>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Bridge_MonologBridge
|
||||
symfony2-Symfony_Bridge_TwigBridge-DEPEND= pear-Symfony_Bridge_TwigBridge>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Bridge_TwigBridge
|
||||
symfony2-Symfony_Component_BrowserKit-DEPEND= pear-Symfony_Component_BrowserKit>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_BrowserKit
|
||||
symfony2-Symfony_Component_ClassLoader-DEPEND= pear-Symfony_Component_ClassLoader>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_ClassLoader
|
||||
symfony2-Symfony_Component_Config-DEPEND= pear-Symfony_Component_Config>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Config
|
||||
symfony2-Symfony_Component_Console-DEPEND= pear-Symfony_Component_Console>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Console
|
||||
symfony2-Symfony_Component_CssSelector-DEPEND= pear-Symfony_Component_CssSelector>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_CssSelector
|
||||
symfony2-Symfony_Component_DependencyInjection-DEPEND= pear-Symfony_Component_DependencyInjection>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_DependencyInjection
|
||||
symfony2-Symfony_Component_DomCrawler-DEPEND= pear-Symfony_Component_DomCrawler>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_DomCrawler
|
||||
symfony2-Symfony_Component_EventDispatcher-DEPEND= pear-Symfony_Component_EventDispatcher>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_EventDispatcher
|
||||
symfony2-Symfony_Component_Filesystem-DEPEND= pear-Symfony_Component_Filesystem>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Filesystem
|
||||
symfony2-Symfony_Component_Finder-DEPEND= pear-Symfony_Component_Finder>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Finder
|
||||
symfony2-Symfony_Component_Form-DEPEND= pear-Symfony_Component_Form>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Form
|
||||
symfony2-Symfony_Component_HttpFoundation-DEPEND= pear-Symfony_Component_HttpFoundation>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_HttpFoundation
|
||||
symfony2-Symfony_Component_HttpKernel-DEPEND= pear-Symfony_Component_HttpKernel>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_HttpKernel
|
||||
symfony2-Symfony_Component_Intl-DEPEND= pear-Symfony_Component_Intl>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Intl
|
||||
symfony2-Symfony_Component_Locale-DEPEND= pear-Symfony_Component_Locale>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Locale
|
||||
symfony2-Symfony_Component_OptionsResolver-DEPEND= pear-Symfony_Component_OptionsResolver>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_OptionsResolver
|
||||
symfony2-Symfony_Component_Process-DEPEND= pear-Symfony_Component_Process>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Process
|
||||
symfony2-Symfony_Component_PropertyAccess-DEPEND= pear-Symfony_Component_PropertyAccess>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_PropertyAccess
|
||||
symfony2-Symfony_Component_Routing-DEPEND= pear-Symfony_Component_Routing>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Routing
|
||||
symfony2-Symfony_Component_Security-DEPEND= pear-Symfony_Component_Security>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Security
|
||||
symfony2-Symfony_Component_Serializer-DEPEND= pear-Symfony_Component_Serializer>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Serializer
|
||||
symfony2-Symfony_Component_Stopwatch-DEPEND= pear-Symfony_Component_Stopwatch>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Stopwatch
|
||||
symfony2-Symfony_Component_Templating-DEPEND= pear-Symfony_Component_Templating>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Templating
|
||||
symfony2-Symfony_Component_Translation-DEPEND= pear-Symfony_Component_Translation>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Translation
|
||||
symfony2-Symfony_Component_Validator-DEPEND= pear-Symfony_Component_Validator>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/devel/pear-Symfony_Component_Validator
|
||||
symfony2-Symfony_Component_Yaml-DEPEND= pear-Symfony_Component_Yaml>=${SYMFONY2_PORTVERSION}:${PORTSDIR}/textproc/pear-Symfony_Component_Yaml
|
||||
|
||||
.if defined(USE_SYMFONY2_RUN)
|
||||
. for DEP in ${USE_SYMFONY2_RUN}
|
||||
. if !defined(symfony2-${DEP}-DEPEND)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
PEAR channel for the symfony project
|
||||
|
||||
WWW: http://pear.symfony.com/
|
||||
WWW: http://pear.symfony.com/
|
||||
|
|
Loading…
Reference in a new issue