summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-04 01:13:37 +0000
committerobrien <obrien@FreeBSD.org>2001-12-04 01:13:37 +0000
commit47cf1086ad8c45803fba15094ff73ab14c652d64 (patch)
treef778f7fb114ec21fc6e4fb27b854382521f0edbc /net
parentbbb7d31f3504cf05920ebd557fb704a44b84cb42 (diff)
downloadFreeBSD-ports-47cf1086ad8c45803fba15094ff73ab14c652d64.zip
FreeBSD-ports-47cf1086ad8c45803fba15094ff73ab14c652d64.tar.gz
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
Diffstat (limited to 'net')
-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 7b4e809..10f0fdc 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 cbcbc4d..1ab2bbd 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 054882c..0000000
--- 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 98e30ff..8fe17d8 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);
OpenPOWER on IntegriCloud