diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-03-03 01:08:52 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-03-03 01:08:52 +0000 |
commit | d15cfb7befc177377ad0013e0be411109d33f9d4 (patch) | |
tree | 0f2dfb26732a93d593d2b05d94c987f640bf15cd /ftp | |
parent | 9be73d9d55574a010cf8c3f74fec84e57b9f1fdd (diff) | |
download | ports-d15cfb7befc177377ad0013e0be411109d33f9d4.tar.gz ports-d15cfb7befc177377ad0013e0be411109d33f9d4.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget+ipv6/Makefile | 3 | ||||
-rw-r--r-- | ftp/wget+ipv6/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/wget-devel/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/wget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget/pkg-comment | 1 |
6 files changed, 5 insertions, 3 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile index 38cb9c8fa74f..572d23675523 100644 --- a/ftp/wget+ipv6/Makefile +++ b/ftp/wget+ipv6/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +# ftp/wget has now IPv6 capability. This port will be retired in near future. + PORTNAME= wget PORTVERSION= 1.7 PORTREVISION= 3 @@ -23,6 +25,7 @@ PATCHFILES= wget-17-v6-20010716a.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org +COMMENT= Retrieve files from the Net via HTTP and FTP with IPv6 capability LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext diff --git a/ftp/wget+ipv6/pkg-comment b/ftp/wget+ipv6/pkg-comment deleted file mode 100644 index f8926ada48c0..000000000000 --- a/ftp/wget+ipv6/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Retrieve files from the 'net via HTTP and FTP with IPv6 capability diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 61167947bf27..d92007bd2b99 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -18,6 +18,7 @@ PATCHFILES= wget_${PORTVERSION}-9.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org +COMMENT= Retrieve files from the Net via HTTP and FTP LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext diff --git a/ftp/wget-devel/pkg-comment b/ftp/wget-devel/pkg-comment deleted file mode 100644 index 02883df00b8e..000000000000 --- a/ftp/wget-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Retrieve files from the 'net via HTTP and FTP diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 61167947bf27..d92007bd2b99 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -18,6 +18,7 @@ PATCHFILES= wget_${PORTVERSION}-9.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org +COMMENT= Retrieve files from the Net via HTTP and FTP LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext diff --git a/ftp/wget/pkg-comment b/ftp/wget/pkg-comment deleted file mode 100644 index 02883df00b8e..000000000000 --- a/ftp/wget/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Retrieve files from the 'net via HTTP and FTP |