From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 20:32:23 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C80E2F8; Sun, 5 Oct 2014 20:32:23 +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 47A977B8; Sun, 5 Oct 2014 20:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95KWN2I098012; Sun, 5 Oct 2014 20:32:23 GMT (envelope-from alonso@FreeBSD.org) Received: (from alonso@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95KWMgG098010; Sun, 5 Oct 2014 20:32:22 GMT (envelope-from alonso@FreeBSD.org) Message-Id: <201410052032.s95KWMgG098010@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: alonso set sender to alonso@FreeBSD.org using -f From: Alonso Schaich Date: Sun, 5 Oct 2014 20:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370114 - in head/devel: py-qt4 py-sip 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.18-1 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, 05 Oct 2014 20:32:23 -0000 Author: alonso Date: Sun Oct 5 20:32:22 2014 New Revision: 370114 URL: https://svnweb.freebsd.org/changeset/ports/370114 QAT: https://qat.redports.org/buildarchive/r370114/ Log: Fix USES issues. (Hopefuly) fix issues introduced in r370100. This commit consists of area51 revisions 10357, 10359 and 10360. Approved by: rakuco (mentor) Modified: head/devel/py-qt4/bsd.pyqt.mk head/devel/py-sip/Makefile Modified: head/devel/py-qt4/bsd.pyqt.mk ============================================================================== --- head/devel/py-qt4/bsd.pyqt.mk Sun Oct 5 20:29:48 2014 (r370113) +++ head/devel/py-qt4/bsd.pyqt.mk Sun Oct 5 20:32:22 2014 (r370114) @@ -93,7 +93,7 @@ DISTNAME= ${PYQT4_DISTNAME} DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} HAS_CONFIGURE= yes -USES= python +USES+= python QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS. Modified: head/devel/py-sip/Makefile ============================================================================== --- head/devel/py-sip/Makefile Sun Oct 5 20:29:48 2014 (r370113) +++ head/devel/py-sip/Makefile Sun Oct 5 20:32:22 2014 (r370114) @@ -12,7 +12,8 @@ DISTNAME= ${SIP_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python to C and C++ bindings generator -USE= python:py3kplist +USES= python +USE_PYTHON= py3kplist DATADIR= ${PREFIX}/share/py-${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}