Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 18:58:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447566 - head/textproc/py-pandocfilters
Message-ID:  <201708081858.v78Iw1go057560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug  8 18:58:01 2017
New Revision: 447566
URL: https://svnweb.freebsd.org/changeset/ports/447566

Log:
  Update to 1.4.2
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Sort USE_PYTHON
  
  Changes:	https://github.com/jgm/pandocfilters/commits/master

Modified:
  head/textproc/py-pandocfilters/Makefile
  head/textproc/py-pandocfilters/distinfo

Modified: head/textproc/py-pandocfilters/Makefile
==============================================================================
--- head/textproc/py-pandocfilters/Makefile	Tue Aug  8 18:57:56 2017	(r447565)
+++ head/textproc/py-pandocfilters/Makefile	Tue Aug  8 18:58:01 2017	(r447566)
@@ -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 pytho
 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>

Modified: head/textproc/py-pandocfilters/distinfo
==============================================================================
--- head/textproc/py-pandocfilters/distinfo	Tue Aug  8 18:57:56 2017	(r447565)
+++ head/textproc/py-pandocfilters/distinfo	Tue Aug  8 18:58:01 2017	(r447566)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708081858.v78Iw1go057560>