From 0abc164359817efc12a5d026b1911b05e531a32f Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 12 Sep 2014 00:01:23 +0000 Subject: 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 --- x11-drivers/xf86-input-synaptics/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-drivers/xf86-input-synaptics') diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile index c4da52990262..cd070ccbee43 100644 --- a/x11-drivers/xf86-input-synaptics/Makefile +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -2,7 +2,7 @@ PORTNAME= xf86-input-synaptics PORTVERSION= ${SYNAPTICS_VERSION} -PORTREVISION= 1 +PORTREVISION= ${SYNAPTICS_REVISION} CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,11 +18,11 @@ XORG_CAT= driver .if defined(WITH_NEW_XORG) SYNAPTICS_VERSION= 1.7.4 -SYNAPTICS_REVISION= 1 +SYNAPTICS_REVISION= 2 PLIST_SUB+= NEW="" OLD="@comment " .else SYNAPTICS_VERSION= 1.6.4 -SYNAPTICS_REVISION= 1 +SYNAPTICS_REVISION= 2 PLIST_SUB+= NEW="@comment " OLD="" EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in .endif -- cgit v1.2.3