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

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Image-ExifTool
8
PORTNAME=	Image-ExifTool
9
PORTVERSION=	3.50
9
PORTVERSION=	3.72
10
CATEGORIES=	graphics perl5
10
CATEGORIES=	graphics perl5
11
MASTER_SITES=	http://www.sno.phy.queensu.ca/~phil/exiftool/
11
MASTER_SITES=	http://www.sno.phy.queensu.ca/~phil/exiftool/
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 16-21 Link Here
16
16
17
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	yes
18
18
19
MAN3=		Image::ExifTool.3 File::RandomAccessFile.3
19
MAN3=		Image::ExifTool.3 File::RandomAccess.3
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Image-ExifTool-3.50.tar.gz) = b90aaaebf10819db5966387de15a3f64
1
MD5 (Image-ExifTool-3.72.tar.gz) = 5d1d00e286733fdb4051345370fcdc52
2
SIZE (Image-ExifTool-3.50.tar.gz) = 285079
2
SIZE (Image-ExifTool-3.72.tar.gz) = 294785
(-)pkg-plist (-1 / +3 lines)
Lines 1-6 Link Here
1
bin/exiftool
1
bin/exiftool
2
%%SITE_PERL%%/File/RandomAccessFile.pm
2
%%SITE_PERL%%/File/RandomAccess.pm
3
%%SITE_PERL%%/File/RandomAccess.pod
3
%%SITE_PERL%%/Image/ExifTool.pm
4
%%SITE_PERL%%/Image/ExifTool.pm
5
%%SITE_PERL%%/Image/ExifTool.pod
4
%%SITE_PERL%%/Image/ExifTool/Canon.pm
6
%%SITE_PERL%%/Image/ExifTool/Canon.pm
5
%%SITE_PERL%%/Image/ExifTool/CanonCustom.pm
7
%%SITE_PERL%%/Image/ExifTool/CanonCustom.pm
6
%%SITE_PERL%%/Image/ExifTool/CanonRaw.pm
8
%%SITE_PERL%%/Image/ExifTool/CanonRaw.pm

Return to bug 73400