- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1] Approved by: shaun (mentor) Submitted by: [1] Sulev-Madis 'ketas' Silber
This commit is contained in:
parent
ab10c2714d
commit
446b7725cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298683
9 changed files with 21 additions and 20 deletions
|
@ -14,7 +14,7 @@ MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/
|
|||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= A top clone for MySQL
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
RUN_DEPENDS= p5-DBD-mysql>1.0:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= Calculate business hours during a time period
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
|
||||
BUILD_DEPENDS= p5-Set-IntSpan>1.12:${PORTSDIR}/math/p5-Set-IntSpan
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>-1.0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
|
|
@ -39,7 +39,8 @@ UNIXODBC_DESC= unixODBC support
|
|||
|
||||
OPTIONS_DEFAULT= ICONV MYSQL SYSLOG
|
||||
|
||||
CONFLICTS= sphinxsearch-devel-[0-9]*
|
||||
CONFLICTS= sphinxsearch-devel-[0-9]* dpsearch-[0-9]* rdb-2.6d \
|
||||
swish++-[0-9]* xaira-[0-9]*
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ COMMENT= RT extension to authenticate users against an external source
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
|
||||
BUILD_DEPENDS= p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \
|
||||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
@ -36,8 +36,8 @@ RT_VER= 38
|
|||
RT_VER= 40
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
|
||||
MAN3PREFIX= ${PREFIX}
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ COMMENT= RT extension to import users from an LDAP store
|
|||
LICENSE_COMB= dual
|
||||
LICENSE= ART10 GPLv1
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
|
||||
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS= p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \
|
||||
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -35,8 +35,8 @@ RT_VER= 38
|
|||
RT_VER= 40
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
|
||||
MAN3PREFIX= ${PREFIX}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= RT extension to automate due dates using service levels
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Business/Hours.pm:${PORTSDIR}/misc/p5-Business-Hours
|
||||
BUILD_DEPENDS= p5-Business-Hours>0:${PORTSDIR}/misc/p5-Business-Hours
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -35,8 +35,8 @@ RT_VER= 38
|
|||
RT_VER= 40
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
|
||||
MAN3PREFIX= ${PREFIX}
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@ COMMENT= Calendar extension module for the RT ticketing system
|
|||
LICENSE_COMB= dual
|
||||
LICENSE= ART10 GPLv1
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Date/ICal.pm:${PORTSDIR}/devel/p5-Date-ICal \
|
||||
${SITE_PERL}/Data/ICal.pm:${PORTSDIR}/deskutils/p5-Data-ICal \
|
||||
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set
|
||||
BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR}/devel/p5-Date-ICal \
|
||||
p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal \
|
||||
p5-DateTime-Set>0:${PORTSDIR}/devel/p5-DateTime-Set
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -36,8 +36,8 @@ RT_VER= 38
|
|||
RT_VER= 40
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
|
||||
|
||||
MAN3PREFIX= ${PREFIX}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
|
|||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= RT is an industrial-grade ticketing system written in Perl
|
||||
|
||||
CONFLICTS= rt-3.8*
|
||||
CONFLICTS= rt-3.8* brlcad-[0-9]*
|
||||
LATEST_LINK= rt40
|
||||
|
||||
# See doc/web_deployment.pod for info on the choices of webserver /
|
||||
|
|
|
@ -106,7 +106,7 @@ DEV_DEPS= p5-Email-Abstract>0:${PORTSDIR}/mail/p5-Email-Abstract \
|
|||
FASTCGI_DEPS= p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \
|
||||
p5-FCGI>=0.74:${PORTSDIR}/www/p5-FCGI
|
||||
|
||||
MODPERL2_DEPS= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \
|
||||
MODPERL2_DEPS= p5-libapreq2>0:${PORTSDIR}/www/p5-libapreq2 \
|
||||
p5-Apache-DBI>0:${PORTSDIR}/www/p5-Apache-DBI
|
||||
|
||||
MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
|
|
Loading…
Reference in a new issue