[Midnightbsd-cvs] mports: graphics/p5-Image-Size: Update to 3.1.1 LICENSE fix

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Oct 10 14:27:41 EDT 2008


Log Message:
-----------
Update to 3.1.1
LICENSE
fix Compress::Zlib depend.

Modified Files:
--------------
    mports/graphics/p5-Image-Size:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/p5-Image-Size/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L graphics/p5-Image-Size/Makefile -L graphics/p5-Image-Size/Makefile -u -r1.1 -r1.2
--- graphics/p5-Image-Size/Makefile
+++ graphics/p5-Image-Size/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	Image-Size
-PORTVERSION=	3.01
+PORTVERSION=	3.1.1
 CATEGORIES=	graphics www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Image
@@ -15,8 +15,9 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl5 module to determine the size of images in several common formats
+LICENSE=	perl
 
-BUILD_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
@@ -24,10 +25,5 @@
 MAN1=		imgsize.1
 MAN3=		Image::Size.3
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.mk>
 
-.if ${PERL_LEVEL} < 500600
-IGNORE=		requires at least Perl 5.6. Please install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/graphics/p5-Image-Size/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L graphics/p5-Image-Size/distinfo -L graphics/p5-Image-Size/distinfo -u -r1.1 -r1.2
--- graphics/p5-Image-Size/distinfo
+++ 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


More information about the Midnightbsd-cvs mailing list