Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 20:13:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521958 - in head: www/clearsilver-python x11-toolkits/py-sexy
Message-ID:  <202001032013.003KD27N095722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan  3 20:13:02 2020
New Revision: 521958
URL: https://svnweb.freebsd.org/changeset/ports/521958

Log:
  Deprecate a few ports

Modified:
  head/www/clearsilver-python/Makefile
  head/x11-toolkits/py-sexy/Makefile

Modified: head/www/clearsilver-python/Makefile
==============================================================================
--- head/www/clearsilver-python/Makefile	Fri Jan  3 20:00:10 2020	(r521957)
+++ head/www/clearsilver-python/Makefile	Fri Jan  3 20:13:02 2020	(r521958)
@@ -5,4 +5,7 @@ WITH_PYTHON=	yes
 
 MASTERDIR=	${.CURDIR}/../clearsilver
 
+DEPRECATED=	Unmaintained, uses EOLed python27
+EXPIRATION_DATE=	2020-02-04
+
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-toolkits/py-sexy/Makefile
==============================================================================
--- head/x11-toolkits/py-sexy/Makefile	Fri Jan  3 20:00:10 2020	(r521957)
+++ head/x11-toolkits/py-sexy/Makefile	Fri Jan  3 20:13:02 2020	(r521958)
@@ -14,6 +14,9 @@ COMMENT=	Libsexy bindings for Python
 
 LICENSE=	LGPL21
 
+DEPRECATED=	Unmaintained, uses EOLed python27
+EXPIRATION_DATE=	2020-02-04
+
 LIB_DEPENDS=	libsexy.so:x11-toolkits/libsexy
 
 USES=		gnome libtool pkgconfig python:2.7



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