diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-09 02:58:01 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:19:39 +0800 |
commit | 5421ed7975b662d5ec0192d499650341df116e67 (patch) | |
tree | a028e6adf367d773a1312a931c88196c470dca72 /textproc | |
parent | 8db5f21ca6d85b5490cf102e63eeca3cd150438b (diff) | |
download | freebsd-ports-gnome-5421ed7975b662d5ec0192d499650341df116e67.tar.gz freebsd-ports-gnome-5421ed7975b662d5ec0192d499650341df116e67.tar.zst freebsd-ports-gnome-5421ed7975b662d5ec0192d499650341df116e67.zip |
Update to 1.4.2
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
Changes: https://github.com/jgm/pandocfilters/commits/master
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pandocfilters/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-pandocfilters/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-pandocfilters/Makefile b/textproc/py-pandocfilters/Makefile index dec70132e1be..0ca72055c291 100644 --- a/textproc/py-pandocfilters/Makefile +++ b/textproc/py-pandocfilters/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandocfilters -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Utilities for writing pandoc filters in python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/textproc/py-pandocfilters/distinfo b/textproc/py-pandocfilters/distinfo index 4f2c532a3365..27a03048f691 100644 --- a/textproc/py-pandocfilters/distinfo +++ b/textproc/py-pandocfilters/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483908399 -SHA256 (pandocfilters-1.4.1.tar.gz) = ec8bcd100d081db092c57f93462b1861bcfa1286ef126f34da5cb1d969538acd -SIZE (pandocfilters-1.4.1.tar.gz) = 14265 +TIMESTAMP = 1502210615 +SHA256 (pandocfilters-1.4.2.tar.gz) = b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9 +SIZE (pandocfilters-1.4.2.tar.gz) = 14229 |