From nobody Sat Sep 30 21:38:23 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 4RygZD4Jtvz4vrhD; Sat, 30 Sep 2023 21:38:28 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) (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 4RygZD02LVz3VWJ; Sat, 30 Sep 2023 21:38:27 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPA id 558881BF206; Sat, 30 Sep 2023 21:38:23 +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: Sat, 30 Sep 2023 23:38:23 +0200 From: Daniel Engberg To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 56c9dc76b718 - main - graphics/jbig2dec: Update to 0.20 In-Reply-To: <202309300047.38U0lxdP005344@gitrepo.freebsd.org> References: <202309300047.38U0lxdP005344@gitrepo.freebsd.org> Message-ID: <5d1deb3b5e825d8b0b7d9a3b5bd8d2c5@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-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:217.70.176.0/20, country:FR] X-Rspamd-Queue-Id: 4RygZD02LVz3VWJ On 2023-09-30 02:47, Po-Chuan Hsieh wrote: > The branch main has been updated by sunpoet: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=56c9dc76b7185707d8b54bbbe55f5ff8e1bf23fa > > commit 56c9dc76b7185707d8b54bbbe55f5ff8e1bf23fa > Author: Po-Chuan Hsieh > AuthorDate: 2023-09-30 00:21:04 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2023-09-30 00:44:21 +0000 > > graphics/jbig2dec: Update to 0.20 > > - Update MASTER_SITES > > Changes: > https://github.com/ArtifexSoftware/jbig2dec/releases > > https://github.com/ArtifexSoftware/jbig2dec/blob/master/CHANGES > --- > graphics/jbig2dec/Makefile | 4 ++-- > graphics/jbig2dec/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile > index d60f4d55eb03..f8305de0f2c4 100644 > --- a/graphics/jbig2dec/Makefile > +++ b/graphics/jbig2dec/Makefile > @@ -1,7 +1,7 @@ > PORTNAME= jbig2dec > -PORTVERSION= 0.19 > +PORTVERSION= 0.20 > CATEGORIES= graphics devel > -MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ > +MASTER_SITES= https://github.com/ArtifexSoftware/jbig2dec/releases/download/${PORTVERSION}/ > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Decoder implementation of the JBIG2 image compression format > diff --git a/graphics/jbig2dec/distinfo b/graphics/jbig2dec/distinfo > index 3b3f8ae9356a..c4aa02e0807d 100644 > --- a/graphics/jbig2dec/distinfo > +++ b/graphics/jbig2dec/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1600177152 > -SHA256 (jbig2dec-0.19.tar.gz) = > 279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37 > -SIZE (jbig2dec-0.19.tar.gz) = 572889 > +TIMESTAMP = 1696001274 > +SHA256 (jbig2dec-0.20.tar.gz) = > 7b63ff6470289547e7a3a0f145cb8ea6c2afffdd65645b7d87d3b7febc96fb3a > +SIZE (jbig2dec-0.20.tar.gz) = 497524 Hi, There are additional fixes in PR 273844 submitted about 2 weeks ago Best regards, Daniel