svn commit: r420205 - head/net/iet

Xin LI delphij at FreeBSD.org
Sun Aug 14 23:32:53 UTC 2016


Author: delphij
Date: Sun Aug 14 23:32:51 2016
New Revision: 420205
URL: https://svnweb.freebsd.org/changeset/ports/420205

Log:
  Return this back to pool and deprecate this port.
  
  We already have a fine implementation of iSCSI target in the
  base system that worked great (ctld), and the upstream is no
  longer being actively maintained.

Modified:
  head/net/iet/Makefile

Modified: head/net/iet/Makefile
==============================================================================
--- head/net/iet/Makefile	Sun Aug 14 23:31:33 2016	(r420204)
+++ head/net/iet/Makefile	Sun Aug 14 23:32:51 2016	(r420205)
@@ -12,11 +12,14 @@ PATCH_SITES=	LOCAL/delphij
 PATCHFILES=	${PORTNAME}-${PORTVERSION}.diff.bz2
 PATCH_DIST_STRIP=	-p1
 
-MAINTAINER=	delphij at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The iSCSI Enterprise Target
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Upstream no longer active
+EXPIRATION_DATE=	2016-12-31
+
 SSP_UNSAFE=	kernel module does not support ssp
 BUILD_WRKSRC=	${WRKSRC}/freebsd
 INSTALL_WRKSRC=	${BUILD_WRKSRC}


More information about the svn-ports-head mailing list