From owner-svn-ports-all@FreeBSD.ORG Sun Nov 16 14:59:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1FFD322; Sun, 16 Nov 2014 14:59:08 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EA8DD7; Sun, 16 Nov 2014 14:59:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAGEx8Oj030124; Sun, 16 Nov 2014 14:59:08 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAGEx8IN030123; Sun, 16 Nov 2014 14:59:08 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201411161459.sAGEx8IN030123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 16 Nov 2014 14:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372641 - head/databases 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.18-1 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: Sun, 16 Nov 2014 14:59:08 -0000 Author: robak Date: Sun Nov 16 14:59:07 2014 New Revision: 372641 URL: https://svnweb.freebsd.org/changeset/ports/372641 QAT: https://qat.redports.org/buildarchive/r372641/ Log: databases/Makefile: fix py-sqlite ports changes In r372639 I've committed changes related to my work-in-progress cleanup of py-sqlite ports by mistake. This commit is to revert these changes as they should not get in to the ports tree yet. Reviewed by: danfe Approved by: mentors(implicit) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Nov 16 14:45:30 2014 (r372640) +++ head/databases/Makefile Sun Nov 16 14:59:07 2014 (r372641) @@ -764,10 +764,9 @@ SUBDIR += py-rrdtool_lgpl SUBDIR += py-south SUBDIR += py-sqlalchemy + SUBDIR += py-sqlalchemy-devel SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 - SUBDIR += py-sqlalchemy07 - SUBDIR += py-sqlalchemy08 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlkit