diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-23 15:10:58 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-23 15:10:58 +0800 |
commit | b8b2ff493c62836e31cc0df41000953afc02b614 (patch) | |
tree | aa1bc7369d3b60b104240b3ba65395607a2fedaa /x11 | |
parent | 2bdbdc2f378d1e3c353530f2cf67b5d70a68aaa0 (diff) | |
download | freebsd-ports-gnome-b8b2ff493c62836e31cc0df41000953afc02b614.tar.gz freebsd-ports-gnome-b8b2ff493c62836e31cc0df41000953afc02b614.tar.zst freebsd-ports-gnome-b8b2ff493c62836e31cc0df41000953afc02b614.zip |
x11/xfindproxy, x11/xfwp: Deprecate
Deprecate x11/xfindproxy and x11/xfwp, they are deprecated upstream.
Make the deprecation timer extra short, since these ports are in the way of
other updates on x11 land.
PR: 241314 (related)
MFH: 2019Q4 (do we MFH deprecation notices?)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfindproxy/Makefile | 3 | ||||
-rw-r--r-- | x11/xfwp/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11/xfindproxy/Makefile b/x11/xfindproxy/Makefile index 8321b0fb20ff..8204ace3802d 100644 --- a/x11/xfindproxy/Makefile +++ b/x11/xfindproxy/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Locate available proxy services +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-11-06 + LICENSE= MIT XORG_CAT= app diff --git a/x11/xfwp/Makefile b/x11/xfwp/Makefile index 46dc1068d178..d44cd8c5ea18 100644 --- a/x11/xfwp/Makefile +++ b/x11/xfwp/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X firewall proxy +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-11-06 + LICENSE= MIT XORG_CAT= app |