git: 8a85b1ff604c - main - devel/p5-TimeDate: Limit portscout to stable versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Mar 2026 23:00:30 UTC
The branch main has been updated by nxjoseph:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a85b1ff604c1335b44981a429a06e2e4f738a57
commit 8a85b1ff604c1335b44981a429a06e2e4f738a57
Author: Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2026-03-10 19:56:50 +0000
Commit: Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-03-22 23:00:00 +0000
devel/p5-TimeDate: Limit portscout to stable versions
Port changes:
- Add PORTSCOUT to stay with stable versions only
PR: 293723
Reported by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Approved by: maintainer, osa (mentor)
---
devel/p5-TimeDate/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/p5-TimeDate/Makefile b/devel/p5-TimeDate/Makefile
index 6e22b90ab405..30c67d545bc0 100644
--- a/devel/p5-TimeDate/Makefile
+++ b/devel/p5-TimeDate/Makefile
@@ -18,4 +18,6 @@ USES= perl5
USE_PERL5= configure
NO_ARCH= yes
+PORTSCOUT= limit:^[\d.]+$$ # Stay with stable versions only
+
.include <bsd.port.mk>