diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-23 09:57:29 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-12-23 09:57:29 +0000 |
commit | ed898573cda4194a66f0ee591d2c721f02201a05 (patch) | |
tree | 80ab1c2ecb894c7044aaeaada369277d2f75ef13 /x11-servers | |
parent | 33adb742925d5ba5667bd1a52ed1e2bdd2b2d437 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=488181
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 |