From owner-svn-ports-head@FreeBSD.ORG Thu May 16 14:06:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DEE7B452; Thu, 16 May 2013 14:06:07 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D19459E6; Thu, 16 May 2013 14:06:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4GE679j062099; Thu, 16 May 2013 14:06:07 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4GE67IM062096; Thu, 16 May 2013 14:06:07 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201305161406.r4GE67IM062096@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 16 May 2013 14:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318317 - in head: . devel devel/py-celementtree X-SVN-Group: ports-head 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.14 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, 16 May 2013 14:06:07 -0000 Author: rm Date: Thu May 16 14:06:07 2013 New Revision: 318317 URL: http://svnweb.freebsd.org/changeset/ports/318317 Log: Remove devel/py-celementtree becuase it's a part of Python standard library since version 2.5 (included as xml.etree.cElementTree). Upstream development going on python.org, there is no ports depending on this one. PR: 155524 Submitted by: rm (myself) Approved by: nivit (maintainer, by mail) Deleted: head/devel/py-celementtree/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 16 13:55:51 2013 (r318316) +++ head/MOVED Thu May 16 14:06:07 2013 (r318317) @@ -4252,3 +4252,4 @@ japanese/jisx0213-fonts|japanese/font-ji x11-drivers/xf86-video-ati613||2013-05-10|Has expired: Old version, use xf86-video-ati instead devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distribution, only mkimage misc/py-xdelta3||2013-05-13|No longer actively maintained upstream +devel/py-celementtree||2013-05-16|Included into all supported python versions as xml.etree.cElementTree Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 16 13:55:51 2013 (r318316) +++ head/devel/Makefile Thu May 16 14:06:07 2013 (r318317) @@ -3433,7 +3433,6 @@ SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-cclib - SUBDIR += py-celementtree SUBDIR += py-celery SUBDIR += py-cfgparse SUBDIR += py-cheetah