mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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.
This commit is contained in:
parent
26f27bdc5a
commit
6c49820eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65277
@ -66,6 +66,7 @@
|
||||
SUBDIR += wget
|
||||
SUBDIR += wget+ipv6
|
||||
SUBDIR += wu-ftpd
|
||||
SUBDIR += wu-ftpd+ipv6
|
||||
SUBDIR += xrmftp
|
||||
SUBDIR += yafc
|
||||
SUBDIR += yale-tftpd
|
||||
|
@ -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
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (wu-ftpd-2.6.2.tar.gz) = b3c271f02aadf663b8811d1bff9da3f6
|
||||
MD5 (wu-ftpd-262-v6-20020830.diff.gz) = 7d8987c97e57350b8af2e60f04a93e8a
|
||||
|
Loading…
Reference in New Issue
Block a user