svn commit: r396907 - head/net-mgmt/bsnmptools

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 16:31:54 UTC 2015


Author: amdmi3
Date: Mon Sep 14 16:31:53 2015
New Revision: 396907
URL: https://svnweb.freebsd.org/changeset/ports/396907

Log:
  - Mark DEPRECATED and set EXPIRATION_DATE: this port is marked IGNORE on all supported FreeBSD versions
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/bsnmptools/Makefile

Modified: head/net-mgmt/bsnmptools/Makefile
==============================================================================
--- head/net-mgmt/bsnmptools/Makefile	Mon Sep 14 16:30:35 2015	(r396906)
+++ head/net-mgmt/bsnmptools/Makefile	Mon Sep 14 16:31:53 2015	(r396907)
@@ -13,11 +13,9 @@ COMMENT=	Snmp client tools
 
 LICENSE=	BSD2CLAUSE
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 900028
 IGNORE=		client tools (including SNMPv3 support) are part of the base system
-.endif
+DEPRECATED=	client tools (including SNMPv3 support) are part of the base system
+EXPIRATION_DATE=	2015-10-14
 
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/bsnmptools/usr.sbin/bsnmpd/tools
@@ -32,4 +30,4 @@ BIN_FILES=	bsnmpget bsnmpset bsnmpwalk
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${DESTDIR}/usr/bin|$${STAGEDIR}$${BINDIR}|g' ${WRKSRC}/bsnmptools/Makefile
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list