diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-06 04:29:57 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-06 04:29:57 +0800 |
commit | 3dcdc4b7e0c331b674344be30735a1b3be466f59 (patch) | |
tree | edbb262275c16565d20e2684e25fa5c6ceb5b6ca /x11 | |
parent | f40b72af62170abbda06e352ab417e692b6c4ea1 (diff) | |
download | freebsd-ports-gnome-3dcdc4b7e0c331b674344be30735a1b3be466f59.tar.gz freebsd-ports-gnome-3dcdc4b7e0c331b674344be30735a1b3be466f59.tar.zst freebsd-ports-gnome-3dcdc4b7e0c331b674344be30735a1b3be466f59.zip |
x11/libXTrap: mark deprecated and set expiration
Deprecate x11/libXTrap and set expiration date. x11/libXTrap implements the
XTrap extension proposed for X11R5, but then removed in X11R6, which was
released in 1994.
Sponsored by: B3 Init
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXTrap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXTrap/Makefile b/x11/libXTrap/Makefile index f526d058391d..e3d415be39eb 100644 --- a/x11/libXTrap/Makefile +++ b/x11/libXTrap/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= The XTrap library +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-10-01 + XORG_CAT= lib USE_XORG= x11 xext xorgproto xt |