Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2025 05:49:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bcc609a29b25 - main - devel/p5-Test-Mini: Fix version
Message-ID:  <202504180549.53I5nuac096215@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit bcc609a29b250b206f39d87ba95e9204863a0c22
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:22:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-18 05:38:39 +0000

    devel/p5-Test-Mini: Fix version
    
    - Remove MASTER_SITE_SUBDIR
    - Update COMMENT
    - Fix *_DEPENDS
    - Add TEST_DEPENDS
    - Add NO_ARCH
    - Update pkg-descr
    - Bump PORTREVISION for dependency change
    - Pass maintainership to perl@
---
 devel/p5-Test-Mini/Makefile  | 17 ++++++++++-------
 devel/p5-Test-Mini/pkg-descr |  6 +++++-
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/devel/p5-Test-Mini/Makefile b/devel/p5-Test-Mini/Makefile
index 3dcd09fec909..5582bcdb3f0c 100644
--- a/devel/p5-Test-Mini/Makefile
+++ b/devel/p5-Test-Mini/Makefile
@@ -1,26 +1,29 @@
 PORTNAME=	Test-Mini
-PORTVERSION=	v1.1.3
-PORTREVISION=	4
+PORTVERSION=	1.1.3
+DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:PVANDE
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Provides lightweight unit testing framework
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Lightweight xUnit Testing for Perl
 WWW=		https://metacpan.org/release/Test-Mini
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Data-Inspect>=0.03:devel/p5-Data-Inspect \
 		p5-Exception-Class>=1.30:devel/p5-Exception-Class \
-		p5-IO-Stringy>=2.110:devel/p5-IO-Stringy \
+		p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \
 		p5-MRO-Compat>=0.10:devel/p5-MRO-Compat \
 		p5-Text-Outdent>=0.01:devel/p5-Text-Outdent \
 		p5-Try-Tiny>=0.04:lang/p5-Try-Tiny \
-		p5-aliased>=0.30:devel/p5-aliased \
 		p5-namespace-clean>=0.14:devel/p5-namespace-clean
+TEST_DEPENDS=	p5-IO-Stringy>=2.110:devel/p5-IO-Stringy \
+		p5-aliased>=0.30:devel/p5-aliased
 
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/p5-Test-Mini/pkg-descr b/devel/p5-Test-Mini/pkg-descr
index 339eec6278b5..ba3f126e269e 100644
--- a/devel/p5-Test-Mini/pkg-descr
+++ b/devel/p5-Test-Mini/pkg-descr
@@ -1 +1,5 @@
-Lightweight unit testing for Perl.
+Test::Mini is a light, spry testing framework built to bring the familiarity of
+an xUnit testing framework to Perl as a first-class citizen. Based initially on
+Ryan Davis' minitest, it provides a not only a simple way to write and run
+tests, but the necessary infrastructure for more expressive test fromeworks to
+be written.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504180549.53I5nuac096215>