diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-09-10 10:01:50 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-09-10 10:01:50 +0000 |
commit | 90743de2381e5f8d8a3975cf6e109a9671ee70c5 (patch) | |
tree | 851a1f56b2f1ccbb975bebdbc90dd0c7f45cd058 /graphics | |
parent | b17ef899058f009865a8d8996f664c5b381acd1f (diff) | |
download | ports-90743de2381e5f8d8a3975cf6e109a9671ee70c5.tar.gz ports-90743de2381e5f8d8a3975cf6e109a9671ee70c5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graphics-Color/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Graphics-Color/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Graphics-Color/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index 2c5aa09e62d7..65f08ecb3894 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graphics-Color -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Device and library agnostic color spaces BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Aliases>=0.03:${PORTSDIR}/devel/p5-MooseX-Aliases \ p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \ p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ p5-MooseX-Storage>=0.14:${PORTSDIR}/devel/p5-MooseX-Storage \ + p5-MooseX-Types>=0.19${PORTSDIR}/devel/p5-MooseX-Types \ p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/graphics/p5-Graphics-Color/distinfo b/graphics/p5-Graphics-Color/distinfo index b034ea59f5f6..bb5a31ce8d82 100644 --- a/graphics/p5-Graphics-Color/distinfo +++ b/graphics/p5-Graphics-Color/distinfo @@ -1,3 +1,3 @@ -MD5 (Graphics-Color-0.23.tar.gz) = 8424bba88b960f440f33aaef395aef38 -SHA256 (Graphics-Color-0.23.tar.gz) = 7995e173b906a5042b07687803a9e469486ee812b3dbd67f57a91f2fe828352b -SIZE (Graphics-Color-0.23.tar.gz) = 22998 +MD5 (Graphics-Color-0.24.tar.gz) = fbdcc8e42f376cd4b14b780c05fd1581 +SHA256 (Graphics-Color-0.24.tar.gz) = a3c23a37d207dff4abfba5cc187982fd66d842359c51fad9268cbfc415b2328f +SIZE (Graphics-Color-0.24.tar.gz) = 22882 diff --git a/graphics/p5-Graphics-Color/pkg-plist b/graphics/p5-Graphics-Color/pkg-plist index 822645e94549..70d247889237 100644 --- a/graphics/p5-Graphics-Color/pkg-plist +++ b/graphics/p5-Graphics-Color/pkg-plist @@ -5,6 +5,7 @@ %%SITE_PERL%%/Graphics/Color/HSL.pm %%SITE_PERL%%/Graphics/Color/HSV.pm %%SITE_PERL%%/Graphics/Color/RGB.pm +%%SITE_PERL%%/Graphics/Color/Types.pm %%SITE_PERL%%/Graphics/Color/YIQ.pm %%SITE_PERL%%/Graphics/Color/YUV.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Color |