git: df1c8885cd81 - main - devel/p5-ExtUtils-HasCompiler: Fix download location
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Feb 2026 23:44:22 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df1c8885cd81aeb74060c7262ca15e8d966083e8
commit df1c8885cd81aeb74060c7262ca15e8d966083e8
Author: Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2026-02-28 23:43:39 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-28 23:43:39 +0000
devel/p5-ExtUtils-HasCompiler: Fix download location
- Respect change of distribution location @CPAN,
so that portscout can spot future versions.
PR: 293514
---
devel/p5-ExtUtils-HasCompiler/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/p5-ExtUtils-HasCompiler/Makefile b/devel/p5-ExtUtils-HasCompiler/Makefile
index 7ddda5e45db1..d7170457005b 100644
--- a/devel/p5-ExtUtils-HasCompiler/Makefile
+++ b/devel/p5-ExtUtils-HasCompiler/Makefile
@@ -2,6 +2,7 @@ PORTNAME= ExtUtils-HasCompiler
DISTVERSION= 0.025
CATEGORIES= devel perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:LEONT
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com