git: 89e4fad03866 - main - devel/hs-hspec-discover: Update to 2.11.10

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 18 Nov 2024 16:43:13 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89e4fad038663764bf8a0169c107a5de6b613961

commit 89e4fad038663764bf8a0169c107a5de6b613961
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-11-18 16:37:33 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-11-18 16:37:33 +0000

    devel/hs-hspec-discover: Update to 2.11.10
    
    PR:             282812
---
 devel/hs-hspec-discover/Makefile  | 6 ++++--
 devel/hs-hspec-discover/distinfo  | 6 +++---
 devel/hs-hspec-discover/pkg-descr | 8 +++++++-
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/devel/hs-hspec-discover/Makefile b/devel/hs-hspec-discover/Makefile
index 2be8410e4b89..3cf712bf2697 100644
--- a/devel/hs-hspec-discover/Makefile
+++ b/devel/hs-hspec-discover/Makefile
@@ -1,10 +1,12 @@
 PORTNAME=	hspec-discover
-PORTVERSION=	2.11.9
+DISTVERSION=	2.11.10
 CATEGORIES=	devel haskell
 
 MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Automatically discover and run Hspec tests
-WWW=		https://hspec.github.io/
+WWW=		https://hspec.github.io/ \
+		https://github.com/hspec/hspec/ \
+		https://hackage.haskell.org/package/hspec
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/hs-hspec-discover/distinfo b/devel/hs-hspec-discover/distinfo
index 1af1c9f026d4..158f3f2cce24 100644
--- a/devel/hs-hspec-discover/distinfo
+++ b/devel/hs-hspec-discover/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717151751
-SHA256 (cabal/hspec-discover-2.11.9/hspec-discover-2.11.9.tar.gz) = 176644f3ce2b2e6d3c17b4c0906eb66d365c3f007bc31d47adc11e9bcd049414
-SIZE (cabal/hspec-discover-2.11.9/hspec-discover-2.11.9.tar.gz) = 6894
+TIMESTAMP = 1731857088
+SHA256 (cabal/hspec-discover-2.11.10/hspec-discover-2.11.10.tar.gz) = 7333117ba250e0ed47d8b2d0b1cb43dfa5045b7c8e8e842c8b53fb08b22c3200
+SIZE (cabal/hspec-discover-2.11.10/hspec-discover-2.11.10.tar.gz) = 6895
diff --git a/devel/hs-hspec-discover/pkg-descr b/devel/hs-hspec-discover/pkg-descr
index fd9d8332f795..7ef8e59e8423 100644
--- a/devel/hs-hspec-discover/pkg-descr
+++ b/devel/hs-hspec-discover/pkg-descr
@@ -1 +1,7 @@
-Automatically discover and run Hspec tests.
+Hspec is a testing framework for Haskell.
+Some of Hspec's distinctive features are:
+
+- a friendly DSL for defining tests
+- integration with QuickCheck, SmallCheck, and HUnit
+- parallel test execution
+- automatic discovery of test files