View | Details | Raw Unified | Return to bug 134561
Collapse All | Expand All

(-)./Makefile (-3 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Image-Size
8
PORTNAME=	Image-Size
9
PORTVERSION=	3.1.1
9
PORTVERSION=	3.2
10
CATEGORIES=	graphics www perl5
10
CATEGORIES=	graphics www perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 16-24 Link Here
16
16
17
RUN_DEPENDS=	p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
17
RUN_DEPENDS=	p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
18
18
19
PERL_MODBUILD=	yes
19
PERL_CONFIGURE=	yes
20
20
21
MAN1=		imgsize.1
22
MAN3=		Image::Size.3
21
MAN3=		Image::Size.3
23
22
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)./diff (+23 lines)
Line 0 Link Here
1
diff -ruN ../p5-Image-Size.old/Makefile ./Makefile
2
--- ../p5-Image-Size.old/Makefile	2009-05-15 13:39:47.000000000 +0200
3
+++ ./Makefile	2009-05-15 13:42:28.000000000 +0200
4
@@ -6,7 +6,7 @@
5
 #
6
 
7
 PORTNAME=	Image-Size
8
-PORTVERSION=	3.1.1
9
+PORTVERSION=	3.2
10
 CATEGORIES=	graphics www perl5
11
 MASTER_SITES=	CPAN
12
 PKGNAMEPREFIX=	p5-
13
@@ -16,9 +16,8 @@
14
 
15
 RUN_DEPENDS=	p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
16
 
17
-PERL_MODBUILD=	yes
18
+PERL_CONFIGURE=	yes
19
 
20
-MAN1=		imgsize.1
21
 MAN3=		Image::Size.3
22
 
23
 .include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Image-Size-3.1.1.tar.gz) = 4e1f653e1ec6989b3afcc8474ea268f0
1
MD5 (Image-Size-3.2.tar.gz) = 1376fb77e6b9916ae6b61a08f9ee3c07
2
SHA256 (Image-Size-3.1.1.tar.gz) = e01f3730eca12ecdf34a5dc1109491f88b9d7e7429bcfe893e0c1df4fe19d26e
2
SHA256 (Image-Size-3.2.tar.gz) = 49c4a17bc2b2821105988265c72319de3687f40f72c456fa9baf41670b308c67
3
SIZE (Image-Size-3.1.1.tar.gz) = 142860
3
SIZE (Image-Size-3.2.tar.gz) = 155391
(-)./pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/imgsize
2
%%SITE_PERL%%/Image/Size.pm
1
%%SITE_PERL%%/Image/Size.pm
3
%%SITE_PERL%%/auto/Image/Size/autosplit.ix
2
%%SITE_PERL%%/auto/Image/Size/autosplit.ix
4
%%SITE_PERL%%/auto/Image/Size/bmpsize.al
3
%%SITE_PERL%%/auto/Image/Size/bmpsize.al

Return to bug 134561