diff options
author | zeising <zeising@FreeBSD.org> | 2018-12-23 17:57:29 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2018-12-23 17:57:29 +0800 |
commit | 261d6f833c27f1663599611e8ada3b00889d7b44 (patch) | |
tree | 80ab1c2ecb894c7044aaeaada369277d2f75ef13 /x11-servers | |
parent | cd3da6347e7d17fb13c0e02e0c25e15de90c15e1 (diff) | |
download | freebsd-ports-gnome-261d6f833c27f1663599611e8ada3b00889d7b44.tar.gz freebsd-ports-gnome-261d6f833c27f1663599611e8ada3b00889d7b44.tar.zst freebsd-ports-gnome-261d6f833c27f1663599611e8ada3b00889d7b44.zip |
x11-servers/xwayland: Fix portrevision
Fix portrevision, it accidentally went backwards when comitting r487789.
Bump it to 11 to ensure xwayland is rebuild after the evdev-proto changes.
Add a big note about this, so I might remember next time.
PR: 222905, 217248, 233787 (original commit), 234240 (fix)
Submitted by: Stefan Ehmann (fix)
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xwayland/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index c166772612b4..d71bff405d72 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -2,7 +2,9 @@ PORTNAME= xwayland PORTVERSION= 1.19.1 -PORTREVISION= 1 +# This is inherited from x11-servers/xorg-server +# Ensure it does not go backwards when bumping +PORTREVISION= 11 COMMENT= X Clients under Wayland |