mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
* Update to 0.2.20.
* Drop bash dependency. Inspection of the affected scripts shows only POSIX shell language.
This commit is contained in:
parent
5e8105372d
commit
b8e1e16005
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74731
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (patchutils-0.2.19.tar.bz2) = 7c8f7f5c48ad9f946a143657d81f5249
|
||||
MD5 (patchutils-0.2.20.tar.bz2) = a801347e1a4a5b00ddb4f11348187912
|
||||
|
@ -4,6 +4,7 @@ bin/dehtmldiff
|
||||
bin/editdiff
|
||||
bin/filterdiff
|
||||
bin/fixcvsdiff
|
||||
bin/flipdiff
|
||||
bin/grepdiff
|
||||
bin/interdiff
|
||||
bin/lsdiff
|
||||
|
Loading…
Reference in New Issue
Block a user