Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 09:39:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481891 - head/x11-wm/qtile
Message-ID:  <201810120939.w9C9dL94015784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810120939.w9C9dL94015784>