- Update to 1.0.2

PR:		ports/117067
Submitted by:	Josh Paetzel <josh at tcbug.org> (maintainer)
This commit is contained in:
Rong-En Fan
2007-10-10 13:04:22 +00:00
parent 279fd2f245
commit f4eaa5d10d
3 changed files with 11 additions and 12 deletions

View File

@@ -6,8 +6,7 @@
#
PORTNAME= vobcopy
PORTVERSION= 1.0.1
PORTREVISION= 1
PORTVERSION= 1.0.2
CATEGORIES= sysutils
MASTER_SITES= http://lpn.rnbhq.org/download/

View File

@@ -1,3 +1,3 @@
MD5 (vobcopy-1.0.1.tar.bz2) = 0fae0c80dbe3a9dd3d06aba54275cf8d
SHA256 (vobcopy-1.0.1.tar.bz2) = aa6955b67324e27a78d8cadf9cd597ac1bd406a949e3144422c6542eeb94428a
SIZE (vobcopy-1.0.1.tar.bz2) = 44094
MD5 (vobcopy-1.0.2.tar.bz2) = 8bc06614d4e8131b13faa1339cdb0b64
SHA256 (vobcopy-1.0.2.tar.bz2) = b17637d0cdaa8ed7a45ef53c46d2ac47cdbc75d5e5ab6c38797320005d7d42ed
SIZE (vobcopy-1.0.2.tar.bz2) = 43626

View File

@@ -1,11 +1,11 @@
--- vobcopy.c.orig Mon Dec 4 23:50:04 2006
+++ vobcopy.c Mon Dec 4 23:52:23 2006
@@ -146,6 +146,8 @@
--- vobcopy.c.orig Sun Jun 24 08:26:07 2007
+++ vobcopy.c Wed Oct 10 20:56:58 2007
@@ -149,6 +149,8 @@
#endif
+ /* initialize string */
+ dvd_path[0] = '\0';
+ /* initialize string */
+ dvd_path[0] = '\0';
/*
* the getopt part (getting the options from command line)