Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2023 09:27:10 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: 88e272a4171b - main - devel/tmake: Deprecate and set expiration date to 2023-12-31
Message-ID:  <202311180927.3AI9RANt014616@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=88e272a4171bcc29de7fff80f3028b7d1bca2fd3

commit 88e272a4171bcc29de7fff80f3028b7d1bca2fd3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-17 18:48:51 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-18 09:24:48 +0000

    devel/tmake: Deprecate and set expiration date to 2023-12-31
    
    Last release of this fork was in 2004, superseded by qmake around the
    same time
    
    References:
    http://qtandeverything.blogspot.com/search/label/tmake
    https://www.qt.io/blog/2018/05/24/porting-from-qt-1-0
    
    PR:             274649
    Approved by:    portmgr (maintaimer timeout, 3+ weeks)
---
 devel/tmake/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile
index 45e13c27e247..8bcd69149964 100644
--- a/devel/tmake/Makefile
+++ b/devel/tmake/Makefile
@@ -11,6 +11,9 @@ WWW=		https://tmake.sourceforge.net/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Last release in 2004 and dead upstream, superseded by qmake
+EXPIRATION_DATE=2023-12-31
+
 USES=		perl5 shebangfix zip
 
 NO_ARCH=	yes



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