diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-06-27 01:24:30 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-06-27 01:24:30 +0800 |
commit | df67b78492541a0e307ab0be5bb217c29e03ae9c (patch) | |
tree | b68f1f67032afe77a2be5f09f341915ff7320ec8 /ftp/bsdftpd-ssl/Makefile | |
parent | aa9345895453a338b2c17990ce1a64b0ed1a497a (diff) | |
download | freebsd-ports-gnome-df67b78492541a0e307ab0be5bb217c29e03ae9c.tar.gz freebsd-ports-gnome-df67b78492541a0e307ab0be5bb217c29e03ae9c.tar.zst freebsd-ports-gnome-df67b78492541a0e307ab0be5bb217c29e03ae9c.zip |
- Update MASTER_SITES:
- Remove unresolvable bsdftpd.org
- Add my LOCAL
- Remove BROKEN
- Unmark DEPRECATED and remove EXPIRATION_DATE
Approved by: portmgr (blanket)
Diffstat (limited to 'ftp/bsdftpd-ssl/Makefile')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 119a7e68d79a..02c98f277413 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -5,15 +5,12 @@ PORTNAME= bsdftpd-ssl PORTVERSION= 1.1.0 PORTREVISION= 4 CATEGORIES= ftp -MASTER_SITES= http://bsdftpd.org/files/bsdftpd-ssl/archive/1.1/src/ \ - http://www.sourcefiles.org/System/Daemons/FTP/ +MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \ + LOCAL/sunpoet MAINTAINER= skynick@mail.sc.ru COMMENT= Secure FTP client/server with TLS/SSL support -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 USE_OPENSSL= yes MAKE_ENV+= OBJFORMAT=elf MAKE_JOBS_UNSAFE= yes |