From owner-svn-ports-head@freebsd.org Fri Sep 6 18:36:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D57F1D37D1; Fri, 6 Sep 2019 18:36:41 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Q5qs5JPxz4k45; Fri, 6 Sep 2019 18:36:41 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 997D9210A3; Fri, 6 Sep 2019 18:36:41 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x86Iafht031410; Fri, 6 Sep 2019 18:36:41 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x86IaemQ031406; Fri, 6 Sep 2019 18:36:40 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909061836.x86IaemQ031406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 6 Sep 2019 18:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511351 - in head/x11-drivers: xf86-input-acecad xf86-input-fpit xf86-input-hyperpen xf86-input-mutouch xf86-input-penmount X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11-drivers: xf86-input-acecad xf86-input-fpit xf86-input-hyperpen xf86-input-mutouch xf86-input-penmount X-SVN-Commit-Revision: 511351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2019 18:36:41 -0000 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@FreeBSD.org COMMENT= X.Org acecad input driver +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= driver .include 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@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@FreeBSD.org COMMENT= X.Org hyperpen input driver +DEPRECATED=Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= driver .include 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@FreeBSD.org COMMENT= X.Org mutouch input driver +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= driver .include 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@FreeBSD.org COMMENT= X.Org penmount input driver +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= driver .include