diff options
author | eik <eik@FreeBSD.org> | 2004-04-28 13:42:58 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-04-28 13:42:58 +0000 |
commit | e6f5ccf8b045e8566553675c831c957dd67b0c51 (patch) | |
tree | 80d40a72772c25268355e0dd9edd385ccc202e87 /net/rsync | |
parent | fc05b45c2659d7dd47ee368b7dbfdab5c79039c2 (diff) | |
download | FreeBSD-ports-e6f5ccf8b045e8566553675c831c957dd67b0c51.zip FreeBSD-ports-e6f5ccf8b045e8566553675c831c957dd67b0c51.tar.gz |
The rsync developent team has rerolled the tarball,
removing an overlooked debugging statement:
diff -Nur rsync-2.6.1.old/util.c rsync-2.6.1/util.c
--- rsync-2.6.1.old/util.c Fri Apr 23 00:17:15 2004
+++ rsync-2.6.1/util.c Tue Apr 27 18:43:40 2004
@@ -805,7 +805,6 @@
rlen--;
buf[rlen] = '\0';
}
- fprintf(stderr, "p:`%s'\n", buf);
return buf;
}
use `make distclean' if you still have the old tarball in
your distfiles directory.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 975cb6c..e6a61ea 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,2 +1,2 @@ -MD5 (rsync-2.6.1.tar.gz) = ec09e62961c8edd0f9d3710b5ecb5b16 -SIZE (rsync-2.6.1.tar.gz) = 511412 +MD5 (rsync-2.6.1.tar.gz) = 6b1ee6a5878569215204f322ad128775 +SIZE (rsync-2.6.1.tar.gz) = 511395 |