Commits
David B. Evans authored 2e6ced1ef30
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name p5-image-exiftool |
6 - | version 11.20 |
6 + | version 11.22 |
7 7 | |
8 8 | if {$subport ne "exiftool"} { |
9 9 | PortGroup perl5 1.0 |
10 10 | perl5.branches 5.26 |
11 11 | perl5.setup Image-ExifTool ${version} |
12 12 | } |
13 13 | |
14 14 | license {Artistic-1 GPL} |
15 15 | maintainers nomaintainer |
16 16 | platforms darwin |
17 17 | supported_archs noarch |
18 18 | |
19 19 | description Perl interface and general command line utility to read, write and edit EXIF metadata |
20 20 | long_description ${description} |
21 21 | |
22 - | checksums rmd160 a9b242ce17b058ac7c0424781cdc3ebcda404209 \ |
23 - | sha256 9bf5fefb5d784bfee2ff90e1237c5ea0c756963b859a3fd44685e75f0e9f71fc \ |
24 - | size 4487203 |
22 + | checksums rmd160 52b79ad8e144aaa0beb17e4c47be56f50e8751ac \ |
23 + | sha256 8df900377699ceda6ad002989154759fae31da3675989ef9dac7e258158fa130 \ |
24 + | size 4491938 |
25 25 | |
26 26 | homepage http://exiftool.sourceforge.net/ |
27 27 | master_sites sourceforge:project/exiftool/ |
28 28 | |
29 29 | livecheck.type regex |
30 30 | livecheck.url ${homepage} |
31 31 | if {$subport ne "exiftool"} { |
32 32 | livecheck.regex ${perl5.module}-(\[0-9.\]+)${extract.suffix} |
33 33 | } |
34 34 | |