diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-22 15:19:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-22 15:19:35 +0800 |
commit | 4e35be6a12ae91f35a2c345f4a4327442e965abd (patch) | |
tree | 73a98fe94c1e7d7e530e8e2b32bcca7bbefa07aa | |
parent | eb1e2b055c20a7c7a80a0bc1d84847437bd7fd8a (diff) | |
download | freebsd-ports-gnome-4e35be6a12ae91f35a2c345f4a4327442e965abd.tar.gz freebsd-ports-gnome-4e35be6a12ae91f35a2c345f4a4327442e965abd.tar.zst freebsd-ports-gnome-4e35be6a12ae91f35a2c345f4a4327442e965abd.zip |
- Update to 1.32
- Sort *_DEPENDS and MAN3
Changes: http://search.cpan.org/dist/Image-Info/CHANGES
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 35 | ||||
-rw-r--r-- | graphics/p5-Image-Info/distinfo | 4 |
2 files changed, 23 insertions, 16 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 21cbe7e10413..41001c57c1d0 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image-Info -PORTVERSION= 1.31 +PORTVERSION= 1.32 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,25 +14,32 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for getting image information -RUN_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Image::Info.3 Image::Info::BMP.3 Image::Info::SVG.3 \ - Image::Info::TIFF.3 Image::Info::PPM.3 \ - Image::Info::XBM.3 Image::Info::XPM.3 \ - Image::Info::ICO.3 Bundle::Image::Info::Everything.3 \ - Bundle::Image::Info::PNG.3 Bundle::Image::Info::SVG.3 \ - Bundle::Image::Info::XPM.3 Bundle::Image::Info::XBM.3 +MAN3= Bundle::Image::Info::Everything.3 \ + Bundle::Image::Info::PNG.3 \ + Bundle::Image::Info::SVG.3 \ + Bundle::Image::Info::XBM.3 \ + Bundle::Image::Info::XPM.3 \ + Image::Info.3 \ + Image::Info::BMP.3 \ + Image::Info::ICO.3 \ + Image::Info::PPM.3 \ + Image::Info::SVG.3 \ + Image::Info::TIFF.3 \ + Image::Info::XBM.3 \ + Image::Info::XPM.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress +BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress .endif .include <bsd.port.post.mk> diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo index c805e923bcbe..ef138388ff55 100644 --- a/graphics/p5-Image-Info/distinfo +++ b/graphics/p5-Image-Info/distinfo @@ -1,2 +1,2 @@ -SHA256 (Image-Info-1.31.tar.gz) = 2ca7c3e267a77871d175cdb27f986c5888f381d6edb978c803b41cb43b306430 -SIZE (Image-Info-1.31.tar.gz) = 231407 +SHA256 (Image-Info-1.32.tar.gz) = 0ee396f74b6d4441e42bbb0b997c321305d5a660c6af4db3fa1329900ebbd350 +SIZE (Image-Info-1.32.tar.gz) = 224783 |