mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 11.01
- While I'm here: - Update MASTER_SITES - Use CONFLICTS_INSTALL instead of CONFLICTS - Update WWW Changes: https://metacpan.org/changes/distribution/Image-ExifTool PR: 230820 Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Approved by: maintainer (timeout, 15 days)
This commit is contained in:
parent
c4058b4826
commit
c8ef3e9e9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479131
4 changed files with 9 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Image-ExifTool
|
||||
PORTVERSION= 10.80
|
||||
PORTVERSION= 11.01
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \
|
||||
MASTER_SITES= https://sno.phy.queensu.ca/~phil/exiftool/ \
|
||||
CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:EXIFTOOL
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,7 +15,7 @@ COMMENT= Perl module for getting EXIF data from image files
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
CONFLICTS= p5-Image-ExifTool-devel-[0-9]*
|
||||
CONFLICTS_INSTALL= p5-Image-ExifTool-devel
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1520628339
|
||||
SHA256 (Image-ExifTool-10.80.tar.gz) = bcf896600776d8ef39a867081b48426837ed5ee8ca19b53dd9d86a3179c93c93
|
||||
SIZE (Image-ExifTool-10.80.tar.gz) = 4347722
|
||||
TIMESTAMP = 1536251577
|
||||
SHA256 (Image-ExifTool-11.01.tar.gz) = 705fbf4a42d772c548afff4c64b3db3e95eb347e5b48acd66dd7d7712c19bc9c
|
||||
SIZE (Image-ExifTool-11.01.tar.gz) = 4411472
|
||||
|
|
|
@ -14,4 +14,4 @@ Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.
|
|||
ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to
|
||||
JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.
|
||||
|
||||
WWW: http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
WWW: https://sno.phy.queensu.ca/~phil/exiftool/
|
||||
|
|
|
@ -195,6 +195,7 @@ bin/exiftool
|
|||
%%SITE_PERL%%/Image/ExifTool/VCard.pm
|
||||
%%SITE_PERL%%/Image/ExifTool/Validate.pm
|
||||
%%SITE_PERL%%/Image/ExifTool/Vorbis.pm
|
||||
%%SITE_PERL%%/Image/ExifTool/WTV.pm
|
||||
%%SITE_PERL%%/Image/ExifTool/WriteCanonRaw.pl
|
||||
%%SITE_PERL%%/Image/ExifTool/WriteExif.pl
|
||||
%%SITE_PERL%%/Image/ExifTool/WriteIPTC.pl
|
||||
|
@ -372,6 +373,7 @@ bin/exiftool
|
|||
%%PERL5_MAN3%%/Image::ExifTool::VCard.3.gz
|
||||
%%PERL5_MAN3%%/Image::ExifTool::Validate.3.gz
|
||||
%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz
|
||||
%%PERL5_MAN3%%/Image::ExifTool::WTV.3.gz
|
||||
%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz
|
||||
%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz
|
||||
%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue