diff options
author | drochner <drochner> | 2007-06-15 11:28:04 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-06-15 11:28:04 +0000 |
commit | b5c7224789b52e5cb4dabdb3d8890df475c5adbe (patch) | |
tree | b4a1a72d0cb8b48441f1dde168259eb59c9ffa60 /graphics | |
parent | 737887ff461f9428ae3553e80f94d85b6b2d18b0 (diff) | |
download | pkgsrc-b5c7224789b52e5cb4dabdb3d8890df475c5adbe.tar.gz |
update to 0.6.15
exif-0.6.15 is to release the accumulated changes made during the
last 3 years. Better change tracking will be made from here on.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exif/Makefile | 5 | ||||
-rw-r--r-- | graphics/exif/PLIST | 3 | ||||
-rw-r--r-- | graphics/exif/distinfo | 9 | ||||
-rw-r--r-- | graphics/exif/patches/patch-aa | 13 |
4 files changed, 8 insertions, 22 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index d9f67de49ea..b72a4db1452 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:46 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2007/06/15 11:28:04 drochner Exp $ # -DISTNAME= exif-0.6.9 -PKGREVISION= 3 +DISTNAME= exif-0.6.15 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} diff --git a/graphics/exif/PLIST b/graphics/exif/PLIST index 2a4c08f887d..009dbb911ca 100644 --- a/graphics/exif/PLIST +++ b/graphics/exif/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:20 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/06/15 11:28:04 drochner Exp $ bin/exif man/man1/exif.1 share/locale/de/LC_MESSAGES/exif.mo share/locale/es/LC_MESSAGES/exif.mo share/locale/fr/LC_MESSAGES/exif.mo +share/locale/pl/LC_MESSAGES/exif.mo diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo index 02ba04534c3..4c173ad901d 100644 --- a/graphics/exif/distinfo +++ b/graphics/exif/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 08:45:04 agc Exp $ +$NetBSD: distinfo,v 1.5 2007/06/15 11:28:04 drochner Exp $ -SHA1 (exif-0.6.9.tar.gz) = ea40ce0ab77db4d95ad71cb11efa85712ea9900e -RMD160 (exif-0.6.9.tar.gz) = 9e28f5760b5302c470a76a75fed4bee396952ff8 -Size (exif-0.6.9.tar.gz) = 369598 bytes -SHA1 (patch-aa) = cf2bf0ba5e2e2c611f0711717ca227a1c5edf26d +SHA1 (exif-0.6.15.tar.gz) = b338f0e54991dec1f8e6ffb60103728df0afb3fd +RMD160 (exif-0.6.15.tar.gz) = 50c91a46a9c7a42b5ea54312cb12db1329c682a0 +Size (exif-0.6.15.tar.gz) = 440720 bytes diff --git a/graphics/exif/patches/patch-aa b/graphics/exif/patches/patch-aa deleted file mode 100644 index 77c395da4bd..00000000000 --- a/graphics/exif/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2004/11/03 19:12:19 minskim Exp $ - ---- exif/main.c.orig 2004-05-25 16:52:58.000000000 -0500 -+++ exif/main.c -@@ -36,7 +36,7 @@ - #include "exif-i18n.h" - #include "utils.h" - --#ifdef HAVE_LOCAL_H -+#ifdef HAVE_LOCALE_H - # include <locale.h> - #endif - |