diff options
author | Marius Strobl <marius@FreeBSD.org> | 2005-08-30 18:37:02 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2005-08-30 18:37:02 +0000 |
commit | 01e0efde8bb81872917266da70cc33762b941477 (patch) | |
tree | 4205e166d2b7821504fd37e57a6df8cd3402da72 /ftp/ftpd-tls | |
parent | - Disable mozilla plugin build, a few people are having problems with the (diff) |
Remove no longer available WWW and site from MASTER_SITES (author passed
away and domain expired shortly after).
Approved by: netchild
Notes
Notes:
svn path=/head/; revision=141486
Diffstat (limited to 'ftp/ftpd-tls')
-rw-r--r-- | ftp/ftpd-tls/Makefile | 3 | ||||
-rw-r--r-- | ftp/ftpd-tls/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index f2c5b56ed8ed..a5b9329c7db4 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -9,8 +9,7 @@ PORTNAME= ftpd-tls PORTVERSION= 20031008 PORTREVISION= 1 CATEGORIES= ftp security -MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ \ - ftp://ftp.runestig.com/pub/ftpd-tls/ +MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ MAINTAINER= marius@FreeBSD.org COMMENT= Ftp server supporting FTP AUTH TLS diff --git a/ftp/ftpd-tls/pkg-descr b/ftp/ftpd-tls/pkg-descr index 821aa170339a..2ce0552ac070 100644 --- a/ftp/ftpd-tls/pkg-descr +++ b/ftp/ftpd-tls/pkg-descr @@ -1,4 +1,2 @@ Ftp server based on the OpenBSD ftp server code, implements the FTP AUTH TLS IETF draft plus a custom SSL/TLS client authentication. - -WWW: http://www.runestig.com/osp.html |