svn commit: r417592 - head/ftp/bsdftpd-ssl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 26 17:24:31 UTC 2016


Author: sunpoet
Date: Sun Jun 26 17:24:30 2016
New Revision: 417592
URL: https://svnweb.freebsd.org/changeset/ports/417592

Log:
  - Update MASTER_SITES:
    - Remove unresolvable bsdftpd.org
    - Add my LOCAL
  - Remove BROKEN
  - Unmark DEPRECATED and remove EXPIRATION_DATE
  
  Approved by:	portmgr (blanket)

Modified:
  head/ftp/bsdftpd-ssl/Makefile

Modified: head/ftp/bsdftpd-ssl/Makefile
==============================================================================
--- head/ftp/bsdftpd-ssl/Makefile	Sun Jun 26 17:24:25 2016	(r417591)
+++ head/ftp/bsdftpd-ssl/Makefile	Sun Jun 26 17:24:30 2016	(r417592)
@@ -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 at 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


More information about the svn-ports-head mailing list