From nobody Mon Nov 15 15:30:13 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 47A80180FB69; Mon, 15 Nov 2021 15:30:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtCn148Zcz3NCM; Mon, 15 Nov 2021 15:30:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5ED451BFCD; Mon, 15 Nov 2021 15:30:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AFFUDuE017815; Mon, 15 Nov 2021 15:30:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AFFUD7r017812; Mon, 15 Nov 2021 15:30:13 GMT (envelope-from git) Date: Mon, 15 Nov 2021 15:30:13 GMT Message-Id: <202111151530.1AFFUD7r017812@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 17c58aaa768d - main - devel/gobject-introspection: Update to 1.77.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17c58aaa768dd4e694e35d13c0f6d0c314380c5d Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=17c58aaa768dd4e694e35d13c0f6d0c314380c5d commit 17c58aaa768dd4e694e35d13c0f6d0c314380c5d Author: Daniel Engberg AuthorDate: 2021-11-15 11:22:52 +0000 Commit: Daniel Engberg CommitDate: 2021-11-15 15:30:05 +0000 devel/gobject-introspection: Update to 1.77.0 Changelog: https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/master/NEWS Approved by: desktop (lbartoletti), lbartoletti (mentor) Differential Revision: https://reviews.freebsd.org/D32990 --- devel/gobject-introspection/Makefile | 5 ++--- devel/gobject-introspection/distinfo | 6 +++--- devel/gobject-introspection/pkg-plist | 4 +--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index b15e34ccbc1a..2f8c09869d7a 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Logvinov PORTNAME= gobject-introspection -PORTVERSION= 1.66.1 +DISTVERSION= 1.70.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -21,8 +21,7 @@ LIB_DEPENDS= libffi.so:devel/libffi PORTSCOUT= limitw:1,even -USES= bison gettext gnome localbase meson pkgconfig python:3.4+ tar:xz -BINARY_ALIAS= python3=${PYTHON_CMD} +USES= bison gettext gnome localbase meson pkgconfig python:3.6+ tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes MESON_ARGS= -Ddoctool=disabled \ diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo index 2f0ad40129cc..fed07838303d 100644 --- a/devel/gobject-introspection/distinfo +++ b/devel/gobject-introspection/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601820384 -SHA256 (gnome/gobject-introspection-1.66.1.tar.xz) = dd44a55ee5f426ea22b6b89624708f9e8d53f5cc94e5485c15c87cb30e06161d -SIZE (gnome/gobject-introspection-1.66.1.tar.xz) = 1012784 +TIMESTAMP = 1636923576 +SHA256 (gnome/gobject-introspection-1.70.0.tar.xz) = 902b4906e3102d17aa2fcb6dad1c19971c70f2a82a159ddc4a94df73a3cafc4a +SIZE (gnome/gobject-introspection-1.70.0.tar.xz) = 1029372 diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 66aea83c9164..8ad37bd66214 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -74,8 +74,6 @@ lib/gobject-introspection/giscanner/__pycache__/girwriter.cpython-%%PYTHON_SUFFI lib/gobject-introspection/giscanner/__pycache__/girwriter.cpython-%%PYTHON_SUFFIX%%.pyc lib/gobject-introspection/giscanner/__pycache__/introspectablepass.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc lib/gobject-introspection/giscanner/__pycache__/introspectablepass.cpython-%%PYTHON_SUFFIX%%.pyc -lib/gobject-introspection/giscanner/__pycache__/libtoolimporter.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -lib/gobject-introspection/giscanner/__pycache__/libtoolimporter.cpython-%%PYTHON_SUFFIX%%.pyc lib/gobject-introspection/giscanner/__pycache__/maintransformer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc lib/gobject-introspection/giscanner/__pycache__/maintransformer.cpython-%%PYTHON_SUFFIX%%.pyc lib/gobject-introspection/giscanner/__pycache__/mdextensions.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -179,7 +177,6 @@ lib/gobject-introspection/giscanner/gdumpparser.py lib/gobject-introspection/giscanner/girparser.py lib/gobject-introspection/giscanner/girwriter.py lib/gobject-introspection/giscanner/introspectablepass.py -lib/gobject-introspection/giscanner/libtoolimporter.py lib/gobject-introspection/giscanner/maintransformer.py lib/gobject-introspection/giscanner/mdextensions.py lib/gobject-introspection/giscanner/message.py @@ -199,6 +196,7 @@ lib/libgirepository-1.0.so.1.0.0 libdata/pkgconfig/gobject-introspection-1.0.pc libdata/pkgconfig/gobject-introspection-no-export-1.0.pc man/man1/g-ir-compiler.1.gz +man/man1/g-ir-doc-tool.1.gz man/man1/g-ir-generate.1.gz man/man1/g-ir-scanner.1.gz share/aclocal/introspection.m4