From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 25 22:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A485F153 for ; Fri, 25 Jan 2013 22:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8845BDE9 for ; Fri, 25 Jan 2013 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0PMK0HR091014 for ; Fri, 25 Jan 2013 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0PMK0el091013; Fri, 25 Jan 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Jan 2013 22:20:00 GMT Resent-Message-Id: <201301252220.r0PMK0el091013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 16762E1F for ; Fri, 25 Jan 2013 22:12:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E41A0DA4 for ; Fri, 25 Jan 2013 22:12:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0PMCP9W090002 for ; Fri, 25 Jan 2013 22:12:25 GMT (envelope-from ehaupt@freefall.freebsd.org) Received: (from ehaupt@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0PMCP4J090001; Fri, 25 Jan 2013 23:12:25 +0100 (CET) (envelope-from ehaupt) Message-Id: <201301252212.r0PMCP4J090001@freefall.freebsd.org> Date: Fri, 25 Jan 2013 23:12:25 +0100 (CET) From: Emanuel Haupt To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/175597: update: graphics/exif to 0.6.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 22:20:00 -0000 >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 -# +# Created by: Pav Lucistnik # $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 + +.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: