View | Details | Raw Unified | Return to bug 233298 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sarge
4
PORTNAME=	sarge
5
PORTVERSION=	0.1.4
5
PORTVERSION=	0.1.5
6
DISTVERSIONSUFFIX=	.post0
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	kevans@FreeBSD.org
11
MAINTAINER=	mattias.lindvall@gmail.com
11
COMMENT=	Wrapper for subprocess which provides command pipeline functionality
12
COMMENT=	Wrapper for subprocess which provides command pipeline functionality
12
13
13
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475906135
1
TIMESTAMP = 1542564450
2
SHA256 (sarge-0.1.4.tar.gz) = 59f93216723ddd9062d17cbbb90ed9e69267b84825cf0bde0b7f8d934c424823
2
SHA256 (sarge-0.1.5.post0.tar.gz) = da8cc90883f8e5ab4af0d746438f608662f5f2a35da2e858517927edefa134b0
3
SIZE (sarge-0.1.4.tar.gz) = 50472
3
SIZE (sarge-0.1.5.post0.tar.gz) = 17860

Return to bug 233298