svn commit: r335379 - head/textproc/itstool

Koop Mast kwm at FreeBSD.org
Sun Dec 1 12:47:30 UTC 2013


Author: kwm
Date: Sun Dec  1 12:47:29 2013
New Revision: 335379
URL: http://svnweb.freebsd.org/changeset/ports/335379

Log:
  Update to 2.0.1.
  
  Stagify, add license.

Modified:
  head/textproc/itstool/Makefile
  head/textproc/itstool/distinfo
  head/textproc/itstool/pkg-plist

Modified: head/textproc/itstool/Makefile
==============================================================================
--- head/textproc/itstool/Makefile	Sun Dec  1 12:46:48 2013	(r335378)
+++ head/textproc/itstool/Makefile	Sun Dec  1 12:47:29 2013	(r335379)
@@ -2,22 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	itstool
-PORTVERSION=	1.2.0
+PORTVERSION=	2.0.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.itstool.org/itstool/
 
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Make XML documents translatable through po files
 
+LICENSE=	GPLv3
+
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
 
 USE_BZIP2=	yes
 USE_PYTHON_RUN=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		itstool.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \
 		${WRKSRC}/itstool.in

Modified: head/textproc/itstool/distinfo
==============================================================================
--- head/textproc/itstool/distinfo	Sun Dec  1 12:46:48 2013	(r335378)
+++ head/textproc/itstool/distinfo	Sun Dec  1 12:47:29 2013	(r335379)
@@ -1,2 +1,2 @@
-SHA256 (itstool-1.2.0.tar.bz2) = 46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa
-SIZE (itstool-1.2.0.tar.bz2) = 82479
+SHA256 (itstool-2.0.1.tar.bz2) = ec6b1b32403cbe338b6ac63c61ab1ecd361f539a6e41ef50eae56a4f577234d1
+SIZE (itstool-2.0.1.tar.bz2) = 93084

Modified: head/textproc/itstool/pkg-plist
==============================================================================
--- head/textproc/itstool/pkg-plist	Sun Dec  1 12:46:48 2013	(r335378)
+++ head/textproc/itstool/pkg-plist	Sun Dec  1 12:47:29 2013	(r335379)
@@ -1,5 +1,7 @@
 bin/itstool
+man/man1/itstool.1.gz
 %%DATADIR%%/its/docbook.its
+%%DATADIR%%/its/docbook5.its
 %%DATADIR%%/its/its.its
 %%DATADIR%%/its/mallard.its
 %%DATADIR%%/its/ttml.its


More information about the svn-ports-head mailing list