diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2002-08-30 15:55:52 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2002-08-30 15:55:52 +0800 |
commit | 568694e695efe9800194c611551c280102d44e14 (patch) | |
tree | fad8a809571f00a959c3e98675c183a45fb61217 /ftp | |
parent | 33ef40a7ce2401590bef75ad9cbba8b51bb551f4 (diff) | |
download | freebsd-ports-gnome-568694e695efe9800194c611551c280102d44e14.tar.gz freebsd-ports-gnome-568694e695efe9800194c611551c280102d44e14.tar.zst freebsd-ports-gnome-568694e695efe9800194c611551c280102d44e14.zip |
IPv6 enabled wu-ftpd. wu-ftpd+ipv6 is upper compatible with wu-ftpd but
it's still unstable. I'll maintain this until it's stable.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 15 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/distinfo | 1 |
3 files changed, 12 insertions, 5 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index e4b29dcd4ce6..b91f3c70ebb0 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -66,6 +66,7 @@ SUBDIR += wget SUBDIR += wget+ipv6 SUBDIR += wu-ftpd + SUBDIR += wu-ftpd+ipv6 SUBDIR += xrmftp SUBDIR += yafc SUBDIR += yale-tftpd diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 087cd9187eae..58d4aaccf335 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: wu-ftpd -# Date created: 18 Oct 1994 -# Whom: torstenb +# New ports collection makefile for: wu-ftpd+ipv6 +# Date created: 30 Aug 2002 +# Whom: sumikawa # # $FreeBSD$ # @@ -9,14 +9,19 @@ PORTNAME= wu-ftpd PORTVERSION= 2.6.2 -CATEGORIES= ftp +CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ -MAINTAINER= ache@FreeBSD.org +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= wu-ftpd-262-v6-20020830.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= sumikawa@FreeBSD.org USE_AUTOCONF= yes CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \ --enable-noop --disable-numericuid --enable-nlst-dirs \ + --enable-ipv6 \ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc MAN1= ftpcount.1 ftpwho.1 diff --git a/ftp/wu-ftpd+ipv6/distinfo b/ftp/wu-ftpd+ipv6/distinfo index 943113cf49e9..eda365079c22 100644 --- a/ftp/wu-ftpd+ipv6/distinfo +++ b/ftp/wu-ftpd+ipv6/distinfo @@ -1 +1,2 @@ MD5 (wu-ftpd-2.6.2.tar.gz) = b3c271f02aadf663b8811d1bff9da3f6 +MD5 (wu-ftpd-262-v6-20020830.diff.gz) = 7d8987c97e57350b8af2e60f04a93e8a |