svn commit: r511351 - in head/x11-drivers: xf86-input-acecad xf86-input-fpit xf86-input-hyperpen xf86-input-mutouch xf86-input-penmount

Niclas Zeising zeising at FreeBSD.org
Fri Sep 6 18:36:41 UTC 2019


Author: zeising
Date: Fri Sep  6 18:36:40 2019
New Revision: 511351
URL: https://svnweb.freebsd.org/changeset/ports/511351

Log:
  Depcrecate various xorg drivers
  
  Depreacate various xorg input drivers, all have been deprecated upstream:
  xf86-input-acecad
  xf86-input-fpit
  xf86-input-hyperpen
  xf86-input-mutouch
  xf86-input-penmount

Modified:
  head/x11-drivers/xf86-input-acecad/Makefile
  head/x11-drivers/xf86-input-fpit/Makefile
  head/x11-drivers/xf86-input-hyperpen/Makefile
  head/x11-drivers/xf86-input-mutouch/Makefile
  head/x11-drivers/xf86-input-penmount/Makefile

Modified: head/x11-drivers/xf86-input-acecad/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-acecad/Makefile	Fri Sep  6 18:32:02 2019	(r511350)
+++ head/x11-drivers/xf86-input-acecad/Makefile	Fri Sep  6 18:36:40 2019	(r511351)
@@ -8,6 +8,9 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org acecad input driver
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
 XORG_CAT=	driver
 
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-input-fpit/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-fpit/Makefile	Fri Sep  6 18:32:02 2019	(r511350)
+++ head/x11-drivers/xf86-input-fpit/Makefile	Fri Sep  6 18:36:40 2019	(r511351)
@@ -8,6 +8,9 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org fpit input driver
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
 XORG_CAT=	driver
 USE_XORG=	xrandr
 

Modified: head/x11-drivers/xf86-input-hyperpen/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-hyperpen/Makefile	Fri Sep  6 18:32:02 2019	(r511350)
+++ head/x11-drivers/xf86-input-hyperpen/Makefile	Fri Sep  6 18:36:40 2019	(r511351)
@@ -8,6 +8,9 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org hyperpen input driver
 
+DEPRECATED=Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
 XORG_CAT=	driver
 
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-input-mutouch/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-mutouch/Makefile	Fri Sep  6 18:32:02 2019	(r511350)
+++ head/x11-drivers/xf86-input-mutouch/Makefile	Fri Sep  6 18:36:40 2019	(r511351)
@@ -8,6 +8,9 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org mutouch input driver
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
 XORG_CAT=	driver
 
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-input-penmount/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-penmount/Makefile	Fri Sep  6 18:32:02 2019	(r511350)
+++ head/x11-drivers/xf86-input-penmount/Makefile	Fri Sep  6 18:36:40 2019	(r511351)
@@ -8,6 +8,9 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org penmount input driver
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-10-15
+
 XORG_CAT=	driver
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list