FreeBSD Bugzilla – Attachment 90447 Details for
Bug 127630
[UPDATE] sysutils/cpdup to 1.09
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.29 KB, created by
Martin Matuska
on 2008-09-25 12:00:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2008-09-25 12:00:10 UTC
Size:
2.29 KB
patch
obsolete
>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 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127630
: 90447
Working