diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-16 18:37:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-16 18:37:44 +0800 |
commit | e5399f7bcb89fc87986aa9212e1b16d5b6b42125 (patch) | |
tree | 1905e408721752b2b8faae6ae7b34ba1596acd47 | |
parent | fa67b8a9d6a68e53f1630783ad3a0f914c9c0338 (diff) | |
download | freebsd-ports-gnome-e5399f7bcb89fc87986aa9212e1b16d5b6b42125.tar.gz freebsd-ports-gnome-e5399f7bcb89fc87986aa9212e1b16d5b6b42125.tar.zst freebsd-ports-gnome-e5399f7bcb89fc87986aa9212e1b16d5b6b42125.zip |
- Update to 0.35
- Fix *_DEPENDS:
- Update version requirements
- Remove p5-Module-Install which is bundled
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Layout-Manager/Changes
-rw-r--r-- | graphics/p5-Layout-Manager/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index fdec8c99a714..617a232e3292 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Layout-Manager -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GPHAT @@ -14,10 +14,9 @@ COMMENT= 2D Layout Management LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ - p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ - p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \ - p5-Graphics-Primitive>=0.34:${PORTSDIR}/graphics/p5-Graphics-Primitive +BUILD_DEPENDS= p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \ + p5-Graphics-Primitive>=0.43:${PORTSDIR}/graphics/p5-Graphics-Primitive \ + p5-Moose>=0.79:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/graphics/p5-Layout-Manager/distinfo b/graphics/p5-Layout-Manager/distinfo index ccf338f374b9..6ce2c4a4ed6f 100644 --- a/graphics/p5-Layout-Manager/distinfo +++ b/graphics/p5-Layout-Manager/distinfo @@ -1,2 +1,2 @@ -SHA256 (Layout-Manager-0.34.tar.gz) = c85c537fa96ddc834de89448ea49dee88618a28a543151d51393e3c65042c93e -SIZE (Layout-Manager-0.34.tar.gz) = 34125 +SHA256 (Layout-Manager-0.35.tar.gz) = a733f7766dadb891c3b763b89a84869c911966674b8e2a60429a5baaa02c932d +SIZE (Layout-Manager-0.35.tar.gz) = 34909 |