View | Details | Raw Unified | Return to bug 81927
Collapse All | Expand All

(-)rsync/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	rsync
8
PORTNAME=	rsync
9
PORTVERSION=	2.6.4
9
PORTVERSION=	2.6.5
10
PORTREVISION=	1
11
CATEGORIES=	net ipv6
10
CATEGORIES=	net ipv6
12
MASTER_SITES=	http://rsync.samba.org/ftp/%SUBDIR%/ \
11
MASTER_SITES=	http://rsync.samba.org/ftp/%SUBDIR%/ \
13
		ftp://ftp.samba.org//pub/%SUBDIR%/ \
12
		ftp://ftp.samba.org//pub/%SUBDIR%/ \
(-)rsync/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (rsync-2.6.4.tar.gz) = a26c454a36148e0e873bedf3c0cc955d
1
MD5 (rsync-2.6.5.tar.gz) = 3691cdf1540d0649ba679edce6bae8fc
2
SIZE (rsync-2.6.4.tar.gz) = 627680
2
SIZE (rsync-2.6.5.tar.gz) = 643388
(-)rsync/files/patch-exclude.c (-11 lines)
Lines 1-11 Link Here
1
--- exclude.c.orig	Sun Feb 27 16:34:27 2005
2
+++ exclude.c	Sat May 21 18:52:41 2005
3
@@ -1109,7 +1109,7 @@
4
 		    && !(ent->match_flags & MATCHFLG_MERGE_FILE)) {
5
 			int f = am_sender || protocol_version < 29 ? f_out : -1;
6
 			send_rules(f, &cvs_filter_list);
7
-			if (f >= 0)
8
+			if (f >= 0 || f_out < 0)
9
 				continue;
10
 		}
11
 		p = get_rule_prefix(ent->match_flags, ent->pattern, 1, &plen);

Return to bug 81927