Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2016 17:24:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417592 - head/ftp/bsdftpd-ssl
Message-ID:  <201606261724.u5QHOUEv081585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606261724.u5QHOUEv081585>