svn commit: r445315 - head/sysutils/socket

Lars Engels lme at FreeBSD.org
Sat Jul 8 10:32:23 UTC 2017


Author: lme
Date: Sat Jul  8 10:32:22 2017
New Revision: 445315
URL: https://svnweb.freebsd.org/changeset/ports/445315

Log:
  sysutils/socket: Mark DEPRECATED on request of wosch (maintainer and developer)
  
  Sponsored by:	Essen Hackathon 2017

Modified:
  head/sysutils/socket/Makefile

Modified: head/sysutils/socket/Makefile
==============================================================================
--- head/sysutils/socket/Makefile	Sat Jul  8 10:28:28 2017	(r445314)
+++ head/sysutils/socket/Makefile	Sat Jul  8 10:32:22 2017	(r445315)
@@ -13,6 +13,9 @@ COMMENT=	Create TCP socket and connect to stdin/out
 
 LICENSE=	GPLv1
 
+DEPRECATED=	Out of date
+EXPIRATION_DATE=	2017-09-01
+
 MAKE_ENV+=	SWITCHES="-DUSE_INET6 -DHAVE_SYS_PARAM_H -Wall"
 PLIST_FILES=	bin/socket man/man1/socket.1.gz
 


More information about the svn-ports-all mailing list