diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-04-21 16:58:05 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-04-21 16:58:05 +0000 |
commit | ccd6ac31b1fd802b0b6071622b3652fe319ce90f (patch) | |
tree | 0f57ba55bdfce273d64e296f6c93e3a4d98ecf49 /misc/patchutils | |
parent | 3a2f31948ee33928ea9cc4da72d801ad5b6032af (diff) |
Notes
Diffstat (limited to 'misc/patchutils')
-rw-r--r-- | misc/patchutils/Makefile | 12 | ||||
-rw-r--r-- | misc/patchutils/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 4bee9e099f29..0f3077be13ad 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= patchutils -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ MAINTAINER= johans@FreeBSD.org COMMENT= Small collection of programs that operate on patch files -USES= perl5 tar:xz +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +USES= perl5 shebangfix tar:xz USE_PERL5= run build patch GNU_CONFIGURE= yes +SHEBANG_FILES= scripts/* -post-patch: - @${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \ - "s,#!/bin/bash,#!/bin/sh," +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}/${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/misc/patchutils/distinfo b/misc/patchutils/distinfo index f72228aa024f..c04faac744c8 100644 --- a/misc/patchutils/distinfo +++ b/misc/patchutils/distinfo @@ -1,2 +1,2 @@ -SHA256 (patchutils-0.3.3.tar.xz) = 91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c -SIZE (patchutils-0.3.3.tar.xz) = 156328 +SHA256 (patchutils-0.3.4.tar.xz) = cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876 +SIZE (patchutils-0.3.4.tar.xz) = 166400 |