[65871] trunk/dports/graphics/exiftags/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Apr 2 03:28:02 PDT 2010
Revision: 65871
http://trac.macports.org/changeset/65871
Author: ryandesign at macports.org
Date: 2010-04-02 03:28:01 -0700 (Fri, 02 Apr 2010)
Log Message:
-----------
exiftags: update to 1.01, simplify destroot
Modified Paths:
--------------
trunk/dports/graphics/exiftags/Portfile
Modified: trunk/dports/graphics/exiftags/Portfile
===================================================================
--- trunk/dports/graphics/exiftags/Portfile 2010-04-02 10:23:41 UTC (rev 65870)
+++ trunk/dports/graphics/exiftags/Portfile 2010-04-02 10:28:01 UTC (rev 65871)
@@ -2,7 +2,7 @@
PortSystem 1.0
name exiftags
-version 1.00
+version 1.01
categories graphics
maintainers nomaintainer
description Utility spits out Exif tags from a digital camera JPEG file
@@ -19,13 +19,13 @@
master_sites http://johnst.org/sw/exiftags
platforms darwin
-checksums md5 5dedd2336914f5a7c6ed3289cb7a3b1b
+
+checksums md5 9d5bce968fdde2dc24ba49c0024dc0cc \
+ sha1 06636feb7d5c5835da01d5da8cd0f4a291d23fd8 \
+ rmd160 59549c222469cdc55bb74452e4cd458d5b545684
+
use_configure no
destroot {
- xinstall ${worksrcpath}/exiftags ${destroot}${prefix}/bin
- xinstall ${worksrcpath}/exifcom ${destroot}${prefix}/bin
- xinstall ${worksrcpath}/exiftime ${destroot}${prefix}/bin
- xinstall ${worksrcpath}/exiftags.1 ${destroot}${prefix}/share/man/man1
- xinstall ${worksrcpath}/exifcom.1 ${destroot}${prefix}/share/man/man1
- xinstall ${worksrcpath}/exiftime.1 ${destroot}${prefix}/share/man/man1
+ xinstall -W ${worksrcpath} exiftags exifcom exiftime ${destroot}${prefix}/bin
+ xinstall -m 644 -W ${worksrcpath} exiftags.1 exifcom.1 exiftime.1 ${destroot}${prefix}/share/man/man1
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100402/d005ff5a/attachment.html>
More information about the macports-changes
mailing list