From owner-svn-ports-all@FreeBSD.ORG Thu Oct 3 09:05:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DE1C7DD7; Thu, 3 Oct 2013 09:05:54 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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 CBE5E2EC6; Thu, 3 Oct 2013 09:05:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9395sxr042698; Thu, 3 Oct 2013 09:05:54 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9395s5L042696; Thu, 3 Oct 2013 09:05:54 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201310030905.r9395s5L042696@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 3 Oct 2013 09:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329163 - in head: irc/py-irc net/py-kombu 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.14 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: Thu, 03 Oct 2013 09:05:54 -0000 Author: rm Date: Thu Oct 3 09:05:53 2013 New Revision: 329163 URL: http://svnweb.freebsd.org/changeset/ports/329163 Log: Drop condititional dependency on py-imporlib, since it was removed. With hat: python Modified: head/irc/py-irc/Makefile head/net/py-kombu/Makefile Modified: head/irc/py-irc/Makefile ============================================================================== --- head/irc/py-irc/Makefile Thu Oct 3 08:35:38 2013 (r329162) +++ head/irc/py-irc/Makefile Thu Oct 3 09:05:53 2013 (r329163) @@ -29,7 +29,6 @@ NO_STAGE= yes .include .if ${PYTHON_REL} < 270 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib>0:${PORTSDIR}/devel/py-importlib RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse .endif Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Thu Oct 3 08:35:38 2013 (r329162) +++ head/net/py-kombu/Makefile Thu Oct 3 09:05:53 2013 (r329163) @@ -58,8 +58,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyz .endif .if ${PYTHON_REL} < 270 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \ - ${PYTHON_PKGNAMEPREFIX}importlib>=0:${PORTSDIR}/devel/py-importlib +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict .endif .include