diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-08-02 21:18:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-08-02 21:18:42 +0000 |
commit | 67fbb7bedde00b18b8c0958a977d3f2eeb6ffd94 (patch) | |
tree | 3258002e6f99a5a7b9734bf96b1cb6897ef63436 | |
parent | Update to 0.5.1 (diff) |
net/echoping: undeprecate since smokeping requires it
Requested by: eugen
Notes
Notes:
svn path=/head/; revision=544003
-rw-r--r-- | net/echoping/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index d0218a9830b9..5ea816c8ece8 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -12,9 +12,6 @@ COMMENT= Ping-like program that uses TCP and/or HTTP LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= No longer maintained upstream -EXPIRATION_DATe= 2020-09-02 - LIB_DEPENDS= libpopt.so:devel/popt \ libidn.so:dns/libidn |