Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 15:41:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327162 - head/graphics/exif
Message-ID:  <201309131541.r8DFfwX4076559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 13 15:41:58 2013
New Revision: 327162
URL: http://svnweb.freebsd.org/changeset/ports/327162

Log:
  - 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

Modified:
  head/graphics/exif/Makefile
  head/graphics/exif/distinfo   (contents, props changed)
  head/graphics/exif/pkg-plist   (contents, props changed)

Modified: head/graphics/exif/Makefile
==============================================================================
--- head/graphics/exif/Makefile	Fri Sep 13 15:41:53 2013	(r327161)
+++ head/graphics/exif/Makefile	Fri Sep 13 15:41:58 2013	(r327162)
@@ -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
 

Modified: head/graphics/exif/distinfo
==============================================================================
--- head/graphics/exif/distinfo	Fri Sep 13 15:41:53 2013	(r327161)
+++ head/graphics/exif/distinfo	Fri Sep 13 15:41:58 2013	(r327162)
@@ -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

Modified: head/graphics/exif/pkg-plist
==============================================================================
--- head/graphics/exif/pkg-plist	Fri Sep 13 15:41:53 2013	(r327161)
+++ head/graphics/exif/pkg-plist	Fri Sep 13 15:41:58 2013	(r327162)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131541.r8DFfwX4076559>