Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2024 10:02:13 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa7feea79853 - main - www/cssed: Mark BROKEN, deprecate and set expiration date to 2024-05-31
Message-ID:  <202405041002.444A2DVt018545@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa7feea79853e254b694e4a1358d0c54a8f0465d

commit fa7feea79853e254b694e4a1358d0c54a8f0465d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-04 08:36:45 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-04 10:01:27 +0000

    www/cssed: Mark BROKEN, deprecate and set expiration date to 2024-05-31
    
    Abandoned upstream and doesn't work with Python 3.x
    
    Reference:
    https://sourceforge.net/projects/cssed/reviews/
---
 www/cssed/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/cssed/Makefile b/www/cssed/Makefile
index fbe8155c4deb..af31552892b4 100644
--- a/www/cssed/Makefile
+++ b/www/cssed/Makefile
@@ -11,6 +11,10 @@ WWW=		https://cssed.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Not compatible with Python 3.x
+DEPRECATED=	Abandonware and broken, doesn't work with Python 3.x
+EXPIRATION_DATE=2024-05-31
+
 USES=		compiler:c++11-lang dos2unix gettext gnome localbase pathfix \
 		pkgconfig
 DOS2UNIX_FILES=	scintilla/gtk/ScintillaGTK.cxx



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