svn commit: r303337 - head/textproc/itstool

Koop Mast kwm at FreeBSD.org
Wed Aug 29 13:08:46 UTC 2012


Author: kwm
Date: Wed Aug 29 13:08:46 2012
New Revision: 303337
URL: http://svn.freebsd.org/changeset/ports/303337

Log:
  Update to 1.2.0.
  
  Python is a pure runtime dependancy.

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

Modified: head/textproc/itstool/Makefile
==============================================================================
--- head/textproc/itstool/Makefile	Wed Aug 29 12:03:18 2012	(r303336)
+++ head/textproc/itstool/Makefile	Wed Aug 29 13:08:46 2012	(r303337)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	itstool
-PORTVERSION=	1.1.2
+PORTVERSION=	1.2.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.itstool.org/itstool/
 
@@ -16,7 +16,7 @@ COMMENT=	Make XML documents translatable
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
 
 USE_BZIP2=	yes
-USE_PYTHON=	yes
+USE_PYTHON_RUN=	yes
 GNU_CONFIGURE=	yes
 
 MAN1=		itstool.1

Modified: head/textproc/itstool/distinfo
==============================================================================
--- head/textproc/itstool/distinfo	Wed Aug 29 12:03:18 2012	(r303336)
+++ head/textproc/itstool/distinfo	Wed Aug 29 13:08:46 2012	(r303337)
@@ -1,2 +1,2 @@
-SHA256 (itstool-1.1.2.tar.bz2) = 49235f63b536f95927e26d093bfe4513e2be042d0dd8be9c84a0d58c70262514
-SIZE (itstool-1.1.2.tar.bz2) = 79291
+SHA256 (itstool-1.2.0.tar.bz2) = 46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa
+SIZE (itstool-1.2.0.tar.bz2) = 82479



More information about the svn-ports-head mailing list