git: 0f8f27e78eaa - main - emulators/open-vm-tools: Fix PORTREVISION set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 18:32:42 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8f27e78eaae9d416b9e88304f41442adab6036 commit 0f8f27e78eaae9d416b9e88304f41442adab6036 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-10-03 18:30:57 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-10-03 18:30:57 +0000 emulators/open-vm-tools: Fix PORTREVISION set On 8f9a376fdfe9 I was supposed to bump PORTREVISION and not to set PORTVERSION to 1. Fix it. Reported by: marck Sponsored by: Rubicon Communications, LLC ("Netgate") --- emulators/open-vm-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index bce1166d3214..d6ce0f6ec9a6 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= open-vm-tools PORTVERSION= 12.1.0 DISTVERSIONPREFIX= stable- -PORTVERSION= 1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators