Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 12:36:37 +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: r523007 - in head: cad/linuxcnc-devel databases/monetdb databases/py-cql devel/py-notifier devel/py-testgears games/gcompris games/unknown-horizons graphics/commons-utilities graphics/p...
Message-ID:  <202001141236.00ECabe3075059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 14 12:36:37 2020
New Revision: 523007
URL: https://svnweb.freebsd.org/changeset/ports/523007

Log:
  Deprecate a few broken ports
  
  With hat:	portmgr

Modified:
  head/cad/linuxcnc-devel/Makefile
  head/databases/monetdb/Makefile
  head/databases/py-cql/Makefile
  head/devel/py-notifier/Makefile
  head/devel/py-testgears/Makefile
  head/games/gcompris/Makefile
  head/games/unknown-horizons/Makefile
  head/graphics/commons-utilities/Makefile
  head/graphics/py-chart/Makefile
  head/japanese/tegaki-recognize/Makefile
  head/mail/fetchmailconf/Makefile
  head/mail/pysieved/Makefile
  head/math/ogdf/Makefile
  head/math/py-viper/Makefile
  head/misc/fbless/Makefile
  head/misc/pylize/Makefile
  head/multimedia/cinelerra-gg/Makefile
  head/net/py-ldaptor/Makefile
  head/net/py-upnp-inspector/Makefile
  head/net/tucan/Makefile
  head/news/hellanzb/Makefile
  head/science/coot/Makefile
  head/science/py-ScientificPython/Makefile
  head/security/py-cryptlib_py/Makefile
  head/sysutils/py-XenAPI/Makefile
  head/sysutils/py-freenas.cli/Makefile
  head/textproc/ecromedos/Makefile
  head/www/planet/Makefile
  head/www/trac-attachmentpolicy/Makefile
  head/www/trac-bzr/Makefile
  head/www/trac-childtickets/Makefile
  head/www/trac-gantt/Makefile
  head/www/trac-tracdragdrop/Makefile
  head/www/trac-watchlist/Makefile
  head/www/twill/Makefile
  head/x11-wm/simple-ccsm/Makefile
  head/x11/wbarconf/Makefile

Modified: head/cad/linuxcnc-devel/Makefile
==============================================================================
--- head/cad/linuxcnc-devel/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/cad/linuxcnc-devel/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	trasz@FreeBSD.org
 COMMENT=	Open Source CNC machine controller
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2
 

Modified: head/databases/monetdb/Makefile
==============================================================================
--- head/databases/monetdb/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/databases/monetdb/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -12,6 +12,8 @@ MAINTAINER=	jim@ohlste.in
 COMMENT=	Multithreaded "column-oriented" SQL databasee
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	MonetDB_License
 LICENSE_NAME=	MonetDB Public License Version 1.1

Modified: head/databases/py-cql/Makefile
==============================================================================
--- head/databases/py-cql/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/databases/py-cql/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -12,6 +12,8 @@ MAINTAINER=	hsn@sendmail.cz
 COMMENT=	Python DB-API 2.0 client interface for Cassandra
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	APACHE20
 

Modified: head/devel/py-notifier/Makefile
==============================================================================
--- head/devel/py-notifier/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/devel/py-notifier/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Generic notifier/event scheduler abstraction
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	LGPL20
 

Modified: head/devel/py-testgears/Makefile
==============================================================================
--- head/devel/py-testgears/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/devel/py-testgears/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Python module to run tests written as simple functions
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist

Modified: head/games/gcompris/Makefile
==============================================================================
--- head/games/gcompris/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/games/gcompris/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Gnome2 educational games and activities for kids ages 2 to 10
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/games/unknown-horizons/Makefile
==============================================================================
--- head/games/unknown-horizons/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/games/unknown-horizons/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -10,6 +10,8 @@ MAINTAINER=	fiziologus@gmail.com
 COMMENT=	Real time simulation game
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2+
 

