aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-14 20:04:28 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-14 20:04:28 +0000
commitbd236b07c10dc494691a7323473887bfe445acb6 (patch)
tree5d26787405fd12653f01e0d5a1f3c433b3d998f5
parent8bfbdba26a663fa6e0f0ea371518c5b2531b13b0 (diff)
downloadports-bd236b07c10dc494691a7323473887bfe445acb6.tar.gz
ports-bd236b07c10dc494691a7323473887bfe445acb6.zip
- Chase Moose.pm move from SITE_PERL/Moose.pm -> SITE_PERL/PERL_ARCH/Moose.pm
resultant from the devel/p5-Moose update to 0.98 Reported by: pav via pointyhat
Notes
Notes: svn path=/head/; revision=249850
-rw-r--r--devel/p5-Moose-Policy/Makefile3
-rw-r--r--devel/p5-MooseX-IOC/Makefile5
-rw-r--r--net/p5-Net-Hiveminder/Makefile4
-rw-r--r--net/p5-Net-Jifty/Makefile3
-rw-r--r--www/p5-WWW-Mechanize-TreeBuilder/Makefile3
5 files changed, 11 insertions, 7 deletions
diff --git a/devel/p5-Moose-Policy/Makefile b/devel/p5-Moose-Policy/Makefile
index e8b6708a0b6d..9c3879f5f78b 100644
--- a/devel/p5-Moose-Policy/Makefile
+++ b/devel/p5-Moose-Policy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Moose-Policy
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STEVAN
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Moose-mounted police
-RUN_DEPENDS= ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${RUN_DEPENDS}
diff --git a/devel/p5-MooseX-IOC/Makefile b/devel/p5-MooseX-IOC/Makefile
index e3f64b64bf44..d4e187e0ce29 100644
--- a/devel/p5-MooseX-IOC/Makefile
+++ b/devel/p5-MooseX-IOC/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MooseX-IOC
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,9 +17,9 @@ COMMENT= Moose attributes with IOC integration
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/IOC.pm:${PORTSDIR}/devel/p5-IOC \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= ${SITE_PERL}/IOC.pm:${PORTSDIR}/devel/p5-IOC \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-Hiveminder/Makefile b/net/p5-Net-Hiveminder/Makefile
index 0822fbec454a..cb00fc83491d 100644
--- a/net/p5-Net-Hiveminder/Makefile
+++ b/net/p5-Net-Hiveminder/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net-Hiveminder
PORTVERSION= 0.08
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +16,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl interface to hiveminder.com
RUN_DEPENDS= ${SITE_PERL}/Email/Simple/Creator.pm:${PORTSDIR}/mail/p5-Email-Simple \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose \
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose \
${SITE_PERL}/Term/Encoding.pm:${PORTSDIR}/devel/p5-Term-Encoding \
${SITE_PERL}/Net/Jifty.pm:${PORTSDIR}/net/p5-Net-Jifty \
${SITE_PERL}/Number/RecordLocator.pm:${PORTSDIR}/converters/p5-Number-RecordLocator
diff --git a/net/p5-Net-Jifty/Makefile b/net/p5-Net-Jifty/Makefile
index c5df86991590..a0bed69053b4 100644
--- a/net/p5-Net-Jifty/Makefile
+++ b/net/p5-Net-Jifty/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-Jifty
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,7 +23,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
${SITE_PERL}/Hash/Merge.pm:${PORTSDIR}/textproc/p5-Hash-Merge \
${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/www/p5-WWW-Mechanize-TreeBuilder/Makefile b/www/p5-WWW-Mechanize-TreeBuilder/Makefile
index bdcbe0c79668..abca6f506dc4 100644
--- a/www/p5-WWW-Mechanize-TreeBuilder/Makefile
+++ b/www/p5-WWW-Mechanize-TreeBuilder/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WWW-Mechanize-TreeBuilder
PORTVERSION= 1.10001
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +18,7 @@ COMMENT= WWW::Mechanize::TreeBuilder
BUILD_DEPENDS= ${SITE_PERL}/MooseX/Role/Parameterized.pm:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
- ${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
+ ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes