Date: Sat, 9 Mar 2019 09:57:47 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495114 - head/graphics/py-exiv2 Message-ID: <201903090957.x299vlrj033018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Mar 9 09:57:47 2019 New Revision: 495114 URL: https://svnweb.freebsd.org/changeset/ports/495114 Log: graphics/py-exiv2: Fix EXPIRATION_DATE Modified: head/graphics/py-exiv2/Makefile Modified: head/graphics/py-exiv2/Makefile ============================================================================== --- head/graphics/py-exiv2/Makefile Sat Mar 9 09:54:16 2019 (r495113) +++ head/graphics/py-exiv2/Makefile Sat Mar 9 09:57:47 2019 (r495114) @@ -22,7 +22,7 @@ CXXFLAGS+= -I${LOCALBASE}/include MAKE_ARGS+= prefix=${PREFIX} use_env=1 BOOSTLIB="${PY_BOOST_LIB}" DEPRECATED= py-exiv2 has been deprecated in favour of GExiv2 -EXPIRATION_DATE= 20190331 +EXPIRATION_DATE= 2019-03-31 post-patch: ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090957.x299vlrj033018>