diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-27 07:58:53 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-27 07:58:53 +0000 |
commit | f32f2620832f3698cad0f05ac4ac2fc629a998de (patch) | |
tree | 6024438a408f554bb72607da66d9f711e716fe79 /net | |
parent | Install docs in the correct place. (diff) |
fix building error on bento.
It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel,
such as bento environment.
Approved by: obrien
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 2 | ||||
-rw-r--r-- | net/rsync/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 442963b5e418..a3cd6eb99de3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ -PATCHFILES= rsync-232-v6-20000116.diff.gz +PATCHFILES= rsync-232-v6-20000127a.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org diff --git a/net/rsync/distinfo b/net/rsync/distinfo index c2ef5cd196d9..6a463c254692 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,2 +1,2 @@ MD5 (rsync-2.3.2.tar.gz) = 7dbb513c0f37bbbab621a8625c10986b -MD5 (rsync-232-v6-20000116.diff.gz) = 3f003f58b8ed326d2dd9f7d7edb4c635 +MD5 (rsync-232-v6-20000127a.diff.gz) = 8bfaa8c4bc875f4de675ce765f090ae0 |