From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 15:04:05 2014 Return-Path: Delivered-To: svn-ports-head@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 CD0C5AEA; Thu, 11 Sep 2014 15:04:05 +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 9E47496B; Thu, 11 Sep 2014 15:04:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BF45Su081838; Thu, 11 Sep 2014 15:04:05 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BF45Pb081836; Thu, 11 Sep 2014 15:04:05 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201409111504.s8BF45Pb081836@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 11 Sep 2014 15:04:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367946 - 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.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: Thu, 11 Sep 2014 15:04:05 -0000 Author: sbruno Date: Thu Sep 11 15:04:04 2014 New Revision: 367946 URL: http://svnweb.freebsd.org/changeset/ports/367946 QAT: https://qat.redports.org/buildarchive/r367946/ Log: This port does not use ${ARCH} to rename the egg info file that it creates. This causes the pkg-plist to break on architechtures where MACHINE and MACHINE_ARCH to differ. Assume that the upstream folks know what they are doing and create a UNAME_M variable to handle this in the pkg-plist. PR: 188856 Reviewed by: koobs Approved by: bdrewery (mentor) Modified: head/devel/py-gobject3/Makefile head/devel/py-gobject3/pkg-plist Modified: head/devel/py-gobject3/Makefile ============================================================================== --- head/devel/py-gobject3/Makefile Thu Sep 11 15:02:32 2014 (r367945) +++ head/devel/py-gobject3/Makefile Thu Sep 11 15:04:04 2014 (r367946) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/trunk/devel/py-gobject3/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 @@ -15,3 +15,6 @@ MASTERDIR= ${.CURDIR}/../../devel/pygobj PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" + +PLIST_SUB+= UNAME_M=${UNAME_M} +UNAME_M!= ${UNAME} -m Modified: head/devel/py-gobject3/pkg-plist ============================================================================== --- head/devel/py-gobject3/pkg-plist Thu Sep 11 15:02:32 2014 (r367945) +++ head/devel/py-gobject3/pkg-plist Thu Sep 11 15:04:04 2014 (r367946) @@ -68,7 +68,7 @@ lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%. %%PYTHON_SITELIBDIR%%/gi/types.py %%PYTHON_SITELIBDIR%%/gi/types.pyc %%PYTHON_SITELIBDIR%%/gi/types.pyo -%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-py%%PYTHON_VER%%-%%OPSYS%%-%%UNAME_R%%-%%ARCH%%.egg-info +%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-py%%PYTHON_VER%%-%%OPSYS%%-%%UNAME_R%%-%%UNAME_M%%.egg-info %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.py %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyc %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyo