svn commit: r494694 - head/textproc/itstool

Mikhail Teterin mi at FreeBSD.org
Tue Mar 5 12:16:57 UTC 2019


Author: mi
Date: Tue Mar  5 12:16:55 2019
New Revision: 494694
URL: https://svnweb.freebsd.org/changeset/ports/494694

Log:
  Upgrade from 2.0.2 to 2.0.5. Among improvements is compatibility
  with Python-3
  
  PR:		224903
  Approved by:	maintainer timeout

Modified:
  head/textproc/itstool/Makefile
  head/textproc/itstool/distinfo

Modified: head/textproc/itstool/Makefile
==============================================================================
--- head/textproc/itstool/Makefile	Tue Mar  5 12:10:18 2019	(r494693)
+++ head/textproc/itstool/Makefile	Tue Mar  5 12:16:55 2019	(r494694)
@@ -3,10 +3,10 @@
 #   $MCom: ports/trunk/textproc/itstool/Makefile 19804 2014-08-13 14:55:11Z kwm $
 
 PORTNAME=	itstool
-PORTVERSION=	2.0.2
-PORTREVISION=	2
+PORTVERSION=	2.0.5
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.itstool.org/itstool/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Make XML documents translatable through po files
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
 
-USES=		python:2.7,run tar:bzip2
+USES=		python:run tar:bzip2
 GNU_CONFIGURE=	yes
 
 post-patch:

Modified: head/textproc/itstool/distinfo
==============================================================================
--- head/textproc/itstool/distinfo	Tue Mar  5 12:10:18 2019	(r494693)
+++ head/textproc/itstool/distinfo	Tue Mar  5 12:16:55 2019	(r494694)
@@ -1,2 +1,3 @@
-SHA256 (itstool-2.0.2.tar.bz2) = bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
-SIZE (itstool-2.0.2.tar.bz2) = 96748
+TIMESTAMP = 1547069695
+SHA256 (itstool-2.0.5.tar.bz2) = 100506f8df62cca6225ec3e631a8237e9c04650c77495af4919ac6a100d4b308
+SIZE (itstool-2.0.5.tar.bz2) = 102751


More information about the svn-ports-all mailing list