diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-03 06:44:29 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-03 06:44:29 +0800 |
commit | d592bee18309fbd21545335db8eed4fc733d1e26 (patch) | |
tree | 563b89a0e1e1e26e908700db2273c51114bf0d3b /textproc | |
parent | e2ac97e1c57758304abedca307f681165b6c1b7c (diff) | |
download | freebsd-ports-gnome-d592bee18309fbd21545335db8eed4fc733d1e26.tar.gz freebsd-ports-gnome-d592bee18309fbd21545335db8eed4fc733d1e26.tar.zst freebsd-ports-gnome-d592bee18309fbd21545335db8eed4fc733d1e26.zip |
Update to 0.4.3.
PR: 207654
Submitted by: yuri@rawbw.com (maintainer)
Diffstat (limited to 'textproc')
-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 |