aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-04-21 14:11:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-04-21 14:11:23 +0800
commitd9d2869e9db0c6ec86139a09e0051506a4a0a139 (patch)
treed01908e60622bdb4b9274f0296d9d5b52b1eb04f
parenta60c49a6d513373d0ad9ad04ae633427b3421449 (diff)
downloadfreebsd-ports-gnome-d9d2869e9db0c6ec86139a09e0051506a4a0a139.tar.gz
freebsd-ports-gnome-d9d2869e9db0c6ec86139a09e0051506a4a0a139.tar.zst
freebsd-ports-gnome-d9d2869e9db0c6ec86139a09e0051506a4a0a139.zip
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change
-rw-r--r--graphics/p5-Color-Library/Makefile4
-rw-r--r--www/p5-Catalyst-Action-REST/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-Color-Library/Makefile b/graphics/p5-Color-Library/Makefile
index ac991211cb87..eef1a58c7d9d 100644
--- a/graphics/p5-Color-Library/Makefile
+++ b/graphics/p5-Color-Library/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Color-Library
PORTVERSION= 0.02.1
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ROKR
@@ -17,8 +18,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= An easy-to-use and comprehensive named-color library
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
- p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile
index f7afccb56587..385fe4b9e2a5 100644
--- a/www/p5-Catalyst-Action-REST/Makefile
+++ b/www/p5-Catalyst-Action-REST/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Catalyst-Action-REST
PORTVERSION= 1.00
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,7 +23,6 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80030:${PORTSDIR}/www/p5-Catalyst-Runtime
p5-Data-Serializer>=0.36:${PORTSDIR}/devel/p5-Data-Serializer \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \
- p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
p5-Moose>=1.03:${PORTSDIR}/devel/p5-Moose \
p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate \
p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \