From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 18:49:35 2015 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 739183BD; Mon, 6 Apr 2015 18:49:35 +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 5EF221DF; Mon, 6 Apr 2015 18:49:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36InZ5U095153; Mon, 6 Apr 2015 18:49:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36InZem095152; Mon, 6 Apr 2015 18:49:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201504061849.t36InZem095152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 6 Apr 2015 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383465 - head/devel/py-qt4 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: Mon, 06 Apr 2015 18:49:35 -0000 Author: rakuco Date: Mon Apr 6 18:49:34 2015 New Revision: 383465 URL: https://svnweb.freebsd.org/changeset/ports/383465 Log: Convert to USES=metaport, take 2. This time, also stop setting MASTER_SITES and do not override the existing USES entry, which broke the build. Modified: head/devel/py-qt4/Makefile Modified: head/devel/py-qt4/Makefile ============================================================================== --- head/devel/py-qt4/Makefile Mon Apr 6 18:47:19 2015 (r383464) +++ head/devel/py-qt4/Makefile Mon Apr 6 18:49:34 2015 (r383465) @@ -4,19 +4,12 @@ PORTNAME= qt4 PORTVERSION= ${PYQT4_VERSION} CATEGORIES= devel python -MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # none -EXTRACT_ONLY= # empty MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt 4 toolkit (meta port) -USES= python - -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport python OPTIONS_DEFINE= ALL ${PYQT4_COMPONENTS} OPTIONS_DEFAULT= ALL