git: f5957f13490e - main - emulators/virtualbox-ose-additions*: Bump portrevision.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 14:46:08 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5957f13490eee2d6764f40e74a45700f0c8ac11 commit f5957f13490eee2d6764f40e74a45700f0c8ac11 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-08-09 14:45:06 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-08-09 14:45:06 +0000 emulators/virtualbox-ose-additions*: Bump portrevision. Force update after xorg-server update. Sei PORTREVISION=0 on nox11 versions since those don't need reinstallation. PR: 265731 Reported by: O. Hartmann <ohartmann@walstatt.org> --- emulators/virtualbox-ose-additions-legacy/Makefile | 2 +- emulators/virtualbox-ose-additions-nox11-legacy/Makefile | 1 + emulators/virtualbox-ose-additions-nox11/Makefile | 1 + emulators/virtualbox-ose-additions/Makefile | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/emulators/virtualbox-ose-additions-legacy/Makefile b/emulators/virtualbox-ose-additions-legacy/Makefile index 39a98991a419..ce4d4d8ab9f9 100644 --- a/emulators/virtualbox-ose-additions-legacy/Makefile +++ b/emulators/virtualbox-ose-additions-legacy/Makefile @@ -1,6 +1,6 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.44 -PORTREVISION= 3 +PORTREVISION?= 4 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions-legacy diff --git a/emulators/virtualbox-ose-additions-nox11-legacy/Makefile b/emulators/virtualbox-ose-additions-nox11-legacy/Makefile index 4333f8809114..4fcc50410fa3 100644 --- a/emulators/virtualbox-ose-additions-nox11-legacy/Makefile +++ b/emulators/virtualbox-ose-additions-nox11-legacy/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -additions-nox11-legacy +PORTREVISION= 0 OPTIONS_EXCLUDE= DBUS DEBUG OPENGL X11 diff --git a/emulators/virtualbox-ose-additions-nox11/Makefile b/emulators/virtualbox-ose-additions-nox11/Makefile index 68412354126f..a6d493419d02 100644 --- a/emulators/virtualbox-ose-additions-nox11/Makefile +++ b/emulators/virtualbox-ose-additions-nox11/Makefile @@ -1,4 +1,5 @@ PKGNAMESUFFIX= -additions-nox11 +PORTREVISION= 0 OPTIONS_EXCLUDE= DBUS DEBUG OPENGL X11 diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index f75977a14b73..bea3d4602c3a 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -1,5 +1,6 @@ PORTNAME= virtualbox-ose PORTVERSION= 6.1.36 +PORTREVISION?= 1 CATEGORIES= emulators MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions