diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 03:18:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 03:18:24 +0800 |
commit | 028fba8cc692b264aacb62036400c542ae6bfe4c (patch) | |
tree | 450f4418597b1be53438d08c362adb7fd568858e | |
parent | f48d259148f992b23d246a348a35bee4ba1bc156 (diff) | |
download | freebsd-ports-gnome-028fba8cc692b264aacb62036400c542ae6bfe4c.tar.gz freebsd-ports-gnome-028fba8cc692b264aacb62036400c542ae6bfe4c.tar.zst freebsd-ports-gnome-028fba8cc692b264aacb62036400c542ae6bfe4c.zip |
- Fix *_DEPENDS: parent 0.225+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
With hat: perl
-rw-r--r-- | databases/p5-DBIx-Class-DeploymentHandler/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Class-DeploymentHandler/Makefile b/databases/p5-DBIx-Class-DeploymentHandler/Makefile index 2c8ff57bd468..dd411313018e 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/Makefile +++ b/databases/p5-DBIx-Class-DeploymentHandler/Makefile @@ -2,7 +2,7 @@ PORTNAME= DBIx-Class-DeploymentHandler PORTVERSION= 0.002212 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,8 +26,7 @@ RUN_DEPENDS= \ p5-Sub-Exporter-Progressive>0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ p5-Text-Brew>=0.02:${PORTSDIR}/textproc/p5-Text-Brew \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean \ - p5-parent>=0.225:${PORTSDIR}/devel/p5-parent + p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |