From owner-svn-ports-all@FreeBSD.ORG Tue Dec 9 19:42:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECE39C2C; Tue, 9 Dec 2014 19:42:43 +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 BF89CA83; Tue, 9 Dec 2014 19:42:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9JghMM055647; Tue, 9 Dec 2014 19:42:43 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9JghpC055645; Tue, 9 Dec 2014 19:42:43 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201412091942.sB9JghpC055645@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 9 Dec 2014 19:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374422 - in head/devel: py-gobject3 py3-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-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: Tue, 09 Dec 2014 19:42:44 -0000 Author: sbruno Date: Tue Dec 9 19:42:42 2014 New Revision: 374422 URL: https://svnweb.freebsd.org/changeset/ports/374422 QAT: https://qat.redports.org/buildarchive/r374422/ Log: Follow up to svn r374402 and restore plist entries to support architectures where UNAME_M is required to generate the plist. PR: 188856, 195342, 195738, 195748 Reviewed by: kwm Approved by: mentor (implicit) Modified: head/devel/py-gobject3/pkg-plist head/devel/py3-gobject3/pkg-plist Modified: head/devel/py-gobject3/pkg-plist ============================================================================== --- head/devel/py-gobject3/pkg-plist Tue Dec 9 19:13:27 2014 (r374421) +++ head/devel/py-gobject3/pkg-plist Tue Dec 9 19:42:42 2014 (r374422) @@ -66,7 +66,7 @@ %%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 Modified: head/devel/py3-gobject3/pkg-plist ============================================================================== --- head/devel/py3-gobject3/pkg-plist Tue Dec 9 19:13:27 2014 (r374421) +++ head/devel/py3-gobject3/pkg-plist Tue Dec 9 19:42:42 2014 (r374422) @@ -66,7 +66,7 @@ %%PYTHON_SITELIBDIR%%/gi/repository/__pycache__/__init__.cpython-%%PYTVER%%.pyc %%PYTHON_SITELIBDIR%%/gi/repository/__pycache__/__init__.cpython-%%PYTVER%%.pyo %%PYTHON_SITELIBDIR%%/gi/types.py -%%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/__pycache__/__init__.cpython-%%PYTVER%%.pyc %%PYTHON_SITELIBDIR%%/pygtkcompat/__pycache__/__init__.cpython-%%PYTVER%%.pyo