aboutsummaryrefslogtreecommitdiffstats
path: root/misc/patchutils/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-02-05 10:21:15 +0800
committernaddy <naddy@FreeBSD.org>2003-02-05 10:21:15 +0800
commit27a00c7c754e00c811a86d263033e63abe8987f2 (patch)
treee9e751f053a843cadae31d2b5240f8bfd4a0d9bc /misc/patchutils/Makefile
parentcb3a8c0947b481020dd43752681fb70f6b059ada (diff)
downloadfreebsd-ports-gnome-27a00c7c754e00c811a86d263033e63abe8987f2.tar.gz
freebsd-ports-gnome-27a00c7c754e00c811a86d263033e63abe8987f2.tar.zst
freebsd-ports-gnome-27a00c7c754e00c811a86d263033e63abe8987f2.zip
* Update to 0.2.20.
* Drop bash dependency. Inspection of the affected scripts shows only POSIX shell language.
Diffstat (limited to 'misc/patchutils/Makefile')
-rw-r--r--misc/patchutils/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile
index 49d14c5071e5..584785cb4a7a 100644
--- a/misc/patchutils/Makefile
+++ b/misc/patchutils/Makefile
@@ -7,25 +7,25 @@
#
PORTNAME= patchutils
-PORTVERSION= 0.2.19
-PORTREVISION= 0
+PORTVERSION= 0.2.20
CATEGORIES= misc
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
-
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= combinediff.1 dehtmldiff.1 editdiff.1 filterdiff.1 fixcvsdiff.1 \
- grepdiff.1 interdiff.1 lsdiff.1 recountdiff.1 rediff.1 splitdiff.1 \
- unwrapdiff.1
+ flipdiff.1 grepdiff.1 interdiff.1 lsdiff.1 recountdiff.1 rediff.1 \
+ splitdiff.1 unwrapdiff.1
post-patch:
- @${PERL} -pi -e "s,/bin/bash,${LOCALBASE}/bin/bash," ${WRKSRC}/editdiff.in
+ @${PERL} -pi.bak -e "s,#!/bin/bash,#!/bin/sh," \
+ ${WRKSRC}/dehtmldiff.in \
+ ${WRKSRC}/editdiff.in \
+ ${WRKSRC}/move-to-front
.include <bsd.port.mk>