From owner-svn-ports-all@freebsd.org Wed Jul 8 16:21:01 2015 Return-Path: Delivered-To: svn-ports-all@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 5C67699692D; Wed, 8 Jul 2015 16:21:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 48469159B; Wed, 8 Jul 2015 16:21:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68GL1P7001160; Wed, 8 Jul 2015 16:21:01 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68GL14a001159; Wed, 8 Jul 2015 16:21:01 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507081621.t68GL14a001159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 8 Jul 2015 16:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391569 - head/net/py-xmlrpclib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 16:21:01 -0000 Author: rm Date: Wed Jul 8 16:21:00 2015 New Revision: 391569 URL: https://svnweb.freebsd.org/changeset/ports/391569 Log: net/py-xmlrpclib: set for deprecation xmlrpclib is available in standard library since python 2.2. Last consumer of this port is broken and marked deprecated, so mark this port deprecated too. Set expiration date to 2015-08-07 (adjust to expiration date of it's only consumer - net-p2p/py-kenosis). Modified: head/net/py-xmlrpclib/Makefile Modified: head/net/py-xmlrpclib/Makefile ============================================================================== --- head/net/py-xmlrpclib/Makefile Wed Jul 8 15:33:56 2015 (r391568) +++ head/net/py-xmlrpclib/Makefile Wed Jul 8 16:21:00 2015 (r391569) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python implementation of the XML-RPC protocol +DEPRECATED= This is part of standard library since python 2.2 +EXPIRATION_DATE=2015-08-07 + USES= python zip DOCSDIR= ${PREFIX}/share/doc/py-xmlrpclib