From owner-svn-ports-head@FreeBSD.ORG Sun Jan 19 14:23:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71F94D55; Sun, 19 Jan 2014 14:23:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CC9B10E3; Sun, 19 Jan 2014 14:23:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0JENbD5045341; Sun, 19 Jan 2014 14:23:37 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0JENbdD045339; Sun, 19 Jan 2014 14:23:37 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201401191423.s0JENbdD045339@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 19 Jan 2014 14:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340303 - in head: . textproc textproc/redland-bindings-python 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.17 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: Sun, 19 Jan 2014 14:23:37 -0000 Author: rakuco Date: Sun Jan 19 14:23:36 2014 New Revision: 340303 URL: http://svnweb.freebsd.org/changeset/ports/340303 QAT: https://qat.redports.org/buildarchive/r340303/ Log: Remove textproc/redland-bindings-python. This port was added at a time when people could not easily enable all the bindings offered in textproc/redland-bindings using options, which has not been the case for quite a while. The same files installed by redland-bindings-python can also be installed using redland-bindings with the PYTHON option on. In fact, ever since we moved away from WITH_ redland-bindings-python has worked simply because PYTHON is a default option in the master port. PR: ports/185215 Submitted by: rakuco@ Approved by: maintainer timeout (24 days) Deleted: head/textproc/redland-bindings-python/ Modified: head/MOVED head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jan 19 14:22:08 2014 (r340302) +++ head/MOVED Sun Jan 19 14:23:36 2014 (r340303) @@ -5380,3 +5380,4 @@ games/deng|games/doomsday|2014-01-16|Ren misc/sword17|misc/sword|2014-01-16|Has expired: use misc/sword www/suphp||2014-01-17|Has expired: Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html databases/postgis||2014-01-17|Has expired: EOLed upstream +textproc/redland-bindings-python||2014-01-19|Use textproc/redland-bindings directly instead Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Jan 19 14:22:08 2014 (r340302) +++ head/textproc/Makefile Sun Jan 19 14:23:36 2014 (r340303) @@ -1243,7 +1243,6 @@ SUBDIR += redet SUBDIR += redland SUBDIR += redland-bindings - SUBDIR += redland-bindings-python SUBDIR += refdb SUBDIR += reflex SUBDIR += replaceit