From owner-svn-ports-head@freebsd.org Thu Oct 5 14:02:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5CE1E39885; Thu, 5 Oct 2017 14:02:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DB8172CA6; Thu, 5 Oct 2017 14:02:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v95E2mUj082989; Thu, 5 Oct 2017 14:02:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95E2mv7082988; Thu, 5 Oct 2017 14:02:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710051402.v95E2mv7082988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 5 Oct 2017 14:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451313 - head/net/libsocketcpp X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/net/libsocketcpp X-SVN-Commit-Revision: 451313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 14:02:49 -0000 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