Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 21:03:22 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528443 - head/textproc/itstool22
Message-ID:  <202003142103.02EL3MIM042905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003142103.02EL3MIM042905>