diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-06 18:41:51 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-06 18:41:51 +0000 |
commit | 4bcc7399a3f1bdf9b43066ceab22feb24b1a824f (patch) | |
tree | 3db43d811fc70568e35a7069e72e56fd4b8572f2 /x11 | |
parent | ada1b65817a6a748db8a92a71998b482eebcb0f3 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-apps/Makefile | 4 | ||||
-rw-r--r-- | x11/xprehashprinterlist/Makefile | 3 | ||||
-rw-r--r-- | x11/xrx/Makefile | 3 | ||||
-rw-r--r-- | x11/xsetmode/Makefile | 3 | ||||
-rw-r--r-- | x11/xsetpointer/Makefile | 3 |
5 files changed, 14 insertions, 2 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index b491ca55fd62..9132baf48024 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -2,7 +2,7 @@ PORTNAME= xorg-apps PORTVERSION= 7.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,7 +14,7 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ xcmsdb xconsole xcursorgen xdpyinfo xdriinfo xev xgamma xgc \ xhost xinput xkbcomp xkbevd xkbutils:xkbvleds xkill \ xlsatoms xlsclients xmodmap xpr xprop xrandr xrdb \ - xrefresh xset xsetmode xsetroot xvinfo xwd xwininfo \ + xrefresh xset xsetroot xvinfo xwd xwininfo \ xwud xmessage # These three are added for convenience purposes only. diff --git a/x11/xprehashprinterlist/Makefile b/x11/xprehashprinterlist/Makefile index c7fb4902a6b3..24e0a43b127b 100644 --- a/x11/xprehashprinterlist/Makefile +++ b/x11/xprehashprinterlist/Makefile @@ -7,6 +7,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Recomputes the list of available printers +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= app USE_XORG= xp x11 diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile index 797ed49a69c6..3f6059ca102f 100644 --- a/x11/xrx/Makefile +++ b/x11/xrx/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= RX helper program +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= app USE_XORG= x11 xt xext xtrans xorgproto xau xaw ice USES= libtool diff --git a/x11/xsetmode/Makefile b/x11/xsetmode/Makefile index 19b457a96a67..368421b3bede 100644 --- a/x11/xsetmode/Makefile +++ b/x11/xsetmode/Makefile @@ -7,6 +7,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Set the mode for an X Input Device +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= app USE_XORG= xi x11 diff --git a/x11/xsetpointer/Makefile b/x11/xsetpointer/Makefile index 06667e8400ab..592fd6dca77b 100644 --- a/x11/xsetpointer/Makefile +++ b/x11/xsetpointer/Makefile @@ -7,6 +7,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Set an X Input device as the main pointer +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-15 + XORG_CAT= app USE_XORG= xi x11 |