Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:40:19 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: 2e244c8f52a3 - main - devel/p5-Sub-Exporter-Lexical: Update to 1.000
Message-ID:  <202304091340.339DeJPn090179@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=2e244c8f52a31619eec94f06aaa0147098d6e0f9

commit 2e244c8f52a31619eec94f06aaa0147098d6e0f9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:30:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:41 +0000

    devel/p5-Sub-Exporter-Lexical: Update to 1.000
    
    - Remove outdated PORTSCOUT
    
    Changes:        https://metacpan.org/dist/Sub-Exporter-Lexical/changes
---
 devel/p5-Sub-Exporter-Lexical/Makefile | 12 +++++++-----
 devel/p5-Sub-Exporter-Lexical/distinfo |  5 +++--
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/p5-Sub-Exporter-Lexical/Makefile b/devel/p5-Sub-Exporter-Lexical/Makefile
index 3bd3a1cf7351..3b73db094025 100644
--- a/devel/p5-Sub-Exporter-Lexical/Makefile
+++ b/devel/p5-Sub-Exporter-Lexical/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	Sub-Exporter-Lexical
-PORTVERSION=	0.092292
-PORTREVISION=	1
+PORTVERSION=	1.000
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \
-		p5-Lexical-Var>=0:devel/p5-Lexical-Var \
 		p5-Sub-Exporter>=0.978:devel/p5-Sub-Exporter \
 		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \
 		p5-namespace-clean>=0:devel/p5-namespace-clean
@@ -25,6 +23,10 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-PORTSCOUT=	skipv:0.100000
+.include <bsd.port.pre.mk>
 
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 503700
+RUN_DEPENDS+=	p5-Lexical-Var>=0.10:devel/p5-Lexical-Var
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Sub-Exporter-Lexical/distinfo b/devel/p5-Sub-Exporter-Lexical/distinfo
index cc12d7aa6a0f..1f0a583db624 100644
--- a/devel/p5-Sub-Exporter-Lexical/distinfo
+++ b/devel/p5-Sub-Exporter-Lexical/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Sub-Exporter-Lexical-0.092292.tar.gz) = 16f21900b799aaac17cde16b030707c9db1fe40263fc5c6b181b81c471c45981
-SIZE (Sub-Exporter-Lexical-0.092292.tar.gz) = 14044
+TIMESTAMP = 1680726080
+SHA256 (Sub-Exporter-Lexical-1.000.tar.gz) = bc4741b9118a61bcb02b8c30fcdf7f283ffaa8cae0ec2056fc112e9f9362129d
+SIZE (Sub-Exporter-Lexical-1.000.tar.gz) = 18010



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