diff options
author | rezny <rezny@FreeBSD.org> | 2017-10-17 03:45:15 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-10-17 03:45:15 +0800 |
commit | 47692a481ed4c2fadd52ae5c234f308989ca9833 (patch) | |
tree | d8f56f0f2a2277d1495c2e23ad1f8bb543a6ab04 | |
parent | 6a6b269a24c9cc2380789d4a650d2496c83f4221 (diff) | |
download | freebsd-ports-gnome-47692a481ed4c2fadd52ae5c234f308989ca9833.tar.gz freebsd-ports-gnome-47692a481ed4c2fadd52ae5c234f308989ca9833.tar.zst freebsd-ports-gnome-47692a481ed4c2fadd52ae5c234f308989ca9833.zip |
Drop POTREVISION form slaves so they go forward with xorg-server.
Adding PORTREVISION to explicitly bump them after the recent CVE patches
actually caused the revision to go backwards instead of forwards.
PR: 223049
Reported by: mandree
-rw-r--r-- | x11-servers/xorg-nestserver/Makefile | 1 | ||||
-rw-r--r-- | x11-servers/xorg-vfbserver/Makefile | 1 | ||||
-rw-r--r-- | x11-servers/xwayland/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile index 4b9e8587cfce..349fc778b02e 100644 --- a/x11-servers/xorg-nestserver/Makefile +++ b/x11-servers/xorg-nestserver/Makefile @@ -3,7 +3,6 @@ PORTNAME= xorg-nestserver PORTVERSION= 1.19.1 -PORTREVISION= 2 PORTEPOCH= 2 COMMENT= Nesting X server from X.Org diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile index b01b06fbd308..53e91d1d08d9 100644 --- a/x11-servers/xorg-vfbserver/Makefile +++ b/x11-servers/xorg-vfbserver/Makefile @@ -3,7 +3,6 @@ PORTNAME= xorg-vfbserver PORTVERSION= 1.19.1 -PORTREVISION= 2 PORTEPOCH= 1 COMMENT= X virtual framebuffer server from X.Org diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index 4da41f23a644..218dbcb9a34e 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -2,7 +2,6 @@ PORTNAME= xwayland PORTVERSION= 1.19.1 -PORTREVISION= 2 COMMENT= X Clients under Wayland |