Index: head/devel/py-sarge/Makefile =================================================================== --- head/devel/py-sarge/Makefile (revision 487825) +++ head/devel/py-sarge/Makefile (revision 487826) @@ -1,21 +1,22 @@ # Created by: Kyle Evans # $FreeBSD$ PORTNAME= sarge -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 +DISTVERSIONSUFFIX= .post0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kevans@FreeBSD.org +MAINTAINER= mattias.lindvall@gmail.com COMMENT= Wrapper for subprocess which provides command pipeline functionality -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/devel/py-sarge/distinfo =================================================================== --- head/devel/py-sarge/distinfo (revision 487825) +++ head/devel/py-sarge/distinfo (revision 487826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475906135 -SHA256 (sarge-0.1.4.tar.gz) = 59f93216723ddd9062d17cbbb90ed9e69267b84825cf0bde0b7f8d934c424823 -SIZE (sarge-0.1.4.tar.gz) = 50472 +TIMESTAMP = 1542564450 +SHA256 (sarge-0.1.5.post0.tar.gz) = da8cc90883f8e5ab4af0d746438f608662f5f2a35da2e858517927edefa134b0 +SIZE (sarge-0.1.5.post0.tar.gz) = 17860 Index: head/devel/py-sarge/pkg-descr =================================================================== --- head/devel/py-sarge/pkg-descr (revision 487825) +++ head/devel/py-sarge/pkg-descr (revision 487826) @@ -1,23 +1,19 @@ - - - - The sarge package provides a wrapper for subprocess which provides command pipeline functionality. This package leverages subprocess to provide easy-to-use cross-platform command pipelines with a Posix flavour: you can have chains of commands using ;, &, pipes using | and |&, and redirection. The latest version of sarge can be found on BitBucket: https://bitbucket.org/vinay.sajip/sarge/ The latest documentation (kept updated between releases) is on Read The Docs: -http://sarge.readthedocs.org/ +https://sarge.readthedocs.org/ Please report any problems or suggestions for improvement either via the mailing list or the issue tracker. -WWW: http://sarge.readthedocs.org/ +WWW: https://sarge.readthedocs.org/