From owner-dev-commits-ports-all@freebsd.org Sat Jun 26 18:10:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 B31D3657A91; Sat, 26 Jun 2021 18:10:49 +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 4GC23s4nMZz3Jq7; Sat, 26 Jun 2021 18:10:49 +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 8D544230DA; Sat, 26 Jun 2021 18:10:49 +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 15QIAnYw079477; Sat, 26 Jun 2021 18:10:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QIAnZX079476; Sat, 26 Jun 2021 18:10:49 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:10:49 GMT Message-Id: <202106261810.15QIAnZX079476@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dan Langille Subject: git: 616f42564822 - main - devel/p5-Throwable: fix build by updating to new release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dvl X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 616f42564822e2782af1ce38e21287b338f716de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:10:49 -0000 The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=616f42564822e2782af1ce38e21287b338f716de commit 616f42564822e2782af1ce38e21287b338f716de Author: Dan Langille AuthorDate: 2021-06-26 18:06:10 +0000 Commit: Dan Langille CommitDate: 2021-06-26 18:06:10 +0000 devel/p5-Throwable: fix build by updating to new release The previous commit used a release from upsteam which did not increment. This broke the build for mail/p5-Email-Sender which requires p5-Throwable>=0.200003 Upstream issue: https://github.com/rjbs/Throwable/issues/20 Approved by: portmgr blanket --- devel/p5-Throwable/Makefile | 2 +- devel/p5-Throwable/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile index e030f45e803e..fb6a974544dd 100644 --- a/devel/p5-Throwable/Makefile +++ b/devel/p5-Throwable/Makefile @@ -1,5 +1,5 @@ PORTNAME= Throwable -PORTVERSION= 0.201 +PORTVERSION= 1.000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS diff --git a/devel/p5-Throwable/distinfo b/devel/p5-Throwable/distinfo index 89ede59aac81..a0e978a388c5 100644 --- a/devel/p5-Throwable/distinfo +++ b/devel/p5-Throwable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189731 -SHA256 (Throwable-0.201.tar.gz) = 3c1593c01a647499c1212491390edddfcf198b6791b3f17df2397bb35680f470 -SIZE (Throwable-0.201.tar.gz) = 21650 +TIMESTAMP = 1624729766 +SHA256 (Throwable-1.000.tar.gz) = 023aac67baad5b7bcdc08dc858ea5e6a8ddb0e291d15dd6d24818cdd702d318f +SIZE (Throwable-1.000.tar.gz) = 21875