svn commit: r495110 - head/graphics/py-exiv2

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 9 09:06:14 UTC 2019


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,\


More information about the svn-ports-head mailing list