svn commit: r457692 - head/net/tcptraceroute-devel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 31 14:19:22 UTC 2017


Author: sunpoet
Date: Sun Dec 31 14:19:20 2017
New Revision: 457692
URL: https://svnweb.freebsd.org/changeset/ports/457692

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
  
  PR:		224706
  Submitted by:	sunpoet (myself)
  Approved by:	Chris Hutchinson <portmaster at bsdforge.com> (maintainer)

Modified:
  head/net/tcptraceroute-devel/Makefile

Modified: head/net/tcptraceroute-devel/Makefile
==============================================================================
--- head/net/tcptraceroute-devel/Makefile	Sun Dec 31 13:34:48 2017	(r457691)
+++ head/net/tcptraceroute-devel/Makefile	Sun Dec 31 14:19:20 2017	(r457692)
@@ -18,6 +18,9 @@ LIB_DEPENDS=	libnet.so:net/libnet
 
 CONFLICTS=	tcptraceroute-1.4*
 
+DEPRECATED=	Use net/tcptraceroute instead
+EXPIRATION_DATE=2018-01-31
+
 PORTDOCS=	tcptraceroute.1.html tcptraceroute.lsm AUTHORS \
 		COPYING ChangeLog NEWS README examples.txt
 


More information about the svn-ports-head mailing list