git: 94eda4244e4e - main - www/phpvirtualbox{,-70,-legacy}: Add PORTSCOUT limit

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Mon, 28 Apr 2025 13:48:17 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94eda4244e4efb742d68b59345bc086c734aea4a

commit 94eda4244e4efb742d68b59345bc086c734aea4a
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-04-28 13:43:39 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-04-28 13:47:59 +0000

    www/phpvirtualbox{,-70,-legacy}: Add PORTSCOUT limit
    
    While here pet portclippy in www/phpvirtualbox-70.
---
 www/phpvirtualbox-70/Makefile     | 5 +++--
 www/phpvirtualbox-legacy/Makefile | 1 +
 www/phpvirtualbox/Makefile        | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/www/phpvirtualbox-70/Makefile b/www/phpvirtualbox-70/Makefile
index 3faea984af0f..22e8a6913dbe 100644
--- a/www/phpvirtualbox-70/Makefile
+++ b/www/phpvirtualbox-70/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	phpvirtualbox
 DISTVERSION=	7.0
 CATEGORIES=	www
-SUFFIX=		-70
-PKGNAMESUFFIX=	${SUFFIX}${PHP_PKGNAMESUFFIX}
 MASTER_SITES=	https://sourceforge.net/code-snapshots/git/p/ph/${PORTNAME}-7-0/code.git/ \
 		LOCAL/vvd
+SUFFIX=		-70
+PKGNAMESUFFIX=	${SUFFIX}${PHP_PKGNAMESUFFIX}
 DISTNAME=	${PORTNAME}-7-0-code-0737ff1c4106661672e69ef5ff26c3f494f4c65f
 
 MAINTAINER=	vbox@FreeBSD.org
@@ -21,6 +21,7 @@ WWWDIR=		${PREFIX}/www/${PORTNAME}${SUFFIX}
 EXTRA_PATCHES+=	${.CURDIR}/../phpvirtualbox/files/patch-panes_mediumEncryptionPasswords.html
 NO_ARCH=	yes
 NO_BUILD=	yes
+PORTSCOUT=	limit:^7\.0\.
 
 WRKSRC_SUBDIR=	${PORTNAME}-${DISTVERSION}
 
diff --git a/www/phpvirtualbox-legacy/Makefile b/www/phpvirtualbox-legacy/Makefile
index 8ebf332edf09..5c7c939fe8a5 100644
--- a/www/phpvirtualbox-legacy/Makefile
+++ b/www/phpvirtualbox-legacy/Makefile
@@ -22,6 +22,7 @@ EXTRA_PATCHES+=	${.CURDIR}/../phpvirtualbox/files/patch-php8 \
 		${.CURDIR}/../phpvirtualbox/files/patch-panes_mediumEncryptionPasswords.html
 NO_ARCH=	yes
 NO_BUILD=	yes
+PORTSCOUT=	limit:^5\.
 
 post-patch:
 	@${MV} ${WRKSRC}/phpvirtualbox.conf ${WRKSRC}/phpvirtualbox-legacy.conf
diff --git a/www/phpvirtualbox/Makefile b/www/phpvirtualbox/Makefile
index 9f9cd29a7cd3..a0894d3b098f 100644
--- a/www/phpvirtualbox/Makefile
+++ b/www/phpvirtualbox/Makefile
@@ -19,6 +19,7 @@ USE_PHP=	session simplexml soap xml
 ETCDIR=		${WWWDIR}
 NO_ARCH=	yes
 NO_BUILD=	yes
+PORTSCOUT=	limit:^6\.
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/share/phpvirtualbox#${WWWDIR}#g' \