Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2013 23:12:25 +0100 (CET)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175597: update: graphics/exif to 0.6.21
Message-ID:  <201301252212.r0PMCP4J090001@freefall.freebsd.org>
Resent-Message-ID: <201301252220.r0PMK0el091013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	exif
-PORTVERSION=	0.6.20
+PORTVERSION=	0.6.21
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	pav@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:



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