Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 10:15:41 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: 537968d0fd25 - main - emulators/virtualbox-ose{,-nox11}-legacy: fix PORTREVISION and option MANUAL => DOCS
Message-ID:  <202307191015.36JAFfsp003577@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=537968d0fd25debd65ace2170670121512b4aa6c

commit 537968d0fd25debd65ace2170670121512b4aa6c
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2023-07-19 10:12:44 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2023-07-19 10:12:44 +0000

    emulators/virtualbox-ose{,-nox11}-legacy: fix PORTREVISION and option MANUAL => DOCS
    
    1. Fix PORTREVISION in master port emulators/virtualbox-ose-legacy for
    slave port emulators/virtualbox-ose-nox11-legacy.
    2. Rename in slave port emulators/virtualbox-ose-nox11-legacy MANUAL to
    DOCS - in master port was renamed in
    https://cgit.freebsd.org/ports/commit?id=a0ef5898beb4c6a73e9d94aaa452c0eb37cbb14c.
    3. Bump emulators/virtualbox-ose-nox11-legacy.
    
    Approved by:            arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D41071
    MFH:                    2023Q3
---
 emulators/virtualbox-ose-legacy/Makefile       | 2 +-
 emulators/virtualbox-ose-nox11-legacy/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index 63d777d9f90e..e3513c5f89bf 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.44
-PORTREVISION=	15
+PORTREVISION?=	15
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
 PKGNAMESUFFIX?=	-legacy
diff --git a/emulators/virtualbox-ose-nox11-legacy/Makefile b/emulators/virtualbox-ose-nox11-legacy/Makefile
index 798ad0acd4e0..679f9e07564c 100644
--- a/emulators/virtualbox-ose-nox11-legacy/Makefile
+++ b/emulators/virtualbox-ose-nox11-legacy/Makefile
@@ -1,7 +1,7 @@
-PORTREVISION=	3
+PORTREVISION=	16
 PKGNAMESUFFIX=	-nox11-legacy
 
-OPTIONS_EXCLUDE=	ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO
+OPTIONS_EXCLUDE=	ALSA DBUS DEBUG GUESTADDITIONS DOCS NLS PULSEAUDIO
 OPTIONS_EXCLUDE+=	QT5 VPX X11
 
 MASTERDIR=	${.CURDIR}/../virtualbox-ose-legacy



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