diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-02 22:44:29 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-02 22:44:29 +0000 |
commit | 59a6f4ac1a93fc8009a9814f4763b01ae3c5bec2 (patch) | |
tree | 563b89a0e1e1e26e908700db2273c51114bf0d3b | |
parent | Update to 0.9.4. (diff) |
Update to 0.4.3.
PR: 207654
Submitted by: yuri@rawbw.com (maintainer)
Notes
Notes:
svn path=/head/; revision=409972
-rw-r--r-- | textproc/py-mwparserfromhell/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-mwparserfromhell/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/py-mwparserfromhell/Makefile b/textproc/py-mwparserfromhell/Makefile index ac5577ad2f22..fffbeff8a13d 100644 --- a/textproc/py-mwparserfromhell/Makefile +++ b/textproc/py-mwparserfromhell/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mwparserfromhell -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,4 +15,7 @@ LICENSE= MIT USES= python USE_PYTHON= autoplist distutils +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mwparserfromhell/parser/_tokenizer.so + .include <bsd.port.mk> diff --git a/textproc/py-mwparserfromhell/distinfo b/textproc/py-mwparserfromhell/distinfo index 98e87811ed8d..eeaf23c6ad1c 100644 --- a/textproc/py-mwparserfromhell/distinfo +++ b/textproc/py-mwparserfromhell/distinfo @@ -1,2 +1,2 @@ -SHA256 (mwparserfromhell-0.4.2.tar.gz) = 6aa77be28882fd64f16a0a534973ee0e27bc8d109e804870489704ee3af46038 -SIZE (mwparserfromhell-0.4.2.tar.gz) = 116442 +SHA256 (mwparserfromhell-0.4.3.tar.gz) = 1eb243e8c1cd84e7894aeda7abfc905acd6c560fc31c2009800a664a0318d91c +SIZE (mwparserfromhell-0.4.3.tar.gz) = 117848 |