Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2022 18:32:42 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f8f27e78eaa - main - emulators/open-vm-tools: Fix PORTREVISION set
Message-ID:  <202210031832.293IWgCl017701@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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