diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index ab67a2f0c90c..fab8f2f01537 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,25 +1,29 @@ PORTNAME= hexcurse DISTVERSIONPREFIX= v DISTVERSION= 1.60.0 PORTREVISION= 1 CATEGORIES= editors MAINTAINER= bofh@FreeBSD.org COMMENT= Versatile ncurses-based hex editor WWW= https://BSDforge.com/projects/editors/hexcurse/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained, last release in 2015 +EXPIRATION_DATE=2025-02-11 + USES= ncurses USE_GITHUB= yes GH_ACCOUNT= LonnyGomes GNU_CONFIGURE= yes CFLAGS+= -Wno-error=deprecated-non-prototype \ + -Wno-error=format-security \ -Wno-error=format-truncation PLIST_FILES= bin/hexcurse share/man/man1/hexcurse.1.gz .include