From owner-svn-ports-all@freebsd.org Mon Oct 5 17:24:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE41942A959; Mon, 5 Oct 2020 17:24:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C4nX828vrz4Cxw; Mon, 5 Oct 2020 17:24:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E456A190B2; Mon, 5 Oct 2020 17:24:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 095HOKNg065279; Mon, 5 Oct 2020 17:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 095HOKMs065276; Mon, 5 Oct 2020 17:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010051724.095HOKMs065276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Oct 2020 17:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551512 - head/graphics/exif X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/exif X-SVN-Commit-Revision: 551512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2020 17:24:25 -0000 Author: sunpoet Date: Mon Oct 5 17:24:19 2020 New Revision: 551512 URL: https://svnweb.freebsd.org/changeset/ports/551512 Log: Update to 0.6.22 - Update MASTER_SITES - Update WWW Changes: https://github.com/libexif/exif/blob/master/NEWS Modified: head/graphics/exif/Makefile head/graphics/exif/distinfo head/graphics/exif/pkg-descr head/graphics/exif/pkg-plist Modified: head/graphics/exif/Makefile ============================================================================== --- head/graphics/exif/Makefile Mon Oct 5 17:24:14 2020 (r551511) +++ head/graphics/exif/Makefile Mon Oct 5 17:24:19 2020 (r551512) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= exif -PORTVERSION= 0.6.21 -PORTREVISION= 1 +PORTVERSION= 0.6.22 CATEGORIES= graphics -MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= https://github.com/libexif/exif/releases/download/exif-${PORTVERSION:S|.|_|g}-release/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line utility to read and manipulate EXIF data @@ -16,12 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexif.so:graphics/libexif \ libpopt.so:devel/popt -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +USES= cpe gmake localbase pkgconfig tar:xz -CPE_VENDOR= curtis_galloway GNU_CONFIGURE= yes -USES= cpe gmake localbase pkgconfig + +CPE_VENDOR= curtis_galloway + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG} NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix Modified: head/graphics/exif/distinfo ============================================================================== --- head/graphics/exif/distinfo Mon Oct 5 17:24:14 2020 (r551511) +++ head/graphics/exif/distinfo Mon Oct 5 17:24:19 2020 (r551512) @@ -1,2 +1,3 @@ -SHA256 (exif-0.6.21.tar.gz) = 1e2e40e5d919edfb23717308eb5aeb5a11337741e6455c049852128a42288e6d -SIZE (exif-0.6.21.tar.gz) = 485311 +TIMESTAMP = 1590479563 +SHA256 (exif-0.6.22.tar.xz) = 0fe268736e0ca0538d4af941022761a438854a64c8024a4175e57bf0418117b9 +SIZE (exif-0.6.22.tar.xz) = 369152 Modified: head/graphics/exif/pkg-descr ============================================================================== --- head/graphics/exif/pkg-descr Mon Oct 5 17:24:14 2020 (r551511) +++ head/graphics/exif/pkg-descr Mon Oct 5 17:24:19 2020 (r551512) @@ -1,4 +1,4 @@ Command line utility to read, write, modify and display EXIF data found in digital image files written by digital cameras, using libexif. -WWW: https://sourceforge.net/projects/libexif/ +WWW: https://libexif.github.io/ Modified: head/graphics/exif/pkg-plist ============================================================================== --- head/graphics/exif/pkg-plist Mon Oct 5 17:24:14 2020 (r551511) +++ head/graphics/exif/pkg-plist Mon Oct 5 17:24:19 2020 (r551512) @@ -1,22 +1,33 @@ bin/exif man/man1/exif.1.gz +%%NLS%%share/locale/ast/LC_MESSAGES/exif.mo %%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/eo/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/fur/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 +%%NLS%%share/locale/ja/LC_MESSAGES/exif.mo +%%NLS%%share/locale/ko/LC_MESSAGES/exif.mo %%NLS%%share/locale/lv/LC_MESSAGES/exif.mo +%%NLS%%share/locale/ms/LC_MESSAGES/exif.mo %%NLS%%share/locale/nl/LC_MESSAGES/exif.mo %%NLS%%share/locale/pl/LC_MESSAGES/exif.mo +%%NLS%%share/locale/pt/LC_MESSAGES/exif.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/exif.mo %%NLS%%share/locale/ro/LC_MESSAGES/exif.mo +%%NLS%%share/locale/ru/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/tr/LC_MESSAGES/exif.mo +%%NLS%%share/locale/uk/LC_MESSAGES/exif.mo %%NLS%%share/locale/vi/LC_MESSAGES/exif.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/exif.mo