diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-02-15 11:10:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-02-15 11:10:15 +0000 |
commit | 9ccbf528f5972bd2c9e8b9ebe9c44fd650c3b6c8 (patch) | |
tree | a2b155b5c813a7850099e8391b5d09a2fe39497c /graphics/p5-Image-ExifTool-devel/Makefile | |
parent | ff2d9848e964c312a989c9ea3b99578c74e2234b (diff) |
- Update to 7.67
This update includes a fix for a bug involving image corruption of certain
TIFF files.
Changelog here:
http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: ports/131687
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=228380
Diffstat (limited to 'graphics/p5-Image-ExifTool-devel/Makefile')
-rw-r--r-- | graphics/p5-Image-ExifTool-devel/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index 242ee20d78e1..62f976a41904 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -8,11 +8,11 @@ # Note: This port tracks the "production release" of ExifTool as given # by http://www.sno.phy.queensu.ca/~phil/exiftool/history.html # -# Please check that the you are updating to the latest production -# release before updating the version of this port. +# Please make sure you are updating to the latest production release +# before updating the version of this port. PORTNAME= Image-ExifTool -PORTVERSION= 7.60 +PORTVERSION= 7.67 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ CPAN @@ -32,14 +32,16 @@ MANTAGS= AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup BZZ \ NikonCapture Olympus PDF PICT PNG PPM Panasonic Pentax \ PhotoMechanic Photoshop PostScript PrintIM QuickTime \ Rawzor RIFF Real Ricoh Sanyo Shift Shortcuts Sigma \ - SigmaRaw Sony TagLookup TagNames Unknown Vorbis \ - WriteCanonRaw WriteExif WriteIPTC WritePDF WritePNG \ - WritePhotoshop WritePostScript WriteXMP Writer XMP XMP2 \ - ZIP + SigmaRaw Sony TagInfoXML TagLookup TagNames Unknown \ + Vorbis WriteCanonRaw WriteExif WriteIPTC WritePDF \ + WritePNG WritePhotoshop WritePostScript WriteXMP Writer \ + XMP XMP2 ZIP +LANGTAGS= ch_s cz de en_ca en_gb es fr it jp nl pl -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ - ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} +MAN3= File::RandomAccess.3 \ + Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ + ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ + ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} MAN1= exiftool.1 |