summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 01:13:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-04 01:13:37 +0000
commit75ead950c010128bdc7e7f595f7f27b3ea7cffe7 (patch)
tree8a05f2628ecfc31e5fea356e48dfcd91580cedfa /net/rsync
parentBreak out the CUPS port into two parts: cups-base (libraries only) and (diff)
Upgrade to 2.5.0.
The main change is the integration of the KAME IPv6 patch. Also one minor nit was fixed about the rsyncd PID file. Submitted by: naddy
Notes
Notes: svn path=/head/; revision=50999
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile9
-rw-r--r--net/rsync/distinfo3
-rw-r--r--net/rsync/files/patch-ai11
-rw-r--r--net/rsync/files/ssh-patch-options.c2
4 files changed, 4 insertions, 21 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 7b4e809e2a51..10f0fdc03f1c 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -7,19 +7,14 @@
#
PORTNAME= rsync
-PORTVERSION= 2.4.6
-PORTREVISION= 3
+PORTVERSION= 2.5.0
+PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
- ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
-PATCHFILES= rsync-246-v6-20000907.diff.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
diff --git a/net/rsync/distinfo b/net/rsync/distinfo
index cbcbc4df4e79..1ab2bbd60ef9 100644
--- a/net/rsync/distinfo
+++ b/net/rsync/distinfo
@@ -1,2 +1 @@
-MD5 (rsync-2.4.6.tar.gz) = 2ceb5e659f257c89569664c780b6fa6c
-MD5 (rsync-246-v6-20000907.diff.gz) = df8e1c39de0d493126cc7498f2a52c2e
+MD5 (rsync-2.5.0.tar.gz) = 57e1a945afbb2e63f58919a7de9c6885
diff --git a/net/rsync/files/patch-ai b/net/rsync/files/patch-ai
deleted file mode 100644
index 054882c62780..000000000000
--- a/net/rsync/files/patch-ai
+++ /dev/null
@@ -1,11 +0,0 @@
---- rsyncd.conf.5.orig Tue Apr 6 08:04:17 1999
-+++ rsyncd.conf.5 Tue Apr 6 14:43:50 1999
-@@ -429,7 +429,7 @@
- .br
- syslog facility = local5
- .br
--pid file = /etc/rsyncd\&.pid
-+pid file = /var/run/rsyncd\&.pid
- .PP
-
- .DS
diff --git a/net/rsync/files/ssh-patch-options.c b/net/rsync/files/ssh-patch-options.c
index 98e30ffc1e67..8fe17d89eb6f 100644
--- a/net/rsync/files/ssh-patch-options.c
+++ b/net/rsync/files/ssh-patch-options.c
@@ -2,4 +2,4 @@
+++ options.c Thu Mar 8 03:31:32 2001
@@ -141 +141 @@
- rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n");
-+ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_RSH);
++ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_SSH);