Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 23:37:31 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515670 - head/graphics/exiv2
Message-ID:  <201910252337.x9PNbVS3016934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Oct 25 23:37:31 2019
New Revision: 515670
URL: https://svnweb.freebsd.org/changeset/ports/515670

Log:
  graphics/exiv2: upgrade to 0.27.2
  
  PR:		241322
  Exp-run by:	antoine

Modified:
  head/graphics/exiv2/Makefile
  head/graphics/exiv2/distinfo
  head/graphics/exiv2/pkg-plist

Modified: head/graphics/exiv2/Makefile
==============================================================================
--- head/graphics/exiv2/Makefile	Fri Oct 25 23:35:44 2019	(r515669)
+++ head/graphics/exiv2/Makefile	Fri Oct 25 23:37:31 2019	(r515670)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	exiv2
-DISTVERSION=	0.27.1
+DISTVERSION=	0.27.2
 DISTVERSIONSUFFIX=	-Source
-PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
-MASTER_SITES=	https://www.exiv2.org/releases/
+MASTER_SITES=	https://www.exiv2.org/builds/
 
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Exif, IPTC, and XMP metadata manipulation library and tools
@@ -23,7 +22,7 @@ USE_LDCONFIG=	yes
 LDFLAGS+=	-lintl
 
 CMAKE_ON=	EXIV2_ENABLE_VIDEO \
-		EXIV2_BUILD_PO
+		EXIV2_ENABLE_NLS
 CMAKE_OFF=	EXIV2_ENABLE_LIBXMP
 
 OPTIONS_DEFINE=	SAMPLE

Modified: head/graphics/exiv2/distinfo
==============================================================================
--- head/graphics/exiv2/distinfo	Fri Oct 25 23:35:44 2019	(r515669)
+++ head/graphics/exiv2/distinfo	Fri Oct 25 23:37:31 2019	(r515670)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557685573
-SHA256 (exiv2-0.27.1-Source.tar.gz) = f125286980fd1bcb28e188c02a93946951c61e10784720be2301b661a65b3081
-SIZE (exiv2-0.27.1-Source.tar.gz) = 27210365
+TIMESTAMP = 1571385425
+SHA256 (exiv2-0.27.2-Source.tar.gz) = 2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f
+SIZE (exiv2-0.27.2-Source.tar.gz) = 27591236

Modified: head/graphics/exiv2/pkg-plist
==============================================================================
--- head/graphics/exiv2/pkg-plist	Fri Oct 25 23:35:44 2019	(r515669)
+++ head/graphics/exiv2/pkg-plist	Fri Oct 25 23:37:31 2019	(r515670)
@@ -82,16 +82,15 @@ include/exiv2/version.hpp
 include/exiv2/webpimage.hpp
 include/exiv2/xmp_exiv2.hpp
 include/exiv2/xmpsidecar.hpp
-lib/exiv2/cmake/exiv2Config-%%CMAKE_BUILD_TYPE%%.cmake
-lib/exiv2/cmake/exiv2Config.cmake
-lib/exiv2/cmake/exiv2ConfigVersion.cmake
+lib/cmake/exiv2/exiv2Config-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/exiv2/exiv2Config.cmake
+lib/cmake/exiv2/exiv2ConfigVersion.cmake
 lib/libexiv2.so
-lib/libexiv2.so.0.27.1
+lib/libexiv2.so.0.27.2
 lib/libexiv2.so.27
 lib/libexiv2-xmp.a
 libdata/pkgconfig/exiv2.pc
 man/man1/exiv2.1.gz
-%%SAMPLE%%man/man1/exiv2samples.1.gz
 share/locale/bs/LC_MESSAGES/exiv2.mo
 share/locale/ca/LC_MESSAGES/exiv2.mo
 share/locale/de/LC_MESSAGES/exiv2.mo
@@ -100,6 +99,7 @@ share/locale/fi/LC_MESSAGES/exiv2.mo
 share/locale/fr/LC_MESSAGES/exiv2.mo
 share/locale/gl/LC_MESSAGES/exiv2.mo
 share/locale/ms/LC_MESSAGES/exiv2.mo
+share/locale/nl/LC_MESSAGES/exiv2.mo
 share/locale/pl/LC_MESSAGES/exiv2.mo
 share/locale/pt/LC_MESSAGES/exiv2.mo
 share/locale/ru/LC_MESSAGES/exiv2.mo



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