diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-08-26 07:54:19 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-08-26 07:54:19 +0000 |
commit | 164bfd8e4dae1ba6e5b23df189671af75a5943c3 (patch) | |
tree | b8de2e38f052e875b90d8ae8ade09319df4cd746 /net/rsync/Makefile | |
parent | fdeae835b06d9362ef567a83fd2e72a8fc38d35d (diff) | |
download | FreeBSD-ports-164bfd8e4dae1ba6e5b23df189671af75a5943c3.zip FreeBSD-ports-164bfd8e4dae1ba6e5b23df189671af75a5943c3.tar.gz |
Enable IPv6 patch.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 8f00b9b..72393e8 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-243-v6-20000620.diff.gz +PATCHFILES= rsync-245-v6-20000820b.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org |