Date: Sat, 9 Mar 2019 09:06:13 +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: r495110 - head/graphics/py-exiv2 Message-ID: <201903090906.x2996DX8006582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 9 09:06:13 2019 New Revision: 495110 URL: https://svnweb.freebsd.org/changeset/ports/495110 Log: Mark graphics/py-exiv2 deprecated by end of march. py-exiv2 has been been last released on 2011-10-23. The projects upstream is dead, and the last release is not compatible with exiv2-0.27, which will land soon. People who need python bindings to exiv2 should switch to: https://wiki.gnome.org/Projects/gexiv2 Modified: head/graphics/py-exiv2/Makefile Modified: head/graphics/py-exiv2/Makefile ============================================================================== --- head/graphics/py-exiv2/Makefile Sat Mar 9 09:00:57 2019 (r495109) +++ head/graphics/py-exiv2/Makefile Sat Mar 9 09:06:13 2019 (r495110) @@ -21,6 +21,9 @@ USE_LDCONFIG= yes 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 + post-patch: ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\ "${PREFIX}/include"\]|' -e 's|LIBS=libs|LIBS=libs,\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090906.x2996DX8006582>