diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-01-27 07:58:53 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-01-27 07:58:53 +0000 |
commit | 76e66610e644a7c5942a0d11c7998d0fbce2c55e (patch) | |
tree | 870a3f8ee7ece939ab1606e7699ec39e24928a3f /net/rsync | |
parent | dcde1b39393eb27bc86e14c295d3bfd9daf3964d (diff) | |
download | FreeBSD-ports-76e66610e644a7c5942a0d11c7998d0fbce2c55e.zip FreeBSD-ports-76e66610e644a7c5942a0d11c7998d0fbce2c55e.tar.gz |
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/rsync')
-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 442963b..a3cd6eb 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 c2ef5cd..6a463c2 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 |