diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-05 10:46:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-05 10:46:07 +0000 |
commit | 03b9ad877e37956c65782a86cf4c5f8d35e9be72 (patch) | |
tree | 927f2e57af32a975c161f90a1b089930c0fc1fd5 | |
parent | 8dc5e2886a1d30cf414f5218406171160d6328f4 (diff) | |
download | pkgsrc-03b9ad877e37956c65782a86cf4c5f8d35e9be72.tar.gz |
Update to 2.93. Set LICENSE.
May 7 2010:
Fix a compiler warning
Dec 29 2010:
Make -n behave like -nf, and get rid of that option.
Dec 2 2011:
Handle IPTC in UTF8 (as per photoshop CS5)
-rw-r--r-- | graphics/jhead/Makefile | 6 | ||||
-rw-r--r-- | graphics/jhead/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index b50326d55b5..35900e78366 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.26 2011/04/05 16:57:49 drochner Exp $ +# $NetBSD: Makefile,v 1.27 2011/12/05 10:46:07 wiz Exp $ # -DISTNAME= jhead-2.90 +DISTNAME= jhead-2.93 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image +LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +18,6 @@ MAKE_FILE= makefile INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/html/jhead do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/html/jhead ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_MAN} ${WRKSRC}/usage.html \ diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo index 9d974515d2e..d0ad020586a 100644 --- a/graphics/jhead/distinfo +++ b/graphics/jhead/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2011/04/05 16:57:49 drochner Exp $ +$NetBSD: distinfo,v 1.14 2011/12/05 10:46:07 wiz Exp $ -SHA1 (jhead-2.90.tar.gz) = f24a611d5c359b6c0a24184718ec983b9d0eb449 -RMD160 (jhead-2.90.tar.gz) = 87e0480582377cccbd46f12626402d46136ac51b -Size (jhead-2.90.tar.gz) = 64390 bytes +SHA1 (jhead-2.93.tar.gz) = d4b9f1406c4236e987c7aed4974f25454f270262 +RMD160 (jhead-2.93.tar.gz) = 2765cc368bc64059956a5c38a46f42029af3f634 +Size (jhead-2.93.tar.gz) = 64419 bytes |