From nobody Sun Aug 27 11:58:38 2023 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 4RYXJz6P9nz4qsRL; Sun, 27 Aug 2023 11:58:43 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) (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 4RYXJy3xM9z3TWr; Sun, 27 Aug 2023 11:58:42 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPA id B6FC160003; Sun, 27 Aug 2023 11:58:38 +0000 (UTC) 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 Date: Sun, 27 Aug 2023 13:58:38 +0200 From: Daniel Engberg To: Gleb Popov Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 5208122881e9 - main - textproc/libxmlb: Update to 0.3.14 In-Reply-To: <202308271148.37RBmwYd011806@gitrepo.freebsd.org> References: <202308271148.37RBmwYd011806@gitrepo.freebsd.org> Message-ID: <313865809c661b8f92b7e45d2994f2a4@FreeBSD.org> X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: daniel.engberg@pyret.net X-Rspamd-Queue-Id: 4RYXJy3xM9z3TWr X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29169, ipnet:2001:4b98::/32, country:FR] On 2023-08-27 13:48, Gleb Popov wrote: > The branch main has been updated by arrowd: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=5208122881e93b8e182e383512d0121d64671520 > > commit 5208122881e93b8e182e383512d0121d64671520 > Author: Gleb Popov > AuthorDate: 2023-08-27 11:48:09 +0000 > Commit: Gleb Popov > CommitDate: 2023-08-27 11:48:54 +0000 > > textproc/libxmlb: Update to 0.3.14 > > Sponsored by: Serenity Cybersecurity, LLC > --- > textproc/libxmlb/Makefile | 2 +- > textproc/libxmlb/distinfo | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/textproc/libxmlb/Makefile b/textproc/libxmlb/Makefile > index 95b4a95c9385..419a1f7af238 100644 > --- a/textproc/libxmlb/Makefile > +++ b/textproc/libxmlb/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= libxmlb > -DISTVERSION= 0.3.13 > +DISTVERSION= 0.3.14 > CATEGORIES= textproc > > MASTER_SITES= https://github.com/hughsie/${PORTNAME}/releases/download/${DISTVERSION}/ > > diff --git a/textproc/libxmlb/distinfo b/textproc/libxmlb/distinfo > index 5de339c27003..33dbc934c7d5 100644 > --- a/textproc/libxmlb/distinfo > +++ b/textproc/libxmlb/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1692378567 > -SHA256 (libxmlb-0.3.13.tar.xz) = > ae45ae4c0606f94d98fea16b7097b3470e48c2f277954ae9bc4d9d029ed72496 > -SIZE (libxmlb-0.3.13.tar.xz) = 100188 > +TIMESTAMP = 1693135479 > +SHA256 (libxmlb-0.3.14.tar.xz) = > a2f0056eed14ff791aee2b08b1514a0f1b6cf215f0579138a8cae8c45a0d3b0f > +SIZE (libxmlb-0.3.14.tar.xz) = 100288 Please commit the rest of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273377 Best regards, Daniel