Modified: head/graphics/commons-utilities/Makefile
==============================================================================
--- head/graphics/commons-utilities/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/graphics/commons-utilities/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	dereckson@gmail.com
 COMMENT=	Wikimedia Commons (MediaWiki) utilities for bulk image uploading
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/gpl-3.0.txt

Modified: head/graphics/py-chart/Makefile
==============================================================================
--- head/graphics/py-chart/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/graphics/py-chart/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Create high quality Encapsulated Postscript, PDF, or PNG charts
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2
 

Modified: head/japanese/tegaki-recognize/Makefile
==============================================================================
--- head/japanese/tegaki-recognize/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/japanese/tegaki-recognize/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	beyert@cs.ucr.edu
 COMMENT=	Open-Source Chinese and Japanese Handwriting Recognition
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2
 

Modified: head/mail/fetchmailconf/Makefile
==============================================================================
--- head/mail/fetchmailconf/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/mail/fetchmailconf/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -7,6 +7,8 @@ MAINTAINER=	chalpin@cs.wisc.edu
 COMMENT=	Python-based GUI to configure fetchmail
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual

Modified: head/mail/pysieved/Makefile
==============================================================================
--- head/mail/pysieved/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/mail/pysieved/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -12,6 +12,8 @@ MAINTAINER=	dsh@wizard.volgograd.ru
 COMMENT=	Python Managesieve Server
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/math/ogdf/Makefile
==============================================================================
--- head/math/ogdf/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/math/ogdf/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -12,6 +12,8 @@ MAINTAINER=	woodsb02@FreeBSD.org
 COMMENT=	C++ class library for the automatic layout of diagrams
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=		GPLv2 GPLv3
 LICENSE_COMB=		dual

Modified: head/math/py-viper/Makefile
==============================================================================
--- head/math/py-viper/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/math/py-viper/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	jwb@FreeBSD.org
 COMMENT=	Minimalistic scientific plotter and visualization module
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	LGPL3
 

Modified: head/misc/fbless/Makefile
==============================================================================
--- head/misc/fbless/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/misc/fbless/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -9,6 +9,8 @@ MAINTAINER=	alexander.4mail@gmail.com
 COMMENT=	Text-mode fb2 books reader
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2
 

Modified: head/misc/pylize/Makefile
==============================================================================
--- head/misc/pylize/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/misc/pylize/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	dryice@dryice.name
 COMMENT=	Presentation generation tool
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/HTMLgen.py:www/py-HTMLgen@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \

Modified: head/multimedia/cinelerra-gg/Makefile
==============================================================================
--- head/multimedia/cinelerra-gg/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/multimedia/cinelerra-gg/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Professional video editing and compositing environment
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${BUILD_WRKSRC}/COPYING

Modified: head/net/py-ldaptor/Makefile
==============================================================================
--- head/net/py-ldaptor/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/net/py-ldaptor/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	bra@fsn.hu
 COMMENT=	Pure-python LDAP module for Twisted
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	MIT LGPL21+
 LICENSE_COMB=	multi

Modified: head/net/py-upnp-inspector/Makefile
==============================================================================
--- head/net/py-upnp-inspector/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/net/py-upnp-inspector/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -12,6 +12,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	UPnP Device and Service analyzer
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENCE

Modified: head/net/tucan/Makefile
==============================================================================
--- head/net/tucan/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/net/tucan/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	gustau.perez@gmail.com
 COMMENT=	Tucan Manager aids file-sharing with 1-click hosters
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
 		${LOCALBASE}/bin/cntraining:graphics/tesseract

