From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 23:40:16 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6F80F1A; Sat, 5 Oct 2013 23:40:16 +0000 (UTC) (envelope-from kwm@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 9BAC82B94; Sat, 5 Oct 2013 23:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95NeG3P024654; Sat, 5 Oct 2013 23:40:16 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95NeGZv024653; Sat, 5 Oct 2013 23:40:16 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201310052340.r95NeGZv024653@svn.freebsd.org> From: Koop Mast Date: Sat, 5 Oct 2013 23:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329519 - head/devel/py-gobject3 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.14 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: Sat, 05 Oct 2013 23:40:16 -0000 Author: kwm Date: Sat Oct 5 23:40:16 2013 New Revision: 329519 URL: http://svnweb.freebsd.org/changeset/ports/329519 Log: Fix package name conflict with py-gobject. Use new lib_depend syntax. USE_GMAKE => USES=gmake BUILD/RUN_DEPENDS=gobject-introspection -> USE_GNOME=introspection. Restrict python version to -2.7 [1] Enable stage support. Submitted by: mva [1] Modified: head/devel/py-gobject3/Makefile Modified: head/devel/py-gobject3/Makefile ============================================================================== --- head/devel/py-gobject3/Makefile Sat Oct 5 22:56:45 2013 (r329518) +++ head/devel/py-gobject3/Makefile Sat Oct 5 23:40:16 2013 (r329519) @@ -8,6 +8,7 @@ CATEGORIES= devel python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 3 DISTNAME= pygobject-${PORTVERSION} DIST_SUBDIR= gnome3 @@ -17,18 +18,14 @@ COMMENT= Python bindings for GObject LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi -RUN_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= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}3 USE_XZ= yes -USE_GMAKE= yes -USES= pathfix pkgconfig -USE_GNOME= glib20 -USE_PYTHON= 2.6+ +USES= gmake pathfix pkgconfig +USE_GNOME= glib20 introspection +USE_PYTHON= -2.7 GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -39,7 +36,6 @@ CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0 PLIST_SUB= PYTHON_VER="${PYTHON_VER}" ARCH=${ARCH} UNAME_R=${UNAME_R} \ VERSION=${PORTVERSION} -NO_STAGE= yes .include UNAME_R!= ${UNAME} -r