git: ab8d6d14d636 - 2023Q3 - emulators/virtualbox-ose{,-nox11}-legacy: fix PORTREVISION and option MANUAL => DOCS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 10:17:30 UTC
The branch 2023Q3 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab8d6d14d636ad3a13f032570a3d4effaa71d1b3 commit ab8d6d14d636ad3a13f032570a3d4effaa71d1b3 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:17:14 +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 (cherry picked from commit 537968d0fd25debd65ace2170670121512b4aa6c) --- 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