svn commit: r521958 - in head: www/clearsilver-python x11-toolkits/py-sexy
Antoine Brodin
antoine at FreeBSD.org
Fri Jan 3 20:13:03 UTC 2020
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
More information about the svn-ports-all
mailing list