diff options
author | drochner <drochner@pkgsrc.org> | 2004-10-27 19:43:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-10-27 19:43:25 +0000 |
commit | adc396cc40d766a1e663c60220bda2378f728bc5 (patch) | |
tree | 10bf31b2f545f9b5ab918b848c0ffa4ce31802f8 /graphics/exif | |
parent | 54572db76f0fe30f33c324e926cdfac45dfc097b (diff) | |
download | pkgsrc-adc396cc40d766a1e663c60220bda2378f728bc5.tar.gz |
update to 0.6.9
compiles with libexef-0.6.x now
Diffstat (limited to 'graphics/exif')
-rw-r--r-- | graphics/exif/Makefile | 5 | ||||
-rw-r--r-- | graphics/exif/PLIST | 5 | ||||
-rw-r--r-- | graphics/exif/distinfo | 8 | ||||
-rw-r--r-- | graphics/exif/patches/patch-aa | 12 |
4 files changed, 13 insertions, 17 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 25f16fff4fb..55eec7574b5 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:50 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/27 19:43:25 drochner Exp $ # -DISTNAME= exif-0.6 -PKGREVISION= 3 +DISTNAME= exif-0.6.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} diff --git a/graphics/exif/PLIST b/graphics/exif/PLIST index 74ba52198d2..e0df9001df5 100644 --- a/graphics/exif/PLIST +++ b/graphics/exif/PLIST @@ -1,6 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/10/27 19:43:25 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 diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo index d12bd2a932e..418fea216f0 100644 --- a/graphics/exif/distinfo +++ b/graphics/exif/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ +$NetBSD: distinfo,v 1.2 2004/10/27 19:43:25 drochner Exp $ -SHA1 (exif-0.6.tar.gz) = bd5cc9d0b861597e65618dcab3ea72fdfe1be68f -Size (exif-0.6.tar.gz) = 339385 bytes -SHA1 (patch-aa) = fe7a707c66c196bab86cbeb4e2961f063b15cffd +SHA1 (exif-0.6.9.tar.gz) = ea40ce0ab77db4d95ad71cb11efa85712ea9900e +Size (exif-0.6.9.tar.gz) = 369598 bytes +SHA1 (patch-aa) = 50ab63fbcd53d646fc230031f36c3539fdcb88a8 diff --git a/graphics/exif/patches/patch-aa b/graphics/exif/patches/patch-aa index be5cb123b51..984db3c3238 100644 --- a/graphics/exif/patches/patch-aa +++ b/graphics/exif/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2004/10/27 19:43:25 drochner Exp $ ---- configure- 2003-10-01 01:09:30.000000000 +0900 -+++ configure 2003-10-01 01:09:54.000000000 +0900 -@@ -11299,7 +11299,7 @@ +--- configure.orig 2004-05-27 19:45:02.000000000 +0200 ++++ configure +@@ -21197,7 +21197,7 @@ if test "${ac_cv_lib_popt_poptResetConte echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lpopt $LIBS" +LIBS="-lpopt -lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" + /* confdefs.h. */ + _ACEOF |