aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-07-02 23:55:01 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-07-02 23:55:01 +0800
commitb331925c042a0b45ae79c8123e1318c132768216 (patch)
tree747683e0e4feabfc168951c787667c7b68c0be7a /net
parent0cddf4bc3668f72c2d39fa27417bc48f07eaa6a9 (diff)
downloadfreebsd-ports-gnome-b331925c042a0b45ae79c8123e1318c132768216.tar.gz
freebsd-ports-gnome-b331925c042a0b45ae79c8123e1318c132768216.tar.zst
freebsd-ports-gnome-b331925c042a0b45ae79c8123e1318c132768216.zip
Update to 3.0.3
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile3
-rw-r--r--net/rsync/distinfo12
-rw-r--r--net/rsync/files/patch-utils.c11
3 files changed, 7 insertions, 19 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index d120cff67cd5..b1c7f14918e0 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rsync
-PORTVERSION= 3.0.2
-PORTREVISION= 1
+PORTVERSION= 3.0.3
CATEGORIES= net ipv6
MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \
ftp://ftp.samba.org/pub/%SUBDIR%/ \
diff --git a/net/rsync/distinfo b/net/rsync/distinfo
index e1d4d6130aa4..a7282c1a4e36 100644
--- a/net/rsync/distinfo
+++ b/net/rsync/distinfo
@@ -1,6 +1,6 @@
-MD5 (rsync-3.0.2.tar.gz) = fd4c5d77d8cb7bb86ab209076fa214d9
-SHA256 (rsync-3.0.2.tar.gz) = cb934d7b185756b2b5c0d797045b2e4debcd2bacc8f1565f4e430f24a9d70fc9
-SIZE (rsync-3.0.2.tar.gz) = 765732
-MD5 (rsync-patches-3.0.2.tar.gz) = c076661c447ddc165f4ff427e7264a31
-SHA256 (rsync-patches-3.0.2.tar.gz) = 61242f7860d95f922696603174172185345aeb46efeb24e7fe207396fed41106
-SIZE (rsync-patches-3.0.2.tar.gz) = 154306
+MD5 (rsync-3.0.3.tar.gz) = 16d41aab9ece435198af222c5415a304
+SHA256 (rsync-3.0.3.tar.gz) = 95d5f77f8ab6fc5b88bf11ef963b67f0ebe2c799df012ff26d60b21b453fca73
+SIZE (rsync-3.0.3.tar.gz) = 770282
+MD5 (rsync-patches-3.0.3.tar.gz) = ff814658791187a5f32c1a145714db43
+SHA256 (rsync-patches-3.0.3.tar.gz) = 2c37c8b428f43572248648210dac1f24d93359a16fb73b5280a960b9b3fdd086
+SIZE (rsync-patches-3.0.3.tar.gz) = 169265
diff --git a/net/rsync/files/patch-utils.c b/net/rsync/files/patch-utils.c
deleted file mode 100644
index 1a998a268cc4..000000000000
--- a/net/rsync/files/patch-utils.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- util.c.orig 2008-05-30 20:02:16.000000000 +0400
-+++ util.c 2008-05-30 20:04:01.000000000 +0400
-@@ -582,7 +582,7 @@
- } else
- use_buf = glob.arg_buf;
-
-- if (from_glob || arg) {
-+ if (from_glob || (arg && len)) {
- STRUCT_STAT st;
- int is_dir;
-