svn commit: r488181 - head/x11-servers/xwayland

Niclas Zeising zeising at FreeBSD.org
Sun Dec 23 09:57:30 UTC 2018


Author: zeising
Date: Sun Dec 23 09:57:29 2018
New Revision: 488181
URL: https://svnweb.freebsd.org/changeset/ports/488181

Log:
  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)

Modified:
  head/x11-servers/xwayland/Makefile

Modified: head/x11-servers/xwayland/Makefile
==============================================================================
--- head/x11-servers/xwayland/Makefile	Sun Dec 23 09:32:23 2018	(r488180)
+++ head/x11-servers/xwayland/Makefile	Sun Dec 23 09:57:29 2018	(r488181)
@@ -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
 


More information about the svn-ports-all mailing list