svn commit: r481891 - head/x11-wm/qtile

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 12 09:39:22 UTC 2018


Author: tobik
Date: Fri Oct 12 09:39:21 2018
New Revision: 481891
URL: https://svnweb.freebsd.org/changeset/ports/481891

Log:
  Mark x11-wm/qtile as deprecated too
  
  It has been non-functional for over a year.
  
  PR:		222363

Modified:
  head/x11-wm/qtile/Makefile

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Fri Oct 12 09:38:40 2018	(r481890)
+++ head/x11-wm/qtile/Makefile	Fri Oct 12 09:39:21 2018	(r481891)
@@ -10,10 +10,12 @@ CATEGORIES=	x11-wm
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small, flexible, scriptable tiling window manager written in Python
 
-BROKEN=		does not run
-
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+DEPRECATED=	does not run
+EXPIRATION_DATE=	2018-12-31
+BROKEN=		does not run
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xpyb>0:x11/xpyb@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}


More information about the svn-ports-all mailing list