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.
This commit is contained in:
drochner 2007-06-15 11:28:04 +00:00
parent a4d9968516
commit 9c98977559
4 changed files with 8 additions and 22 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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

View file

@ -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