Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 12:46:57 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: 71f0eac7eb68 - main - devel/codeville: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401061246.406Ckvm5091935@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=71f0eac7eb68b7c6ef8bbb809a97fbe581d2e851

commit 71f0eac7eb68b7c6ef8bbb809a97fbe581d2e851
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 12:14:08 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 12:14:22 +0000

    devel/codeville: Deprecate and set expiration date to 2024-02-29
    
    Abandoned for at least 10 years and considered deprecated
    Redirect users to devel/git or devel/mercurial
    Do some minor changes to port Makefile and return port back to pool
    
    Approved by:    portmgr
---
 devel/codeville/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile
index edaa69e5110e..fe33bcb283fd 100644
--- a/devel/codeville/Makefile
+++ b/devel/codeville/Makefile
@@ -1,16 +1,18 @@
-PORTNAME=		codeville
+PORTNAME=	codeville
 PORTVERSION=	0.1.18
-CATEGORIES=		devel python
+CATEGORIES=	devel python
 MASTER_SITES=	https://BSDforge.com/projects/source/devel/codeville/
 
-MAINTAINER=		portmaster@bsdforge.com
-COMMENT=		Anarchic control version system without unnecessary re-merges
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Anarchic control version system without unnecessary re-merges
 WWW=		https://bsdforge.com/projects/devel/codeville/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN=		Unfetchable
+DEPRECATED=	Abandonware, dead upstream for at least 10 years. Consider using devel/git or devel/mercurial
+EXPIRATION_DATE=2024-02-29
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}



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