diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 02:58:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 02:58:34 +0000 |
commit | f09059cc338d45e816a1c067b020c2828f68f4e4 (patch) | |
tree | 9733e402cff1bff52862c434a3e1ef9927cd7e49 | |
parent | 11bd290c5b0bb9c38b434c426176709b3f80385d (diff) | |
download | ports-f09059cc338d45e816a1c067b020c2828f68f4e4.tar.gz ports-f09059cc338d45e816a1c067b020c2828f68f4e4.zip |
Notes
-rw-r--r-- | audio/p5-MIDI/Makefile | 2 | ||||
-rw-r--r-- | irc/p5-IRC-Bot-Hangman/Makefile | 10 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Email-MIME-CreateHTML/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Address-MobileJp/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Box-Parser-C/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-FilterXML/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Mail-Freshmeat/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-Server/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Net-SMTP_auth/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-POE-Filter-Transparent-SMTP/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugins-Memcached/Makefile | 6 |
15 files changed, 27 insertions, 27 deletions
diff --git a/audio/p5-MIDI/Makefile b/audio/p5-MIDI/Makefile index 4f30dd9b67ce..3925c2e994a2 100644 --- a/audio/p5-MIDI/Makefile +++ b/audio/p5-MIDI/Makefile @@ -23,7 +23,7 @@ MAN3= MIDI.3 MIDI::Event.3 MIDI::Filespec.3 MIDI::Opus.3 MIDI::Score.3 \ .include <bsd.port.pre.mk> .if defined(WITH_GD) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS+= ${BUILD_DEPENDS} .endif diff --git a/irc/p5-IRC-Bot-Hangman/Makefile b/irc/p5-IRC-Bot-Hangman/Makefile index efae66696ae5..ed5cec57b51e 100644 --- a/irc/p5-IRC-Bot-Hangman/Makefile +++ b/irc/p5-IRC-Bot-Hangman/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An IRC hangman bot -BUILD_DEPENDS= ${SITE_PERL}/Bot/BasicBot.pm:${PORTSDIR}/irc/p5-Bot-BasicBot \ - ${SITE_PERL}/Games/GuessWord.pm:${PORTSDIR}/games/p5-Games-GuessWord \ - ${SITE_PERL}/Module/Find.pm:${PORTSDIR}/devel/p5-Module-Find \ - ${SITE_PERL}/Chatbot/Eliza.pm:${PORTSDIR}/misc/p5-Chatbot-Eliza \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Bot-BasicBot>=0:${PORTSDIR}/irc/p5-Bot-BasicBot \ + p5-Games-GuessWord>=0:${PORTSDIR}/games/p5-Games-GuessWord \ + p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ + p5-Chatbot-Eliza>=0:${PORTSDIR}/misc/p5-Chatbot-Eliza \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= IRC::Bot::Hangman.3 \ diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile index e6781cd84524..fffcad341bc8 100644 --- a/irc/p5-POE-Component-IRC-Object/Makefile +++ b/irc/p5-POE-Component-IRC-Object/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A slightly simpler OO interface to POE::Component::IRC -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" diff --git a/mail/p5-Email-MIME-CreateHTML/Makefile b/mail/p5-Email-MIME-CreateHTML/Makefile index 0bed5794dec8..3103a061623b 100644 --- a/mail/p5-Email-MIME-CreateHTML/Makefile +++ b/mail/p5-Email-MIME-CreateHTML/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Multipart HTML Email builder -BUILD_DEPENDS= ${SITE_PERL}/File/Slurp/WithinPolicy.pm:${PORTSDIR}/devel/p5-File-Policy \ +BUILD_DEPENDS= p5-File-Policy>=0:${PORTSDIR}/devel/p5-File-Policy \ p5-Data-Serializer>0:${PORTSDIR}/devel/p5-Data-Serializer \ p5-Email-MIME>0:${PORTSDIR}/mail/p5-Email-MIME \ p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \ diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 794f09b54716..4f7462fb765f 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create, edit and parse MIME messages (via gmime2 C library) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-Mail-Address-MobileJp/Makefile b/mail/p5-Mail-Address-MobileJp/Makefile index 3ed22e9b257e..461948f0aa4a 100644 --- a/mail/p5-Mail-Address-MobileJp/Makefile +++ b/mail/p5-Mail-Address-MobileJp/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An utility to detect an e-mail is mobile one or not -BUILD_DEPENDS= ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Box-Parser-C/Makefile b/mail/p5-Mail-Box-Parser-C/Makefile index 96a4ce54298a..bda87ce67d1f 100644 --- a/mail/p5-Mail-Box-Parser-C/Makefile +++ b/mail/p5-Mail-Box-Parser-C/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parsing folders for Mail::Box with C routines -BUILD_DEPENDS= ${SITE_PERL}/Mail/Box.pm:${PORTSDIR}/mail/p5-Mail-Box +BUILD_DEPENDS= p5-Mail-Box>=0:${PORTSDIR}/mail/p5-Mail-Box RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-FilterXML/Makefile b/mail/p5-Mail-FilterXML/Makefile index feadcf38a352..6b32920737bf 100644 --- a/mail/p5-Mail-FilterXML/Makefile +++ b/mail/p5-Mail-FilterXML/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that allows writing mail filter rules in XML -BUILD_DEPENDS= ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Freshmeat/Makefile b/mail/p5-Mail-Freshmeat/Makefile index 95e77a747eac..bdc12d6dfefb 100644 --- a/mail/p5-Mail-Freshmeat/Makefile +++ b/mail/p5-Mail-Freshmeat/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse daily newsletters from freshmeat.net -BUILD_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index 6ad62eeef8c0..9b93a9fa2093 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Query Sender Permitted From for an IP,email,helo -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \ - ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \ + p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-Mail-SPF-[0-9]* diff --git a/mail/p5-Net-SMTP-Server/Makefile b/mail/p5-Net-SMTP-Server/Makefile index 3041c1f5094e..59c1319659e1 100644 --- a/mail/p5-Net-SMTP-Server/Makefile +++ b/mail/p5-Net-SMTP-Server/Makefile @@ -15,7 +15,7 @@ DISTNAME= SMTP-Server-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= A native Perl SMTP Server -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} MASTER_SITE_BACKUP+= http://www.macgyver.org/software/perl/ diff --git a/mail/p5-Net-SMTP_auth/Makefile b/mail/p5-Net-SMTP_auth/Makefile index bd7d91266a89..e5345b33f3c0 100644 --- a/mail/p5-Net-SMTP_auth/Makefile +++ b/mail/p5-Net-SMTP_auth/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Mail Transfer Protocol Client with AUTHentication -BUILD_DEPENDS= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ - ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes diff --git a/mail/p5-POE-Filter-Transparent-SMTP/Makefile b/mail/p5-POE-Filter-Transparent-SMTP/Makefile index 3c5acdabe439..a160b1d78606 100644 --- a/mail/p5-POE-Filter-Transparent-SMTP/Makefile +++ b/mail/p5-POE-Filter-Transparent-SMTP/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= perl@FreeBSD.org COMMENT= SMTP transparency POE filter -BUILD_DEPENDS= ${SITE_PERL}/POE/Filter/Line.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 0fef3e5e8f39..46a578a08dae 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS = MODPERL "Enable Apache Support via mod_perl" On .ifdef WITH_MODPERL -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 .endif MAKE_JOBS_SAFE= yes diff --git a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile index 76fd673642c2..6451d94f2943 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile @@ -18,9 +18,9 @@ COMMENT= Module to check memcached via nagios PERL_CONFIGURE= yes -BUILD_DEPENDS+= ${SITE_PERL}/Nagios/Plugin.pm:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ - ${SITE_PERL}/Cache/Memcached.pm:${PORTSDIR}/databases/p5-Cache-Memcached \ - ${SITE_PERL}/Carp/Clan.pm:${PORTSDIR}/devel/p5-Carp-Clan +BUILD_DEPENDS+= p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ + p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \ + p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan RUN_DEPENDS+= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes |