svn commit: r451313 - head/net/libsocketcpp

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 5 14:02:49 UTC 2017


Author: bapt
Date: Thu Oct  5 14:02:48 2017
New Revision: 451313
URL: https://svnweb.freebsd.org/changeset/ports/451313

Log:
  Mark as deprecated, it uses gets(3) and is not depend on by anything
  
  PR:		222796

Modified:
  head/net/libsocketcpp/Makefile

Modified: head/net/libsocketcpp/Makefile
==============================================================================
--- head/net/libsocketcpp/Makefile	Thu Oct  5 13:53:40 2017	(r451312)
+++ head/net/libsocketcpp/Makefile	Thu Oct  5 14:02:48 2017	(r451313)
@@ -13,6 +13,9 @@ COMMENT=	C++ wrapper library to the sockets
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses gets(3)
+EXPIRATION_DATE=	2017-11-05
+
 USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list