From owner-svn-ports-all@freebsd.org Sun Dec 13 18:25:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2C73A43437; Sun, 13 Dec 2015 18:25:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 92FD91970; Sun, 13 Dec 2015 18:25:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDIPhqH034437; Sun, 13 Dec 2015 18:25:43 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDIPhTW034436; Sun, 13 Dec 2015 18:25:43 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512131825.tBDIPhTW034436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 13 Dec 2015 18:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403682 - head/devel/py-qt4-dbussupport 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.20 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, 13 Dec 2015 18:25:44 -0000 Author: rakuco Date: Sun Dec 13 18:25:43 2015 New Revision: 403682 URL: https://svnweb.freebsd.org/changeset/ports/403682 Log: Drop runtime dependency on devel/py-qt4-core. The py-qt4-dbussupport port is a standalone Python module that only links against Qt and does not depend on anything from PyQt. Modified: head/devel/py-qt4-dbussupport/Makefile Modified: head/devel/py-qt4-dbussupport/Makefile ============================================================================== --- head/devel/py-qt4-dbussupport/Makefile Sun Dec 13 18:23:06 2015 (r403681) +++ head/devel/py-qt4-dbussupport/Makefile Sun Dec 13 18:25:43 2015 (r403682) @@ -1,6 +1,7 @@ # $FreeBSD$ PORTNAME= dbussupport +PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org @@ -13,7 +14,7 @@ CONFIGURE_ARGS= --enable QtCore PYQT_DIST= yes USES= pkgconfig python pyqt:4 -USE_PYQT= sip_build core_run +USE_PYQT= sip_build USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= DEBUG