Index: Makefile =================================================================== --- Makefile (revision 486146) +++ Makefile (working copy) @@ -2,15 +2,16 @@ # $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 Index: distinfo =================================================================== --- distinfo (revision 486146) +++ distinfo (working copy) @@ -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: pkg-descr =================================================================== --- pkg-descr (revision 486146) +++ pkg-descr (working copy) @@ -1,7 +1,3 @@ - - - - The sarge package provides a wrapper for subprocess which provides command pipeline functionality. @@ -15,9 +11,9 @@ 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/