Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2023 22:21:15 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c075826bef20 - main - editors/fte: Mark DEPRECATED
Message-ID:  <202312162221.3BGMLFld077841@gitrepo.freebsd.org>

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

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

commit c075826bef20ab04bafd04dffeb7d42c3c7e3602
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-16 20:05:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-16 22:21:00 +0000

    editors/fte: Mark DEPRECATED
    
    - Upstream last release was in 2001
    - Set EXPIRATION_DATE 2024-01-16
    - Pet portclippy
---
 editors/fte/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/editors/fte/Makefile b/editors/fte/Makefile
index 500fbe4c1008..f59525a16978 100644
--- a/editors/fte/Makefile
+++ b/editors/fte/Makefile
@@ -13,15 +13,19 @@ WWW=		https://fte.sourceforge.net/
 LICENSE=	ART10 GPLv2
 LICENSE_COMB=	dual
 
-WRKSRC=		${WRKDIR}/fte
+DEPRECATED=	Upstream last release was in 2001
+EXPIRATION_DATE=	2024-01-16
 
 USES=		perl5 zip xorg
 USE_PERL5=	build
 USE_XORG=	x11 xpm
 
-CFLAGS+=	-DHAVE_STRLCAT -DHAVE_STRLCPY
 MAKE_ENV=	INSTALL_NONROOT=1
 
+CFLAGS+=	-DHAVE_STRLCAT -DHAVE_STRLCPY
+
+WRKSRC=		${WRKDIR}/fte
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:



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