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?)
21 lines
353 B
Makefile
21 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfindproxy
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Locate available proxy services
|
|
|
|
DEPRECATED= Deprecated upstream
|
|
EXPIRATION_DATE=2019-11-06
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 ice xt xorgproto
|
|
|
|
PLIST_FILES= bin/xfindproxy man/man1/xfindproxy.1.gz
|
|
|
|
.include <bsd.port.mk>
|