diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-15 00:31:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-15 00:31:53 +0800 |
commit | bcc0d89a9e66ece632c4574f0f1c8a7b913176f6 (patch) | |
tree | c2aec257c16ab83e6e4ae66558ff8b7b38f4b3b2 /net-mgmt | |
parent | 84a80473a446ced6b53cd1b6db5224702603a573 (diff) | |
download | freebsd-ports-gnome-bcc0d89a9e66ece632c4574f0f1c8a7b913176f6.tar.gz freebsd-ports-gnome-bcc0d89a9e66ece632c4574f0f1c8a7b913176f6.tar.zst freebsd-ports-gnome-bcc0d89a9e66ece632c4574f0f1c8a7b913176f6.zip |
- Mark DEPRECATED and set EXPIRATION_DATE: this port is marked IGNORE on all supported FreeBSD versions
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bsnmptools/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/bsnmptools/Makefile b/net-mgmt/bsnmptools/Makefile index f5d153bc8a4a..d07e4a19809e 100644 --- a/net-mgmt/bsnmptools/Makefile +++ b/net-mgmt/bsnmptools/Makefile @@ -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> |