Skip to content

Commit

Permalink
emulators/open-vm-tools: Fix PORTREVISION set
Browse files Browse the repository at this point in the history
On 8f9a376 I was supposed to bump PORTREVISION and not to set
PORTVERSION to 1.  Fix it.

Reported by:	marck
Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Oct 3, 2022
1 parent 8f9a376 commit 0f8f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/open-vm-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= open-vm-tools
PORTVERSION= 12.1.0
DISTVERSIONPREFIX= stable-
PORTVERSION= 1
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= emulators

Expand Down

0 comments on commit 0f8f27e

Please sign in to comment.