git: 4b7472432a7a - main - devel/p5-MooseX-SetOnce: Fix PORTVERSION (going backward from 0.200002 to 0.201)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 18 17:57:25 UTC 2021


The branch main has been updated by sunpoet:

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

commit 4b7472432a7a3e1d6c91bc1995c20a9b8a5c93a7
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 17:48:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 17:48:18 +0000

    devel/p5-MooseX-SetOnce: Fix PORTVERSION (going backward from 0.200002 to 0.201)
---
 devel/p5-MooseX-SetOnce/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/p5-MooseX-SetOnce/Makefile b/devel/p5-MooseX-SetOnce/Makefile
index 5bc5c03aebd7..f041408219a3 100644
--- a/devel/p5-MooseX-SetOnce/Makefile
+++ b/devel/p5-MooseX-SetOnce/Makefile
@@ -1,10 +1,11 @@
 # Created by: Frederic Culot <culot at FreeBSD.org>
 
 PORTNAME=	MooseX-SetOnce
-PORTVERSION=	0.201
+PORTVERSION=	0.201000
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:S|000$||}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Write-once, read-many attributes for Moose


More information about the dev-commits-ports-all mailing list