Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2008 12:53:34 +0200 (CEST)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127630: [UPDATE] sysutils/cpdup to 1.09
Message-ID:  <20080925105334.C6A844AFA6@mail.vx.sk>
Resent-Message-ID: <200809251100.m8PB0Ahx059714@freefall.freebsd.org>

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

>Number:         127630
>Category:       ports
>Synopsis:       [UPDATE] sysutils/cpdup to 1.09
>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 Sep 25 11:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 7.1-STABLE i386/amd64
>Organization:
>Environment:
FreeBSD 7.1-STABLE i386/amd64
>Description:
	Update of sysutils/cpdup from 1.07 to 1.09
>How-To-Repeat:
>Fix:
Index: ports/sysutils/cpdup/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/cpdup/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/sysutils/cpdup/Makefile	31 May 2007 06:19:26 -0000	1.15
+++ ports/sysutils/cpdup/Makefile	25 Sep 2008 10:50:38 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cpdup
-PORTVERSION=	1.07
+PORTVERSION=	1.09
 CATEGORIES=	sysutils
 MASTER_SITES=	http://apollo.backplane.com/FreeBSDPorts/ \
 		http://utenti.gufi.org/~gmarco/files/distfiles/
Index: ports/sysutils/cpdup/distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/cpdup/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- ports/sysutils/cpdup/distinfo	31 May 2007 06:19:26 -0000	1.7
+++ ports/sysutils/cpdup/distinfo	25 Sep 2008 10:50:38 -0000
@@ -1,3 +1,3 @@
-MD5 (cpdup-1.07.tar.gz) = 4f96bd2eb66749c01a8ea863658cd798
-SHA256 (cpdup-1.07.tar.gz) = 42a643006f7ce98fe6203b185d52c1a8573d6f1231c7d6ba186d2880c91ea732
-SIZE (cpdup-1.07.tar.gz) = 30236
+MD5 (cpdup-1.09.tar.gz) = 39854050225ad0fc8cdeea60e8b81e74
+SHA256 (cpdup-1.09.tar.gz) = 75fbec3ffb172af99f61af9d801736d867a6db9b08e9dd0e4c67c6c20875ca61
+SIZE (cpdup-1.09.tar.gz) = 33940
Index: ports/sysutils/cpdup/files/patch-cpdup.c
===================================================================
RCS file: /home/pcvs/ports/sysutils/cpdup/files/patch-cpdup.c,v
retrieving revision 1.2
diff -u -r1.2 patch-cpdup.c
--- ports/sysutils/cpdup/files/patch-cpdup.c	31 May 2007 06:19:26 -0000	1.2
+++ ports/sysutils/cpdup/files/patch-cpdup.c	25 Sep 2008 10:50:38 -0000
@@ -1,16 +1,13 @@
-
-$FreeBSD: ports/sysutils/cpdup/files/patch-cpdup.c,v 1.2 2007/05/31 06:19:26 ale Exp $
-
---- cpdup.c.orig	Thu Sep 21 06:09:28 2006
-+++ cpdup.c	Wed May 30 17:27:55 2007
-@@ -463,6 +463,11 @@
- 
-     if (hc_lstat(&SrcHost, spath, &st1) != 0)
- 	return(0);
+--- cpdup.c.orig	2008-04-14 07:40:51.000000000 +0200
++++ cpdup.c	2008-09-25 12:44:04.011824830 +0200
+@@ -634,6 +634,11 @@
+ 	r = 0;
+ 	goto done;
+     }
 +#ifdef SF_SNAPSHOT
 +    /* skip snapshot files because they're sparse and _huge_ */
 +    if (st1.st_flags & SF_SNAPSHOT)
-+	return(0);
++       return(0);
 +#endif
      st2.st_mode = 0;	/* in case lstat fails */
      st2.st_flags = 0;	/* in case lstat fails */
>Release-Note:
>Audit-Trail:
>Unformatted:



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