svn commit: r363316 - head/net/iscsi-target

Tilman Keskinoz arved at FreeBSD.org
Tue Jul 29 13:21:05 UTC 2014


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 at 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}


More information about the svn-ports-all mailing list