aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-09-12 08:01:23 +0800
committergerald <gerald@FreeBSD.org>2014-09-12 08:01:23 +0800
commit174cbd5d77e118c39304830c2ef3c46e5a13a875 (patch)
treeaafb5fb1fc2a608850f63aa643b497b19379ba1c /x11-servers
parent1e144243679c34477fa5a08614eaf37f2a9d551a (diff)
downloadfreebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.tar.gz
freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.tar.zst
freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.zip
Fix the PORTREVISION bump for the lang/gcc update that went badly for
ports (x11-drivers plus graphics/libGL plus x11-servers/xorg-server) that handle PORTREVISION in a creative manner hardly lending itself to any form of automated bumping. PR: 192025 Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/xorg-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 6cfb31c5ddd1..c66d63d299ab 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= xorg-server
PORTVERSION= ${XORG_VERSION}
-PORTREVISION?= 1
+PORTREVISION?= ${XORG_REVISION}
PORTEPOCH?= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG
@@ -35,7 +35,7 @@ OPTIONS_EXCLUDE_sparc64= HAL
.if defined(WITH_NEW_XORG)
XORG_VERSION= 1.12.4
-XORG_REVISION= 8
+XORG_REVISION= 9
PLIST_SUB+= OLD="@comment " NEW=""
EXTRA_PATCHES+= ${FILESDIR}/extra-clang \
${FILESDIR}/extra-configure \
@@ -43,7 +43,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-clang \
${FILESDIR}/extra-new-dix_dixfonts.c
.else
XORG_VERSION= 1.7.7
-XORG_REVISION= 13
+XORG_REVISION= 14
PLIST_SUB+= OLD="" NEW="@comment "
EXTRA_PATCHES+= ${FILESDIR}/extra-Xext-xace.c \
${FILESDIR}/extra-Xserver-os-xprintf.c \