Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 23:10:42 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53105: Update port: misc/patchutils to 2.23
Message-ID:  <20030609231042.64bed1da.tkato@prontomail.com>
Resent-Message-ID: <200306091420.h59EKIwg070812@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53105
>Category:       ports
>Synopsis:       Update port: misc/patchutils to 2.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 07:20:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.23

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/patchutils/Makefile misc/patchutils/Makefile
--- /usr/ports/misc/patchutils/Makefile	Mon Jun  9 22:15:00 2003
+++ misc/patchutils/Makefile	Mon Jun  9 22:24:01 2003
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	patchutils
-PORTVERSION=	0.2.22
-PORTREVISION=	1
+PORTVERSION=	0.2.23
 CATEGORIES=	misc
 MASTER_SITES=	http://cyberelk.net/tim/data/patchutils/stable/
 
@@ -17,6 +16,7 @@
 
 USE_BZIP2=	yes
 USE_PERL5=	yes
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
@@ -25,9 +25,7 @@
 	rediff.1 splitdiff.1 unwrapdiff.1
 
 post-patch:
-	@${PERL} -pi.bak -e "s,#!/bin/bash,#!/bin/sh," \
-		${WRKSRC}/dehtmldiff.in \
-		${WRKSRC}/editdiff.in \
-		${WRKSRC}/move-to-front
+	@${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \
+		"s,#!/bin/bash,#!/bin/sh,"
 
 .include <bsd.port.mk>
diff -urN /usr/ports/misc/patchutils/distinfo misc/patchutils/distinfo
--- /usr/ports/misc/patchutils/distinfo	Wed Apr 30 16:07:25 2003
+++ misc/patchutils/distinfo	Thu Jun  5 20:47:06 2003
@@ -1 +1 @@
-MD5 (patchutils-0.2.22.tar.bz2) = 30f943741faba98db4b2caa58d4a19df
+MD5 (patchutils-0.2.23.tar.bz2) = a38616eace0df5ba537855a012df7687
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030609231042.64bed1da.tkato>