Date: Thu, 9 Jul 2020 10:41:37 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541741 - branches/2020Q3/graphics/exiv2 Message-ID: <202007091041.069Afbf6062404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Jul 9 10:41:37 2020 New Revision: 541741 URL: https://svnweb.freebsd.org/changeset/ports/541741 Log: MFH: r541320 graphics/exiv2: update to 0.27.3 PR: 247708 Submitted by: daniel.engberg.lists@pyret.net Exp-run by: antoine Approved by: ports-secteam (joneum) Modified: branches/2020Q3/graphics/exiv2/Makefile branches/2020Q3/graphics/exiv2/distinfo branches/2020Q3/graphics/exiv2/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/exiv2/Makefile ============================================================================== --- branches/2020Q3/graphics/exiv2/Makefile Thu Jul 9 10:13:27 2020 (r541740) +++ branches/2020Q3/graphics/exiv2/Makefile Thu Jul 9 10:41:37 2020 (r541741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exiv2 -DISTVERSION= 0.27.2 +DISTVERSION= 0.27.3 DISTVERSIONSUFFIX= -Source PORTEPOCH= 1 CATEGORIES= graphics @@ -15,24 +15,37 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 +TEST_DEPENDS= bash:shells/bash -USES= cmake compiler:c++11-lang cpe gettext iconv pathfix localbase:ldflags +USES= cmake compiler:c++11-lang cpe gettext iconv pathfix \ + python:3.5+,test localbase:ldflags USE_LDCONFIG= yes +TEST_TARGET= tests + LDFLAGS+= -lintl CMAKE_ON= EXIV2_ENABLE_VIDEO \ EXIV2_ENABLE_NLS CMAKE_OFF= EXIV2_ENABLE_LIBXMP -OPTIONS_DEFINE= SAMPLE +OPTIONS_DEFINE= SAMPLE TEST OPTIONS_SUB= yes +TEST_IMPLIES= SAMPLE SAMPLE_DESC= Include sample applications SAMPLE_CMAKE_BOOL= EXIV2_BUILD_SAMPLES +TEST_CMAKE_BOOL= EXIV2_BUILD_UNIT_TESTS + PATHFIX_CMAKELISTSTXT= CMakeChecks.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-Source + +post-patch: + @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' \ + ${WRKSRC}/test/Makefile + @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' \ + ${WRKSRC}/test/functions.source .include <bsd.port.mk> Modified: branches/2020Q3/graphics/exiv2/distinfo ============================================================================== --- branches/2020Q3/graphics/exiv2/distinfo Thu Jul 9 10:13:27 2020 (r541740) +++ branches/2020Q3/graphics/exiv2/distinfo Thu Jul 9 10:41:37 2020 (r541741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571385425 -SHA256 (exiv2-0.27.2-Source.tar.gz) = 2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f -SIZE (exiv2-0.27.2-Source.tar.gz) = 27591236 +TIMESTAMP = 1593677376 +SHA256 (exiv2-0.27.3-Source.tar.gz) = a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778 +SIZE (exiv2-0.27.3-Source.tar.gz) = 26447901 Modified: branches/2020Q3/graphics/exiv2/pkg-plist ============================================================================== --- branches/2020Q3/graphics/exiv2/pkg-plist Thu Jul 9 10:13:27 2020 (r541740) +++ branches/2020Q3/graphics/exiv2/pkg-plist Thu Jul 9 10:41:37 2020 (r541741) @@ -1,35 +1,18 @@ %%SAMPLE%%bin/addmoddel -%%SAMPLE%%bin/convert-test -%%SAMPLE%%bin/easyaccess-test %%SAMPLE%%bin/exifcomment %%SAMPLE%%bin/exifdata -%%SAMPLE%%bin/exifdata-test %%SAMPLE%%bin/exifprint %%SAMPLE%%bin/exifvalue bin/exiv2 %%SAMPLE%%bin/exiv2json %%SAMPLE%%bin/geotag -%%SAMPLE%%bin/ini-test -%%SAMPLE%%bin/iotest %%SAMPLE%%bin/iptceasy %%SAMPLE%%bin/iptcprint -%%SAMPLE%%bin/iptctest -%%SAMPLE%%bin/key-test -%%SAMPLE%%bin/largeiptc-test %%SAMPLE%%bin/metacopy -%%SAMPLE%%bin/mmap-test %%SAMPLE%%bin/mrwthumb -%%SAMPLE%%bin/path-test -%%SAMPLE%%bin/prevtest -%%SAMPLE%%bin/stringto-test %%SAMPLE%%bin/taglist -%%SAMPLE%%bin/tiff-test -%%SAMPLE%%bin/werror-test -%%SAMPLE%%bin/write-test -%%SAMPLE%%bin/write2-test %%SAMPLE%%bin/xmpdump %%SAMPLE%%bin/xmpparse -%%SAMPLE%%bin/xmpparser-test %%SAMPLE%%bin/xmpprint %%SAMPLE%%bin/xmpsample include/exiv2/asfvideo.hpp @@ -86,7 +69,7 @@ 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.2 +lib/libexiv2.so.0.27.3 lib/libexiv2.so.27 lib/libexiv2-xmp.a libdata/pkgconfig/exiv2.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007091041.069Afbf6062404>