Ticket #4764: exiftags.diff

File exiftags.diff, 965 bytes (added by tonytung@…, 19 years ago)

proposed patch

  • Portfile

    diff -r -u exiftags.orig/Portfile exiftags/Portfile
    old new  
    22
    33PortSystem      1.0
    44name            exiftags
    5 version         0.98
     5version         1.00
    66categories      graphics
    77maintainers     waqar@opendarwin.org
    88description     Utility spits out Exif tags from a digital camera JPEG file
     
    1919master_sites    http://johnst.org/sw/exiftags
    2020
    2121platforms       darwin
    22 checksums       md5 5a8a4057c4dac1d765da5f9ef4527bdf
     22checksums       md5 5dedd2336914f5a7c6ed3289cb7a3b1b
    2323use_configure   no
    2424destroot {
    2525        cd ${worksrcpath}
    2626        xinstall exiftags ${destroot}${prefix}/bin
    2727        xinstall exifcom ${destroot}${prefix}/bin
     28        xinstall exiftime ${destroot}${prefix}/bin
    2829        xinstall exiftags.1 ${destroot}${prefix}/share/man/man1
    2930        xinstall exifcom.1 ${destroot}${prefix}/share/man/man1
     31        xinstall exiftime.1 ${destroot}${prefix}/share/man/man1
    3032}