Date: Thu, 5 Oct 2017 14:02:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451313 - head/net/libsocketcpp Message-ID: <201710051402.v95E2mv7082988@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051402.v95E2mv7082988>