Modified: trunk/dports/perl/p5-image-size/Portfile (133412 => 133413)
--- trunk/dports/perl/p5-image-size/Portfile 2015-02-28 22:34:59 UTC (rev 133412)
+++ trunk/dports/perl/p5-image-size/Portfile 2015-02-28 22:51:52 UTC (rev 133413)
@@ -5,8 +5,7 @@
PortGroup perl5 1.0
perl5.branches 5.16 5.18 5.20
-perl5.setup Image-Size 3.232
-revision 2
+perl5.setup Image-Size 3.300
license {Artistic-2 LGPL-2.1}
maintainers nomaintainer
platforms darwin
@@ -14,12 +13,18 @@
supported_archs noarch
description Extract size information from image files
-long_description This module provide functions to extract image \
- sizes from image files
+long_description Image::Size is a simple library that allows the \
+ fetching of image size information from files \
+ in a wide variety of common (and not-so-common) \
+ formats.
-checksums rmd160 ce9c35d31ca673ca86165309c5b73ba05b67ba69 \
- sha256 acc34ef5270473ca925b2757bc9c379add8542280636dade2dc73f324231a0d7
+checksums rmd160 70e06d4c601528809d64a411cf458d7ccea18dc5 \
+ sha256 53c9b1f86531cde060ee63709d1fda73cabc0cf2d581d29b22b014781b9f026b
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-module-build
+ depends_build-append \
+ port:p${perl5.major}-module-build
+
+ depends_lib-append \
+ port:p${perl5.major}-io-compress
}