diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-09-28 22:31:14 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-09-28 22:31:14 +0000 |
commit | dfb0ea806152a4741c3bd8e6656db167b51a9d69 (patch) | |
tree | a338a1af2b6b4b48507167459a10bede6ec05a3a /graphics/p5-Image-Size | |
parent | 870777f41ad85244f7ede8a78bcb84d899e8c07e (diff) | |
download | ports-dfb0ea806152a4741c3bd8e6656db167b51a9d69.tar.gz ports-dfb0ea806152a4741c3bd8e6656db167b51a9d69.zip |
Notes
Diffstat (limited to 'graphics/p5-Image-Size')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 4c46dff1bf0c..e14caff12831 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image-Size -PORTVERSION= 3.01 +PORTVERSION= 3.1.1 CATEGORIES= graphics www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@plab.ku.dk COMMENT= Perl5 module to determine the size of images in several common formats -BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib PERL_MODBUILD= yes diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index dd598b785803..4a9381a86869 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,3 +1,3 @@ -MD5 (Image-Size-3.01.tar.gz) = 1487850535c2425fa0efdc70269376e2 -SHA256 (Image-Size-3.01.tar.gz) = b6a158f1876159cc7cc81bc4414cc78f17bd6d3804d9dc15ab3b4db617929d66 -SIZE (Image-Size-3.01.tar.gz) = 140960 +MD5 (Image-Size-3.1.1.tar.gz) = 4e1f653e1ec6989b3afcc8474ea268f0 +SHA256 (Image-Size-3.1.1.tar.gz) = e01f3730eca12ecdf34a5dc1109491f88b9d7e7429bcfe893e0c1df4fe19d26e +SIZE (Image-Size-3.1.1.tar.gz) = 142860 diff --git a/graphics/p5-Image-Size/pkg-descr b/graphics/p5-Image-Size/pkg-descr index 779ec66066e5..77daa0af4516 100644 --- a/graphics/p5-Image-Size/pkg-descr +++ b/graphics/p5-Image-Size/pkg-descr @@ -19,3 +19,5 @@ limit the programmer to a certain data format. AUTHORS: Perl module interface by Randy J. Ray <rjray@blackperl.com>, original image-sizing code by Alex Knowles <alex@ed.ac.uk> and Andrew Tong <werdna@ugcs.caltech.edu>. + +WWW: http://search.cpan.org/dist/Image-Size/ |