Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2025 16:28:05 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06d9d917d553 - main - www/phpvirtualbox-70: Fix WWW, add my LOCAL to MASTER_SITES
Message-ID:  <202503111628.52BGS5W7093480@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06d9d917d553bb83b9f6c331a5fa261fdea770e8

commit 06d9d917d553bb83b9f6c331a5fa261fdea770e8
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-03-11 16:22:51 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-11 16:27:19 +0000

    www/phpvirtualbox-70: Fix WWW, add my LOCAL to MASTER_SITES
---
 www/phpvirtualbox-70/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/phpvirtualbox-70/Makefile b/www/phpvirtualbox-70/Makefile
index 2f979dcf5f08..3faea984af0f 100644
--- a/www/phpvirtualbox-70/Makefile
+++ b/www/phpvirtualbox-70/Makefile
@@ -3,12 +3,13 @@ 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/
+MASTER_SITES=	https://sourceforge.net/code-snapshots/git/p/ph/${PORTNAME}-7-0/code.git/ \
+		LOCAL/vvd
 DISTNAME=	${PORTNAME}-7-0-code-0737ff1c4106661672e69ef5ff26c3f494f4c65f
 
 MAINTAINER=	vbox@FreeBSD.org
 COMMENT=	AJAX Web Interface for VirtualBox
-WWW=		https://sourceforge.net/projects/phpvirtualbox-70/
+WWW=		https://sourceforge.net/projects/phpvirtualbox-7-0/
 
 LICENSE=	GPLv3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503111628.52BGS5W7093480>