Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 13:21:04 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363316 - head/net/iscsi-target
Message-ID:  <201407291321.s6TDL4rO073413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Jul 29 13:21:04 2014
New Revision: 363316
URL: http://svnweb.freebsd.org/changeset/ports/363316
QAT: https://qat.redports.org/buildarchive/r363316/

Log:
  Mark deprecated
  
  PR:		189890
  Submitted by:	maintainer
  Approved by:	portmgr (implicit, not staged)

Modified:
  head/net/iscsi-target/Makefile

Modified: head/net/iscsi-target/Makefile
==============================================================================
--- head/net/iscsi-target/Makefile	Tue Jul 29 13:14:47 2014	(r363315)
+++ head/net/iscsi-target/Makefile	Tue Jul 29 13:21:04 2014	(r363316)
@@ -14,7 +14,7 @@ MAINTAINER=	mark@foster.cc
 COMMENT=	Implementation of userland ISCSI target (from NetBSD)
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
-
+DEPRECATED=	Use net/istgt or base systems ctld(8) on 10.x instead
 GNU_CONFIGURE=	yes
 
 MAN5=		targets.5
@@ -51,4 +51,3 @@ post-install:
 .endfor
 
 .include <bsd.port.mk>
-	@${CAT} ${PKGMESSAGE}



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