From owner-svn-ports-head@freebsd.org Sun Aug 14 23:32:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19152BB963E; Sun, 14 Aug 2016 23:32:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE1461951; Sun, 14 Aug 2016 23:32:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7ENWqEQ047901; Sun, 14 Aug 2016 23:32:52 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7ENWqov047900; Sun, 14 Aug 2016 23:32:52 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201608142332.u7ENWqov047900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 14 Aug 2016 23:32:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420205 - head/net/iet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 23:32:53 -0000 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@FreeBSD.org +MAINTAINER= ports@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}