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

Tobias Kortkamp tobik at FreeBSD.org
Sat Mar 9 09:57:48 UTC 2019


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


More information about the svn-ports-all mailing list