From owner-dev-commits-ports-main@freebsd.org Fri May 28 00:43:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD4EE6488EA; Fri, 28 May 2021 00:43:56 +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 4FrmCJ4KNQz3LXx; Fri, 28 May 2021 00:43:56 +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 7210A6088; Fri, 28 May 2021 00:43:56 +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 14S0huZQ002458; Fri, 28 May 2021 00:43:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14S0huTQ002457; Fri, 28 May 2021 00:43:56 GMT (envelope-from git) Date: Fri, 28 May 2021 00:43:56 GMT Message-Id: <202105280043.14S0huTQ002457@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 662f2961e516 - main - devel/glib20: update to 2.66.8 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 662f2961e5163d7d0b90939a33ad60624419b53c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 00:43:56 -0000 The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=662f2961e5163d7d0b90939a33ad60624419b53c commit 662f2961e5163d7d0b90939a33ad60624419b53c Author: Dima Panov AuthorDate: 2021-05-28 00:40:25 +0000 Commit: Dima Panov CommitDate: 2021-05-28 00:40:25 +0000 devel/glib20: update to 2.66.8 release - Drop staled tzdata patch (reported by [ade]) We still stay with 2.66.x branch due to new API changes in 2.68+ which not supported yet by consumers. With hat: desktop --- devel/glib20/Makefile | 4 ++-- devel/glib20/distinfo | 6 +++--- devel/glib20/files/patch-glib_tests_gdatetime.c | 20 -------------------- 3 files changed, 5 insertions(+), 25 deletions(-) diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 918d9d6d2061..944931d94761 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -1,7 +1,7 @@ # Created by: Vanilla I. Shu PORTNAME= glib -DISTVERSION= 2.66.7 +DISTVERSION= 2.66.8 PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= devel @@ -32,7 +32,7 @@ MESON_ARGS= -Db_lundef=false \ BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limitw:1,even -_LIBVERSION= 0.6600.7 +_LIBVERSION= 0.6600.8 PLIST_SUB= LIBVERSION=${_LIBVERSION} OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index 5363bd9180e3..ea5925d17aa5 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613215761 -SHA256 (gnome/glib-2.66.7.tar.xz) = 09f158769f6f26b31074e15b1ac80ec39b13b53102dfae66cfe826fb2cc65502 -SIZE (gnome/glib-2.66.7.tar.xz) = 4844892 +TIMESTAMP = 1622115958 +SHA256 (gnome/glib-2.66.8.tar.xz) = 97bc87dd91365589af5cbbfea2574833aea7a1b71840fd365ecd2852c76b9c8b +SIZE (gnome/glib-2.66.8.tar.xz) = 4845548 diff --git a/devel/glib20/files/patch-glib_tests_gdatetime.c b/devel/glib20/files/patch-glib_tests_gdatetime.c deleted file mode 100644 index 3904e106a0ca..000000000000 --- a/devel/glib20/files/patch-glib_tests_gdatetime.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/tests/gdatetime.c.orig 2014-03-09 10:29:13.925231275 +0000 -+++ glib/tests/gdatetime.c 2014-03-09 10:30:18.235227107 +0000 -@@ -1322,7 +1322,7 @@ - gint i1, i2; - - #ifdef G_OS_UNIX -- tz = g_time_zone_new ("America/Toronto"); -+ tz = g_time_zone_new ("America/Toronto Eastern"); - #elif defined G_OS_WIN32 - tz = g_time_zone_new ("Eastern Standard Time"); - #endif -@@ -1355,7 +1355,7 @@ - gint i1, i2; - - #ifdef G_OS_UNIX -- tz = g_time_zone_new ("America/Toronto"); -+ tz = g_time_zone_new ("America/Toronto Eastern"); - #elif defined G_OS_WIN32 - tz = g_time_zone_new ("Eastern Standard Time"); - #endif