ports/175597: update: graphics/exif to 0.6.21

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jan 25 22:20:00 UTC 2013


>Number:         175597
>Category:       ports
>Synopsis:       update: graphics/exif to 0.6.21
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 25 22:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
- Update to 0.6.21
- Trim header
- Use optionsng
>How-To-Repeat:
	
>Fix:

	

--- exif.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310983)
+++ Makefile	(working copy)
@@ -1,27 +1,27 @@
-# New ports collection makefile for:	exif
-# Date created:				May 02 2005
-# Whom:					Pav Lucistnik <pav at FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	exif
-PORTVERSION=	0.6.20
+PORTVERSION=	0.6.21
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	pav at 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=	exif:${PORTSDIR}/graphics/libexif \
+		popt:${PORTSDIR}/devel/popt
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV+=		POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt"
 
-.if defined(WITHOUT_NLS)
+OPTIONS_DEFINE=	NLS
+
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MNLS)
 CONFIGURE_ARGS+=	--disable-nls --without-libiconv-prefix
 PLIST_SUB+=	NLS="@comment "
 .else
Index: distinfo
===================================================================
--- distinfo	(revision 310983)
+++ distinfo	(working copy)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 310983)
+++ pkg-plist	(working copy)
@@ -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 @@
 %%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
--- exif.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list