git: 3a9150a1a3ac - main - security/local-php-security-checker: Remove go version number
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Dec 2025 16:18:16 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3a9150a1a3ac95aa084b38e219316248d6a4c982
commit 3a9150a1a3ac95aa084b38e219316248d6a4c982
Author: Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2025-12-05 16:17:07 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2025-12-05 16:17:07 +0000
security/local-php-security-checker: Remove go version number
PR: 291427
---
security/local-php-security-checker/Makefile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/security/local-php-security-checker/Makefile b/security/local-php-security-checker/Makefile
index 7264f69e5a91..b5f2db86ce55 100644
--- a/security/local-php-security-checker/Makefile
+++ b/security/local-php-security-checker/Makefile
@@ -1,7 +1,7 @@
PORTNAME= local-php-security-checker
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= GH
@@ -12,10 +12,7 @@ WWW= https://github.com/fabpot/local-php-security-checker
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.22,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= fabpot