- Update to 0.19

- Remove 2to3 command, according to commit 08c34a3315:
  08c34a3315
- Reset maintainer to ports@

PR:		187324
Submitted by:	olivierd@
This commit is contained in:
Wen Heping 2014-03-08 11:22:10 +00:00
parent 5897f92dcf
commit fe6a914979
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347478
2 changed files with 5 additions and 16 deletions

View file

@ -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>

View file

@ -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