View | Details | Raw Unified | Return to bug 224903 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 3-12 Link Here
3
#   $MCom: ports/trunk/textproc/itstool/Makefile 19804 2014-08-13 14:55:11Z kwm $
3
#   $MCom: ports/trunk/textproc/itstool/Makefile 19804 2014-08-13 14:55:11Z kwm $
4
4
5
PORTNAME=	itstool
5
PORTNAME=	itstool
6
PORTVERSION=	2.0.2
6
PORTVERSION=	2.0.5
7
PORTREVISION=	2
8
CATEGORIES=	textproc
7
CATEGORIES=	textproc
9
MASTER_SITES=	http://files.itstool.org/itstool/
8
MASTER_SITES=	http://files.itstool.org/itstool/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
10
11
MAINTAINER=	kwm@FreeBSD.org
11
MAINTAINER=	kwm@FreeBSD.org
12
COMMENT=	Make XML documents translatable through po files
12
COMMENT=	Make XML documents translatable through po files
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
18
18
19
USES=		python:2.7,run tar:bzip2
19
USES=		python:run tar:bzip2
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
21
22
post-patch:
22
post-patch:
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (itstool-2.0.2.tar.bz2) = bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
1
TIMESTAMP = 1547069695
2
SIZE (itstool-2.0.2.tar.bz2) = 96748
2
SHA256 (itstool-2.0.5.tar.bz2) = 100506f8df62cca6225ec3e631a8237e9c04650c77495af4919ac6a100d4b308
3
SIZE (itstool-2.0.5.tar.bz2) = 102751

Return to bug 224903