Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2003 14:46:07 +0200 (CEST)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/50778: [PATCH] Update vobcopy -> 0.5.7
Message-ID:  <200304101246.h3ACk7CK010511@menelaos.informatik.rwth-aachen.de>
Resent-Message-ID: <200304101250.h3ACoH0U081358@freefall.freebsd.org>

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

>Number:         50778
>Category:       ports
>Synopsis:       [PATCH] Update vobcopy -> 0.5.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 05:50:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #2: Fri Feb 7 12:48:00 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386


>Description:
Update sysutils/vobcopy from 0.5.5 to 0.5.7.
>How-To-Repeat:
>Fix:
- FAQ dropped from distribution
- Add patchfile to eliminate bash-ism from configure.sh

--- vobcopy begins here ---
diff -urN vobcopy.orig/Makefile vobcopy/Makefile
--- vobcopy.orig/Makefile	Mon Mar 10 17:23:33 2003
+++ vobcopy/Makefile	Thu Apr 10 14:36:05 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vobcopy
-PORTVERSION=	0.5.5
+PORTVERSION=	0.5.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lpn.rnbhq.org/download/
 
@@ -17,6 +17,7 @@
 		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 HAS_CONFIGURE=	yes
+CONFIGURE_SCRIPT=	configure.sh
 USE_REINPLACE=	yes
 
 ALL_TARGET=	${PORTNAME}
@@ -24,7 +25,7 @@
 MAN1=	vobcopy.1
 
 DOC_FILES=      COPYING Changelog README Release-Notes \
-		FAQ TODO \
+		TODO \
 		alternative_programs.txt
 
 post-patch:
diff -urN vobcopy.orig/distinfo vobcopy/distinfo
--- vobcopy.orig/distinfo	Thu Jan 23 12:06:21 2003
+++ vobcopy/distinfo	Thu Apr 10 13:46:06 2003
@@ -1 +1 @@
-MD5 (vobcopy-0.5.5.tar.gz) = ad18aabcc54f644ba5c68252bb7c5aea
+MD5 (vobcopy-0.5.7.tar.gz) = 75aa5d359fb4b5f887a615b4448dd01b
diff -urN vobcopy.orig/files/patch-configure.sh vobcopy/files/patch-configure.sh
--- vobcopy.orig/files/patch-configure.sh	Thu Jan  1 01:00:00 1970
+++ vobcopy/files/patch-configure.sh	Thu Apr 10 14:29:39 2003
@@ -0,0 +1,10 @@
+--- configure.sh.orig	Thu Apr 10 14:28:01 2003
++++ configure.sh	Thu Apr 10 14:28:48 2003
+@@ -11,7 +11,6 @@
+ #robos@muon.de
+ 
+ #args check *new*
+-declare -i i=0
+ if [ $# != 0 ]
+ then 
+      while [ $# != 0 ]
diff -urN vobcopy.orig/pkg-plist vobcopy/pkg-plist
--- vobcopy.orig/pkg-plist	Thu Jan 23 12:06:21 2003
+++ vobcopy/pkg-plist	Thu Apr 10 14:29:51 2003
@@ -1,7 +1,6 @@
 bin/vobcopy
 %%PORTDOCS%%share/doc/vobcopy/COPYING
 %%PORTDOCS%%share/doc/vobcopy/Changelog
-%%PORTDOCS%%share/doc/vobcopy/FAQ
 %%PORTDOCS%%share/doc/vobcopy/README
 %%PORTDOCS%%share/doc/vobcopy/Release-Notes
 %%PORTDOCS%%share/doc/vobcopy/TODO
--- vobcopy ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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