Date: Sat, 23 Mar 2024 14:59:12 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: 6dd3368282c2 - main - devel/p5-Coro: Remove unnecessary substitution Message-ID: <202403231459.42NExC8Y087124@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6dd3368282c2d78ab87a3381ec4add1492b5a3cc commit 6dd3368282c2d78ab87a3381ec4add1492b5a3cc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:19:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:54 +0000 devel/p5-Coro: Remove unnecessary substitution --- devel/p5-Coro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 4446fed50db7..5586043173ea 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -4,7 +4,7 @@ PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||} +DISTNAME= Coro-${PORTVERSION:S|0$||} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Coroutine process abstraction for perl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExC8Y087124>