Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Sep 2010 12:54:24 -0700 (PDT)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150202: Update to 1.17
Message-ID:  <4c7eaf70.cae9d80a.0e78.793a@mx.google.com>
Resent-Message-ID: <201009012000.o81K0ADH048906@freefall.freebsd.org>

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

>Number:         150202
>Category:       ports
>Synopsis:       Update to 1.17
>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:   Wed Sep 01 20:00:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8-STABLE amd64
>Organization:
>Environment:
FreeBSD 8-STABLE


	
>Description:
- Update to 1.17
- Remove the now uneeded patches
	
>How-To-Repeat:
	
>Fix:

	

--- cpdup-1.17.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/cpdup/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	13 Mar 2009 14:55:08 -0000	1.18
+++ Makefile	1 Sep 2010 19:48:14 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cpdup
-PORTVERSION=	1.12
+PORTVERSION=	1.17
 CATEGORIES=	sysutils
 MASTER_SITES=	http://apollo.backplane.com/FreeSrc/ \
 		http://utenti.gufi.org/~gmarco/files/distfiles/
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/cpdup/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	13 Mar 2009 14:55:08 -0000	1.10
+++ distinfo	1 Sep 2010 19:48:14 -0000
@@ -1,3 +1,3 @@
-MD5 (cpdup-1.12.tgz) = 9551e09fa7e118b8bb04b59562e39ecd
-SHA256 (cpdup-1.12.tgz) = 4a2525662d8281004efefe34a1761a6accd138e20ac0aa6efb1d09263f8be690
-SIZE (cpdup-1.12.tgz) = 34790
+MD5 (cpdup-1.17.tgz) = ca28bc9426049efe8ad761831487a244
+SHA256 (cpdup-1.17.tgz) = 22ed182c130a6fb8d179afbda50408aba6985bbd96ceeb01c05858b4562d93e7
+SIZE (cpdup-1.17.tgz) = 42236
Index: files/patch-cpdup.c
===================================================================
RCS file: files/patch-cpdup.c
diff -N files/patch-cpdup.c
--- files/patch-cpdup.c	26 Sep 2008 08:34:46 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,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);
-+#endif
-     st2.st_mode = 0;	/* in case lstat fails */
-     st2.st_flags = 0;	/* in case lstat fails */
-     if (dpath && hc_lstat(&DstHost, dpath, &st2) == 0)
Index: files/patch-cpdup.h
===================================================================
RCS file: files/patch-cpdup.h
diff -N files/patch-cpdup.h
--- files/patch-cpdup.h	13 Mar 2009 14:55:09 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- cpdup.h.orig	2009-03-13 15:53:06.000000000 +0100
-+++ cpdup.h	2009-03-13 15:53:45.000000000 +0100
-@@ -14,6 +14,7 @@
- #include <stdlib.h>
- #include <stdarg.h>
- #include <stddef.h>
-+#include <stdint.h>
- #include <string.h>
- #include <errno.h>
- #include <unistd.h>
--- cpdup-1.17.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c7eaf70.cae9d80a.0e78.793a>