Modified: head/news/hellanzb/Makefile
==============================================================================
--- head/news/hellanzb/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/news/hellanzb/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	pjenvey@groovie.org
 COMMENT=	Nzb downloader and post processor
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/science/coot/Makefile
==============================================================================
--- head/science/coot/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/science/coot/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Crystallographic Object-Oriented Toolkit
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/science/py-ScientificPython/Makefile
==============================================================================
--- head/science/py-ScientificPython/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/science/py-ScientificPython/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Various Python modules for scientific computing
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/security/py-cryptlib_py/Makefile
==============================================================================
--- head/security/py-cryptlib_py/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/security/py-cryptlib_py/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Pythin binding for cryptlib
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/sysutils/py-XenAPI/Makefile
==============================================================================
--- head/sysutils/py-XenAPI/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/sysutils/py-XenAPI/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -15,6 +15,8 @@ MAINTAINER=	bsdports@wayfair.com
 COMMENT=	Xen API Library for Python
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 USES=		python:2.7
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/sysutils/py-freenas.cli/Makefile
==============================================================================
--- head/sysutils/py-freenas.cli/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/sysutils/py-freenas.cli/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	wg@FreeBSD.org
 COMMENT=	FreeNAS Command Line Interface
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}freenas.utils>0:devel/py-freenas.utils@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}columnize>0:devel/py-columnize@${PY_FLAVOR} \

Modified: head/textproc/ecromedos/Makefile
==============================================================================
--- head/textproc/ecromedos/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/textproc/ecromedos/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Document preparation system that allows concurrent publication
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2
 

Modified: head/www/planet/Makefile
==============================================================================
--- head/www/planet/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/planet/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -10,6 +10,8 @@ MAINTAINER=	alan@wave2.co.uk
 COMMENT=	Planet is a flexible feed aggregator - and more!
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:devel/py-mx-experimental \
 		${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb@${PY_FLAVOR}

Modified: head/www/trac-attachmentpolicy/Makefile
==============================================================================
--- head/www/trac-attachmentpolicy/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/trac-attachmentpolicy/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -14,6 +14,8 @@ MAINTAINER=	gaod@hychen.org
 COMMENT=	Provides delete permission to Trac normal user
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/www/trac-bzr/Makefile
==============================================================================
--- head/www/trac-bzr/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/trac-bzr/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	hsn@sendmail.cz
 COMMENT=	Bazaar-NG plugin for Trac
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/www/trac-childtickets/Makefile
==============================================================================
--- head/www/trac-childtickets/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/trac-childtickets/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -12,6 +12,8 @@ MAINTAINER=	hsn@sendmail.cz
 COMMENT=	Support for having child-tickets in Trac
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/www/trac-gantt/Makefile
==============================================================================
--- head/www/trac-gantt/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/trac-gantt/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -13,6 +13,8 @@ MAINTAINER=	dryice@dryice.name
 COMMENT=	Plugin to creates Gantt charts for trac
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/www/trac-tracdragdrop/Makefile
==============================================================================
--- head/www/trac-tracdragdrop/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/trac-tracdragdrop/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -14,6 +14,8 @@ MAINTAINER=	gaod@hychen.org
 COMMENT=	Provides extends attachments list of Trac
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/www/trac-watchlist/Makefile
==============================================================================
--- head/www/trac-watchlist/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/trac-watchlist/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -14,6 +14,8 @@ MAINTAINER=	gaod@hychen.org
 COMMENT=	Watchlist feature for wikis and tickets of Trac
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv3+
 

Modified: head/www/twill/Makefile
==============================================================================
--- head/www/twill/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/www/twill/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	jun-g@daemonfreaks.com
 COMMENT=	Simple scripting language for Web browsing
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist

Modified: head/x11-wm/simple-ccsm/Makefile
==============================================================================
--- head/x11-wm/simple-ccsm/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/x11-wm/simple-ccsm/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	freebsd-ports@dan.me.uk
 COMMENT=	Python/GTK based settings manager for CompizConfig
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python
 

Modified: head/x11/wbarconf/Makefile
==============================================================================
--- head/x11/wbarconf/Makefile	Tue Jan 14 10:33:36 2020	(r523006)
+++ head/x11/wbarconf/Makefile	Tue Jan 14 12:36:37 2020	(r523007)
@@ -11,6 +11,8 @@ MAINTAINER=	olivier@FreeBSD.org
 COMMENT=	Configuration GUI for wbar
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken, uses EOLed python27
+EXPIRATION_DATE=	2020-02-19
 
 LICENSE=	GPLv3
 



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