git: 616f42564822 - main - devel/p5-Throwable: fix build by updating to new release
Dan Langille
dvl at FreeBSD.org
Sat Jun 26 18:10:49 UTC 2021
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=616f42564822e2782af1ce38e21287b338f716de
commit 616f42564822e2782af1ce38e21287b338f716de
Author: Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-06-26 18:06:10 +0000
Commit: Dan Langille <dvl at FreeBSD.org>
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
More information about the dev-commits-ports-all
mailing list