diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-03-08 11:22:10 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-03-08 11:22:10 +0000 |
commit | fe6a914979c83f49de3889c5bf69ac3da4322dbf (patch) | |
tree | 3f22867a5a745c5973766126a6c77bac8223daec /textproc/py-MarkupSafe | |
parent | 5897f92dcf85c9c6accb684ef04186bff5922a95 (diff) |
Notes
Diffstat (limited to 'textproc/py-MarkupSafe')
-rw-r--r-- | textproc/py-MarkupSafe/Makefile | 17 | ||||
-rw-r--r-- | textproc/py-MarkupSafe/distinfo | 4 |
2 files changed, 5 insertions, 16 deletions
diff --git a/textproc/py-MarkupSafe/Makefile b/textproc/py-MarkupSafe/Makefile index 65dd7c0ec29c..0e01afd7fc64 100644 --- a/textproc/py-MarkupSafe/Makefile +++ b/textproc/py-MarkupSafe/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= MarkupSafe -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python LICENSE= BSD3CLAUSE @@ -17,14 +16,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_VERSION} == python3.2 -PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} -PY2TO3_ARGS= --no-diffs --fix=all --nobackups --verbose --write - -pre-build: - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/markupsafe -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/py-MarkupSafe/distinfo b/textproc/py-MarkupSafe/distinfo index b65753176093..8d1c5c3e49e3 100644 --- a/textproc/py-MarkupSafe/distinfo +++ b/textproc/py-MarkupSafe/distinfo @@ -1,2 +1,2 @@ -SHA256 (MarkupSafe-0.18.tar.gz) = b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82 -SIZE (MarkupSafe-0.18.tar.gz) = 11748 +SHA256 (MarkupSafe-0.19.tar.gz) = 62fcc5d641df8b5ad271ebbd6b77a19cd92eceba1e1a990de4e96c867789f037 +SIZE (MarkupSafe-0.19.tar.gz) = 11807 |