From 27a00c7c754e00c811a86d263033e63abe8987f2 Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 5 Feb 2003 02:21:15 +0000 Subject: * Update to 0.2.20. * Drop bash dependency. Inspection of the affected scripts shows only POSIX shell language. --- misc/patchutils/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'misc/patchutils/Makefile') 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 -- cgit