Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 15:38:11 -0800 (PST)
From:      michael johnson <ahze@ahze.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/64122: [Patch] sysutils/vobcopy 0.5.11 -> 0.5.12 -- 0.5.11 has a off by one error with -m
Message-ID:  <200403112338.i2BNcBP8042894@www.freebsd.org>
Resent-Message-ID: <200403112340.i2BNe6k9058047@freefall.freebsd.org>

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

>Number:         64122
>Category:       ports
>Synopsis:       [Patch] sysutils/vobcopy 0.5.11 -> 0.5.12 -- 0.5.11 has a off by one error with -m
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 15:40:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
update vobcopy to 0.5.12 

from ChangeLog: 
0.5.12: good old off-by-one error in the -m function fixed
>How-To-Repeat:
      
>Fix:
diff -ruN sysutils/vobcopy.orig/Makefile sysutils/vobcopy/Makefile
--- sysutils/vobcopy.orig/Makefile	Thu Mar 11 18:17:57 2004
+++ sysutils/vobcopy/Makefile	Thu Mar 11 18:18:03 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vobcopy
-PORTVERSION=	0.5.11
+PORTVERSION=	0.5.12
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lpn.rnbhq.org/download/
 
diff -ruN sysutils/vobcopy.orig/distinfo sysutils/vobcopy/distinfo
--- sysutils/vobcopy.orig/distinfo	Thu Mar 11 18:17:57 2004
+++ sysutils/vobcopy/distinfo	Thu Mar 11 18:18:06 2004
@@ -1,2 +1,2 @@
-MD5 (vobcopy-0.5.11.tar.bz2) = 4eee4e7a39692d929f910d2afa09f1bc
-SIZE (vobcopy-0.5.11.tar.bz2) = 42615
+MD5 (vobcopy-0.5.12.tar.bz2) = 07da940adf15e584ce0579abe3502981
+SIZE (vobcopy-0.5.12.tar.bz2) = 45813
>Release-Note:
>Audit-Trail:
>Unformatted:



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