From owner-svn-ports-all@FreeBSD.ORG Mon May 12 01:52:44 2014 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 ESMTPS id E1EA4824; Mon, 12 May 2014 01:52:44 +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 CF8E12AE6; Mon, 12 May 2014 01:52:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C1qiHj025219; Mon, 12 May 2014 01:52:44 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4C1qi3L025218; Mon, 12 May 2014 01:52:44 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405120152.s4C1qi3L025218@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 12 May 2014 01:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353762 - head/devel/py-gobject 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 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, 12 May 2014 01:52:45 -0000 Author: amdmi3 Date: Mon May 12 01:52:44 2014 New Revision: 353762 URL: http://svnweb.freebsd.org/changeset/ports/353762 QAT: https://qat.redports.org/buildarchive/r353762/ Log: - Switch to USE_GNOME=introspetion PR: 185919 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/devel/py-gobject/Makefile Modified: head/devel/py-gobject/Makefile ============================================================================== --- head/devel/py-gobject/Makefile Mon May 12 01:48:08 2014 (r353761) +++ head/devel/py-gobject/Makefile Mon May 12 01:52:44 2014 (r353762) @@ -17,14 +17,12 @@ COMMENT= Python bindings for GObject LICENSE= LGPL21 -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo USES= gmake pathfix pkgconfig tar:xz -USE_GNOME= glib20 +USE_GNOME= glib20 introspection:build,run USE_PYTHON= 2 GNU_CONFIGURE= yes USE_LDCONFIG= yes