diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-12-09 08:25:20 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-12-09 08:25:20 +0000 |
commit | 0e79912ce429ebd28f4ddf74b38e3f6989ba21bd (patch) | |
tree | 39b586795f776bf940c6be322b6d0aab258e8e39 /textproc/py-markdown2 | |
parent | 59de7917b8e0032705c40ec4f818cf883e670f6c (diff) |
Notes
Diffstat (limited to 'textproc/py-markdown2')
-rw-r--r-- | textproc/py-markdown2/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-markdown2/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile index 00a07e3fa88f..9b1414ed80f3 100644 --- a/textproc/py-markdown2/Makefile +++ b/textproc/py-markdown2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markdown2 -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,6 @@ COMMENT= Fast and complete Python implementation of Markdown LICENSE= MIT USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/textproc/py-markdown2/distinfo b/textproc/py-markdown2/distinfo index 084a6581df3f..684c6cff9e95 100644 --- a/textproc/py-markdown2/distinfo +++ b/textproc/py-markdown2/distinfo @@ -1,2 +1,2 @@ -SHA256 (markdown2-2.2.1.zip) = 1e529b016e094402ba1a632f9db77eb168cd085d7cb81309a55b33c3e72999b9 -SIZE (markdown2-2.2.1.zip) = 138508 +SHA256 (markdown2-2.3.0.zip) = c8e29ba47a0e408bb92df75d5c6361c84268c54c5320d53ffd4961c546f77f1c +SIZE (markdown2-2.3.0.zip) = 145194 |