diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-06 12:39:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-06 12:39:39 +0000 |
commit | 1976e8243cee8487a9bfccb7d4f97fdff7ad270f (patch) | |
tree | 83ce79b69af684ec61e96654f6df419039b03f0c /net/rsync | |
parent | a02d5d7de6f6fad26923a0bd825b73ebbc4ad55c (diff) | |
download | ports-1976e8243cee8487a9bfccb7d4f97fdff7ad270f.tar.gz ports-1976e8243cee8487a9bfccb7d4f97fdff7ad270f.zip |
- Update to 2.6.5, make fetchable again
- Reset eik's maintainership, he has been MIA for too long
I will look after this port for now, seriously interested people should
contact me
PR: ports/81927
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=136905
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 5 | ||||
-rw-r--r-- | net/rsync/distinfo | 4 | ||||
-rw-r--r-- | net/rsync/files/patch-exclude.c | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 54db820b15c9..338871a9c416 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rsync -PORTVERSION= 2.6.4 -PORTREVISION= 1 +PORTVERSION= 2.6.5 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://ftp.samba.org//pub/%SUBDIR%/ \ @@ -18,7 +17,7 @@ MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ http://public.planetmirror.com/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= rsync -MAINTAINER= eik@FreeBSD.org +MAINTAINER= pav@FreeBSD.org COMMENT= A network file distribution/synchronization utility .if defined(WITH_POPT_PORT) diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 6a0d53669da0..683b1d7f2448 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,2 +1,2 @@ -MD5 (rsync-2.6.4.tar.gz) = a26c454a36148e0e873bedf3c0cc955d -SIZE (rsync-2.6.4.tar.gz) = 627680 +MD5 (rsync-2.6.5.tar.gz) = 3691cdf1540d0649ba679edce6bae8fc +SIZE (rsync-2.6.5.tar.gz) = 643388 diff --git a/net/rsync/files/patch-exclude.c b/net/rsync/files/patch-exclude.c deleted file mode 100644 index e6c08712362c..000000000000 --- a/net/rsync/files/patch-exclude.c +++ /dev/null @@ -1,11 +0,0 @@ ---- exclude.c.orig Sun Feb 27 16:34:27 2005 -+++ exclude.c Sat May 21 18:52:41 2005 -@@ -1109,7 +1109,7 @@ - && !(ent->match_flags & MATCHFLG_MERGE_FILE)) { - int f = am_sender || protocol_version < 29 ? f_out : -1; - send_rules(f, &cvs_filter_list); -- if (f >= 0) -+ if (f >= 0 || f_out < 0) - continue; - } - p = get_rule_prefix(ent->match_flags, ent->pattern, 1, &plen); |