From baptiste.daroussin@gmail.com  Wed Sep  1 19:54:46 2010
Return-Path: <baptiste.daroussin@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F341410656B0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Sep 2010 19:54:42 +0000 (UTC)
	(envelope-from baptiste.daroussin@gmail.com)
Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50])
	by mx1.freebsd.org (Postfix) with ESMTP id 395C38FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Sep 2010 19:54:26 +0000 (UTC)
Received: by wwb34 with SMTP id 34so9041285wwb.31
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 01 Sep 2010 12:54:26 -0700 (PDT)
Received: by 10.216.23.206 with SMTP id v56mr711205wev.67.1283370865634;
        Wed, 01 Sep 2010 12:54:25 -0700 (PDT)
Received: from localhost (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89])
        by mx.google.com with ESMTPS id p52sm6429389weq.44.2010.09.01.12.54.24
        (version=SSLv3 cipher=RC4-MD5);
        Wed, 01 Sep 2010 12:54:24 -0700 (PDT)
Message-Id: <4c7eaf70.cae9d80a.0e78.793a@mx.google.com>
Date: Wed, 01 Sep 2010 12:54:24 -0700 (PDT)
From: Baptiste Daroussin <bapt@FreeBSD.org>
Sender: Baptiste Daroussin <baptiste.daroussin@gmail.com>
Reply-To: Baptiste Daroussin <bapt@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update to 1.17
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150202
>Category:       ports
>Synopsis:       Update to 1.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 01 20:00:10 UTC 2010
>Closed-Date:    Mon Sep 06 18:58:24 UTC 2010
>Last-Modified:  Mon Sep  6 19:00:19 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Wed Sep 1 20:39:23 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150202 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Mon Sep 6 18:58:24 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150202 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150202: commit references a PR
Date: Mon,  6 Sep 2010 18:58:09 +0000 (UTC)

 bapt        2010-09-06 18:57:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/cpdup       Makefile distinfo 
   Removed files:
     sysutils/cpdup/files patch-cpdup.c patch-cpdup.h 
   Log:
   - Update to 1.17
   
   PR:             ports/150202
   Submitted by:   bapt (me)
   Approved by:    Gianmarco Giovannelli <gmarco _at_ gufi.org> (maintainer)
   
   Revision  Changes    Path
   1.19      +1 -1      ports/sysutils/cpdup/Makefile
   1.11      +3 -3      ports/sysutils/cpdup/distinfo
   1.4       +0 -14     ports/sysutils/cpdup/files/patch-cpdup.c (dead)
   1.2       +0 -10     ports/sysutils/cpdup/files/patch-cpdup.h (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
