svn commit: r528443 - head/textproc/itstool22

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 14 21:03:23 UTC 2020


Author: dbaio
Date: Sat Mar 14 21:03:22 2020
New Revision: 528443
URL: https://svnweb.freebsd.org/changeset/ports/528443

Log:
  textproc/itstool22: Mark as deprecated and set an expiry date
  
  Fixed issue with textproc/itstool which was impacting FreeBSD translations,
  textproc/docproj doesn't need this port anymore.

Modified:
  head/textproc/itstool22/Makefile

Modified: head/textproc/itstool22/Makefile
==============================================================================
--- head/textproc/itstool22/Makefile	Sat Mar 14 21:00:40 2020	(r528442)
+++ head/textproc/itstool22/Makefile	Sat Mar 14 21:03:22 2020	(r528443)
@@ -13,6 +13,9 @@ COMMENT=	Make XML documents translatable through po fi
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Uses deprecated version of python, use textproc/itstool instead
+EXPIRATION_DATE=2020-04-14
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list