git: 04d57ef56177 - main - devel/p5-App-cpanoutdated: Fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Sep 2026 22:05:46 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=04d57ef56177c41d195867c7a0d9b1326431da9d
commit 04d57ef56177c41d195867c7a0d9b1326431da9d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-09-22 21:51:30 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-09-22 22:05:20 +0000
devel/p5-App-cpanoutdated: Fix fetch
- Switch to DISTVERSION while I am here
Approved by: portmgr (blanket)
---
devel/p5-App-cpanoutdated/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/p5-App-cpanoutdated/Makefile b/devel/p5-App-cpanoutdated/Makefile
index 2d5d5c8f69cd..00931b18df5b 100644
--- a/devel/p5-App-cpanoutdated/Makefile
+++ b/devel/p5-App-cpanoutdated/Makefile
@@ -1,8 +1,9 @@
PORTNAME= App-cpanoutdated
-PORTVERSION= 0.24
+DISTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org