Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2026 09:04:28 +0000
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a79e34515d85 - main - sysutils/vobcopy: Update to 1.2.3
Message-ID:  <6a1aa81c.311a3.2ecf656d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a79e34515d8522ad9bc2ec45a9b126fc9c397f3e

commit a79e34515d8522ad9bc2ec45a9b126fc9c397f3e
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2026-05-30 09:04:02 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2026-05-30 09:04:02 +0000

    sysutils/vobcopy: Update to 1.2.3
---
 sysutils/vobcopy/Makefile              |  2 +-
 sysutils/vobcopy/distinfo              |  6 +++---
 sysutils/vobcopy/files/patch-dvd.c     | 20 ++++++++++----------
 sysutils/vobcopy/files/patch-vobcopy.c |  4 ++--
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile
index 1c3ba5fd685a..594b1127e50f 100644
--- a/sysutils/vobcopy/Makefile
+++ b/sysutils/vobcopy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	vobcopy
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 PORTREVISION=	0
 CATEGORIES=	sysutils
 
diff --git a/sysutils/vobcopy/distinfo b/sysutils/vobcopy/distinfo
index bec3aa265c34..b4a58dc8cb1c 100644
--- a/sysutils/vobcopy/distinfo
+++ b/sysutils/vobcopy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1776935666
-SHA256 (barak-vobcopy-1.2.2_GH0.tar.gz) = 44a435d048d57820a6396ed5a666f94856e11eac20f45dab59a5ca1bad793e95
-SIZE (barak-vobcopy-1.2.2_GH0.tar.gz) = 66725
+TIMESTAMP = 1779738454
+SHA256 (barak-vobcopy-1.2.3_GH0.tar.gz) = 3c844d8dd6d5ee6b3fda3a1c7a7d443e2391c99755a19b85f67178af5bb58fa7
+SIZE (barak-vobcopy-1.2.3_GH0.tar.gz) = 74283
diff --git a/sysutils/vobcopy/files/patch-dvd.c b/sysutils/vobcopy/files/patch-dvd.c
index d928dd05e168..3652b9d18650 100644
--- a/sysutils/vobcopy/files/patch-dvd.c
+++ b/sysutils/vobcopy/files/patch-dvd.c
@@ -1,6 +1,6 @@
---- dvd.c.orig	2022-05-03 19:55:34 UTC
+--- dvd.c.orig	2026-05-18 12:42:51 UTC
 +++ dvd.c
-@@ -176,7 +176,7 @@ int get_device( char *path, char *device )
+@@ -177,7 +177,7 @@ int get_device( char *path, char *device )
         if( !strcmp( path, buf.f_mntonname ) )
           {
             mounted = TRUE;
@@ -9,7 +9,7 @@
            strcpy(device, buf.f_mntfromname);
  #else
  	   strcpy(device, "/dev/r");
-@@ -294,7 +294,7 @@ this is the code for the other-OSs, not solaris*/
+@@ -307,7 +307,7 @@ this is the code for the other-OSs, not solaris*/
  #endif
  
      
@@ -18,7 +18,7 @@
        {
  	strcpy( tmp_path, path );
  	strcat( tmp_path, " " ); /* otherwise it would detect that e.g. 
-@@ -346,7 +346,7 @@ this is the code for the other-OSs, not solaris*/
+@@ -359,7 +359,7 @@ this is the code for the other-OSs, not solaris*/
  
  		if( ( k = strstr( tmp_bufferin, "/dev/" ) ) == NULL )
  		  {
@@ -27,7 +27,7 @@
  		    return -1;
  		  }
  		l=0;
-@@ -404,7 +404,8 @@ int get_device_on_your_own( char *path, char *device )
+@@ -417,7 +417,8 @@ int get_device_on_your_own( char *path, char *device )
    struct statvfs *mntbuf;
  #endif
  
@@ -37,7 +37,7 @@
      {
        for( i = 0; i < n; i++ )
          {
-@@ -412,7 +413,7 @@ int get_device_on_your_own( char *path, char *device )
+@@ -425,7 +426,7 @@ int get_device_on_your_own( char *path, char *device )
              {
                dvd_count++;
                strcpy( path, mntbuf[i].f_mntonname );
@@ -46,7 +46,7 @@
               strcat(device, mntbuf[i].f_mntfromname);
  #else
  	      strcpy(device, "/dev/r");
-@@ -495,14 +496,14 @@ int get_device_on_your_own( char *path, char *device )
+@@ -508,14 +509,14 @@ int get_device_on_your_own( char *path, char *device )
     *read the device out of /etc/mtab
     */
  
@@ -64,7 +64,7 @@
             strstr( tmp_bufferin, "udf" )     || 
             strstr( tmp_bufferin, "cdrom" )   || 
             strstr( tmp_bufferin, "dvd" ) )
-@@ -514,7 +515,7 @@ int get_device_on_your_own( char *path, char *device )
+@@ -527,7 +528,7 @@ int get_device_on_your_own( char *path, char *device )
  
  	   if( ( k = strstr( tmp_bufferin, "/dev/" ) ) == NULL )
  	     {
@@ -73,7 +73,7 @@
  	       dvd_count--;
  	       continue;
  	     }
-@@ -544,8 +545,17 @@ int get_device_on_your_own( char *path, char *device )
+@@ -557,8 +558,17 @@ int get_device_on_your_own( char *path, char *device )
  	   */
  	     
  
@@ -92,7 +92,7 @@
  	   /*traverse the gap*/
  
  	   if( isgraph( (int) *(k) ))
-@@ -680,21 +690,6 @@ off_t get_vob_size( int title, char *provided_input_di
+@@ -693,21 +703,6 @@ off_t get_vob_size( int title, char *provided_input_di
     	   return ( off_t ) vob_size;
  	}
     
diff --git a/sysutils/vobcopy/files/patch-vobcopy.c b/sysutils/vobcopy/files/patch-vobcopy.c
index 36042b04209f..cdcc4d3e0b26 100644
--- a/sysutils/vobcopy/files/patch-vobcopy.c
+++ b/sysutils/vobcopy/files/patch-vobcopy.c
@@ -1,6 +1,6 @@
---- vobcopy.c.orig	2026-04-19 12:31:47 UTC
+--- vobcopy.c.orig	2026-05-18 12:42:51 UTC
 +++ vobcopy.c
-@@ -160,7 +160,7 @@ and potentially fatal."  - Thanks Leigh!*/
+@@ -185,7 +185,7 @@ and potentially fatal."  - Thanks Leigh!*/
  #if defined( __gettext__ )
    setlocale(LC_ALL, "");
    textdomain("vobcopy");


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1aa81c.311a3.2ecf656d>