aboutsummaryrefslogtreecommitdiff
path: root/graphics/exif
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-27 15:24:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-27 15:24:05 +0000
commitf3106d4fc60bff6287fb91ff7bb02eec8574456c (patch)
treed91c2db60a44dcb7048e57a771f9b842fed89755 /graphics/exif
parentb57344b43ee1dc8dcd5a9167316278f474ae2652 (diff)
downloadports-f3106d4fc60bff6287fb91ff7bb02eec8574456c.tar.gz
ports-f3106d4fc60bff6287fb91ff7bb02eec8574456c.zip
Notes
Diffstat (limited to 'graphics/exif')
-rw-r--r--graphics/exif/Makefile8
-rw-r--r--graphics/exif/distinfo6
-rw-r--r--graphics/exif/files/patch-exif-i18n.c30
-rw-r--r--graphics/exif/pkg-plist1
4 files changed, 8 insertions, 37 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile
index 4192200ca927..87cf22eb4081 100644
--- a/graphics/exif/Makefile
+++ b/graphics/exif/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= exif
-PORTVERSION= 0.6.9
-PORTREVISION= 1
+PORTVERSION= 0.6.15
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libexif
@@ -15,11 +14,12 @@ MASTER_SITE_SUBDIR= libexif
MAINTAINER= pav@FreeBSD.org
COMMENT= Command line utility to read and manipulate EXIF data
-LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif \
+LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
popt.0:${PORTSDIR}/devel/popt
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE}
+CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE} --mandir=${PREFIX}/man
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo
index 4a0e8b85fb00..90a183c61902 100644
--- a/graphics/exif/distinfo
+++ b/graphics/exif/distinfo
@@ -1,3 +1,3 @@
-MD5 (exif-0.6.9.tar.gz) = 555029098386fa677c461eb249d852d7
-SHA256 (exif-0.6.9.tar.gz) = 6e5f8fe8685d586b838e42bf08aa224b623d5c85e5923f5e64a005c9569351de
-SIZE (exif-0.6.9.tar.gz) = 369598
+MD5 (exif-0.6.15.tar.gz) = f82848290d667c7f67ea3c84107de2a4
+SHA256 (exif-0.6.15.tar.gz) = dc6aa4a592a433668747b5b2f2050c8f1ee66f7508f20ec21309c780c9d73bd6
+SIZE (exif-0.6.15.tar.gz) = 440720
diff --git a/graphics/exif/files/patch-exif-i18n.c b/graphics/exif/files/patch-exif-i18n.c
deleted file mode 100644
index 17c9f6a801a3..000000000000
--- a/graphics/exif/files/patch-exif-i18n.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- exif/exif-i18n.c 2003/09/30 22:53:37 1.2
-+++ exif/exif-i18n.c 2004/08/27 16:28:18 1.3
-@@ -1,7 +1,10 @@
- #include <config.h>
- #include "exif-i18n.h"
-
--#include <iconv.h>
-+#ifdef HAVE_ICONV
-+# include <iconv.h>
-+#endif
-+
- #include <string.h>
- #include <sys/types.h>
-
-@@ -11,6 +14,7 @@
- const char *
- exif_i18n_convert_utf8_to_lat1 (const char *in)
- {
-+#ifdef HAVE_ICONV
- static iconv_t tr = 0;
- size_t t = (in ? strlen (in) : 0);
- static char buf[2048];
-@@ -23,4 +27,7 @@
- if (!tr) tr = iconv_open ("ISO-8859-1", "UTF-8");
- iconv (tr, (char **) &in, &t, (char **) &out, &buf_size);
- return buf;
-+#else
-+ return in;
-+#endif
- }
diff --git a/graphics/exif/pkg-plist b/graphics/exif/pkg-plist
index 0b7bbf80ab18..c5be836063aa 100644
--- a/graphics/exif/pkg-plist
+++ b/graphics/exif/pkg-plist
@@ -2,3 +2,4 @@ bin/exif
%%NLS%%share/locale/de/LC_MESSAGES/exif.mo
%%NLS%%share/locale/es/LC_MESSAGES/exif.mo
%%NLS%%share/locale/fr/LC_MESSAGES/exif.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/exif.mo