git: 6ac7818d86f1 - main - shells/p5-Shell-Perl: Fix PORTVERSION (going backward from 0.0022 to 0.004)
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 18 17:56:22 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6ac7818d86f1df2ce74c52a467d316f1591af417
commit 6ac7818d86f1df2ce74c52a467d316f1591af417
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 17:47:14 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 17:47:14 +0000
shells/p5-Shell-Perl: Fix PORTVERSION (going backward from 0.0022 to 0.004)
- Fix RUN_DEPENDS
- Add BUILD_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
---
shells/p5-Shell-Perl/Makefile | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/shells/p5-Shell-Perl/Makefile b/shells/p5-Shell-Perl/Makefile
index 062ab925fa68..744f78e34ad4 100644
--- a/shells/p5-Shell-Perl/Makefile
+++ b/shells/p5-Shell-Perl/Makefile
@@ -1,27 +1,31 @@
# Created by: Shinsuke Matsui <smatsui at karashi.org>
PORTNAME= Shell-Perl
-PORTVERSION= 0.004
+PORTVERSION= 0.0040
+PORTREVISION= 1
CATEGORIES= shells perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Read-eval-print loop in Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
- p5-YAML>=0:textproc/p5-YAML \
p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \
+ p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-Path-Class>=0:devel/p5-Path-Class \
- p5-File-HomeDir>=0:devel/p5-File-HomeDir
-BUILD_DEPENDS= p5-Test-Script>=0:devel/p5-Test-Script \
+ p5-YAML-Syck>=0:textproc/p5-YAML-Syck
+TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
+ p5-Test-Expect>=0:devel/p5-Test-Expect \
p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \
- p5-Test-Expect>=0:devel/p5-Test-Expect
+ p5-Test-Script>=0:devel/p5-Test-Script
USES= perl5
USE_PERL5= configure
More information about the dev-commits-ports-all
mailing list