- Update patchutils to 0.3.4

- Add dependency on bash for bash-scripts
This commit is contained in:
Johan van Selst 2015-04-21 16:58:05 +00:00
parent 3a2f31948e
commit ccd6ac31b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384433
2 changed files with 9 additions and 7 deletions

View File

@ -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>

View File

@ -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