diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-13 23:41:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-13 23:41:58 +0800 |
commit | 5244ced58a2ca8ef7a9a852165292b99f9b35ee1 (patch) | |
tree | 8387a0ed74cf0b60802fc387c40e9a63ba65a072 /graphics | |
parent | dddf93752f18fa6af66ade0ffd112dff8fd27581 (diff) | |
download | freebsd-ports-gnome-5244ced58a2ca8ef7a9a852165292b99f9b35ee1.tar.gz freebsd-ports-gnome-5244ced58a2ca8ef7a9a852165292b99f9b35ee1.tar.zst freebsd-ports-gnome-5244ced58a2ca8ef7a9a852165292b99f9b35ee1.zip |
- Update to 0.6.21
- Convert to new LIB_DEPENDS format
- Use USES=gmake
- Use ICONV_CONFIGURE_ARGS
- Cosmetic change
- Take maintainership
Changes: http://libexif.cvs.sourceforge.net/viewvc/libexif/exif/NEWS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exif/Makefile | 19 | ||||
-rw-r--r-- | graphics/exif/distinfo | 4 | ||||
-rw-r--r-- | graphics/exif/pkg-plist | 3 |
3 files changed, 15 insertions, 11 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index ce37302f4335..7d29c9d484f0 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -2,29 +2,30 @@ # $FreeBSD$ PORTNAME= exif -PORTVERSION= 0.6.20 -PORTREVISION= 1 +PORTVERSION= 0.6.21 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line utility to read and manipulate EXIF data -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libpopt.so:${PORTSDIR}/devel/popt -USES= pkgconfig -USE_GMAKE= yes +OPTIONS_DEFINE= NLS + +CONFIGURE_ENV= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt" GNU_CONFIGURE= yes -CONFIGURE_ENV+= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt" +USES= gmake pkgconfig .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} +CONFIGURE_ARGS+=--enable-nls ${ICONV_CONFIGURE_ARG} USES+= gettext iconv PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix +CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix PLIST_SUB+= NLS="@comment " .endif diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo index d800a102af10..c46ba4337d85 100644 --- a/graphics/exif/distinfo +++ b/graphics/exif/distinfo @@ -1,2 +1,2 @@ -SHA256 (exif-0.6.20.tar.gz) = 81846823ffbf3d41d77787316d1c04351a216894a1aac993c65a67b3db9a2772 -SIZE (exif-0.6.20.tar.gz) = 453308 +SHA256 (exif-0.6.21.tar.gz) = 1e2e40e5d919edfb23717308eb5aeb5a11337741e6455c049852128a42288e6d +SIZE (exif-0.6.21.tar.gz) = 485311 diff --git a/graphics/exif/pkg-plist b/graphics/exif/pkg-plist index 95b1d0df07ec..34c2c65aa36b 100644 --- a/graphics/exif/pkg-plist +++ b/graphics/exif/pkg-plist @@ -1,10 +1,12 @@ bin/exif +%%NLS%%share/locale/cs/LC_MESSAGES/exif.mo %%NLS%%share/locale/da/LC_MESSAGES/exif.mo %%NLS%%share/locale/de/LC_MESSAGES/exif.mo %%NLS%%share/locale/es/LC_MESSAGES/exif.mo %%NLS%%share/locale/fi/LC_MESSAGES/exif.mo %%NLS%%share/locale/fr/LC_MESSAGES/exif.mo %%NLS%%share/locale/gl/LC_MESSAGES/exif.mo +%%NLS%%share/locale/hr/LC_MESSAGES/exif.mo %%NLS%%share/locale/id/LC_MESSAGES/exif.mo %%NLS%%share/locale/is/LC_MESSAGES/exif.mo %%NLS%%share/locale/it/LC_MESSAGES/exif.mo @@ -13,6 +15,7 @@ bin/exif %%NLS%%share/locale/pl/LC_MESSAGES/exif.mo %%NLS%%share/locale/ro/LC_MESSAGES/exif.mo %%NLS%%share/locale/sk/LC_MESSAGES/exif.mo +%%NLS%%share/locale/sr/LC_MESSAGES/exif.mo %%NLS%%share/locale/sv/LC_MESSAGES/exif.mo %%NLS%%share/locale/vi/LC_MESSAGES/exif.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/exif.mo |