diff options
author | Martin Matuska <mm@FreeBSD.org> | 2008-09-26 08:34:46 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2008-09-26 08:34:46 +0000 |
commit | aa66cc641fef5ca99509ba3317d89bbce424cf39 (patch) | |
tree | c3237f818f67b21ce4d45e3d4bdcf44a0b195a18 /sysutils | |
parent | f49a2e9befab76b35199d597167c53930612063b (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpdup/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cpdup/distinfo | 6 | ||||
-rw-r--r-- | sysutils/cpdup/files/patch-cpdup.c | 17 |
3 files changed, 11 insertions, 14 deletions
diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index f329b0f39651..b8c7d443aada 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -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/ diff --git a/sysutils/cpdup/distinfo b/sysutils/cpdup/distinfo index b11afbbf8903..092caae6908d 100644 --- a/sysutils/cpdup/distinfo +++ b/sysutils/cpdup/distinfo @@ -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 diff --git a/sysutils/cpdup/files/patch-cpdup.c b/sysutils/cpdup/files/patch-cpdup.c index d203cde0f8e2..3888eeb115bd 100644 --- a/sysutils/cpdup/files/patch-cpdup.c +++ b/sysutils/cpdup/files/patch-cpdup.c @@ -1,16 +1,13 @@ - -$FreeBSD$ - ---- 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 */ |