svn commit: r309665 - in head/ftp: ftp-tls ftpd-tls

Marius Strobl marius at FreeBSD.org
Sun Dec 30 12:47:49 UTC 2012


Author: marius
Date: Sun Dec 30 12:47:48 2012
New Revision: 309665
URL: http://svnweb.freebsd.org/changeset/ports/309665

Log:
  Mark deprecated with an expiration on 2013-01-31. Unfortunately, these
  ports are no longer maintained upstream, which is a bad thing especially
  for supposedly secure software.
  
  Approved by:	beat (mentor)

Modified:
  head/ftp/ftp-tls/Makefile
  head/ftp/ftpd-tls/Makefile

Modified: head/ftp/ftp-tls/Makefile
==============================================================================
--- head/ftp/ftp-tls/Makefile	Sun Dec 30 12:15:38 2012	(r309664)
+++ head/ftp/ftp-tls/Makefile	Sun Dec 30 12:47:48 2012	(r309665)
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR=	marius
 MAINTAINER=	marius at FreeBSD.org
 COMMENT=	Ftp client supporting FTP AUTH TLS
 
+DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATE=	2013-01-31
+
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 

Modified: head/ftp/ftpd-tls/Makefile
==============================================================================
--- head/ftp/ftpd-tls/Makefile	Sun Dec 30 12:15:38 2012	(r309664)
+++ head/ftp/ftpd-tls/Makefile	Sun Dec 30 12:47:48 2012	(r309665)
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR=	marius
 MAINTAINER=	marius at FreeBSD.org
 COMMENT=	Ftp server supporting FTP AUTH TLS
 
+DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATE=	2013-01-31
+
 GNU_CONFIGURE=	YES
 USE_OPENSSL=	YES
 USE_RC_SUBR=	ftpd-tls


More information about the svn-ports-all mailing list