Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 09:57:30 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488181 - head/x11-servers/xwayland
Message-ID:  <201812230957.wBN9vUkf002094@repo.freebsd.org>

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



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