- update to 3.1.1

PR:		127126
Submitted by:	leeym
Approved by:	maintainer
This commit is contained in:
Yen-Ming Lee 2008-09-28 22:31:14 +00:00
parent 870777f41a
commit dfb0ea8061
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220954
3 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= Image-Size PORTNAME= Image-Size
PORTVERSION= 3.01 PORTVERSION= 3.1.1
CATEGORIES= graphics www perl5 CATEGORIES= graphics www perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tolid@plab.ku.dk MAINTAINER= tolid@plab.ku.dk
COMMENT= Perl5 module to determine the size of images in several common formats 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= p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes PERL_MODBUILD= yes

View file

@ -1,3 +1,3 @@
MD5 (Image-Size-3.01.tar.gz) = 1487850535c2425fa0efdc70269376e2 MD5 (Image-Size-3.1.1.tar.gz) = 4e1f653e1ec6989b3afcc8474ea268f0
SHA256 (Image-Size-3.01.tar.gz) = b6a158f1876159cc7cc81bc4414cc78f17bd6d3804d9dc15ab3b4db617929d66 SHA256 (Image-Size-3.1.1.tar.gz) = e01f3730eca12ecdf34a5dc1109491f88b9d7e7429bcfe893e0c1df4fe19d26e
SIZE (Image-Size-3.01.tar.gz) = 140960 SIZE (Image-Size-3.1.1.tar.gz) = 142860

View file

@ -19,3 +19,5 @@ limit the programmer to a certain data format.
AUTHORS: Perl module interface by Randy J. Ray <rjray@blackperl.com>, 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 original image-sizing code by Alex Knowles <alex@ed.ac.uk> and Andrew Tong
<werdna@ugcs.caltech.edu>. <werdna@ugcs.caltech.edu>.
WWW: http://search.cpan.org/dist/Image-Size/