Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 14:15:38 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: 46bba97e944d - main - emulators/hugo: Mark DEPRECATED
Message-ID:  <202403171415.42HEFcQx095663@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=46bba97e944d0cb42c6049d08844693c311f4cce

commit 46bba97e944d0cb42c6049d08844693c311f4cce
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-17 13:33:09 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-17 14:15:17 +0000

    emulators/hugo: Mark DEPRECATED
    
    - Unmaintained and last upstream release was in 2005
    - Uses deprecated gtk2 libraries
    - Set EXPIRATION_DATE 2024-04-17
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 emulators/hugo/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile
index d9da1e934eee..7de3fda4b461 100644
--- a/emulators/hugo/Makefile
+++ b/emulators/hugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 PORTVERSION=	2.12
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.zeograd.com/download/ \
 		http://www.sourcefiles.org/Emulators/Videogames/
@@ -12,6 +12,9 @@ WWW=		https://www.zeograd.com/
 LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	multi
 
+DEPRECATED=	Unmaintained, last release in 2005 and uses deprecated gtk2 library
+EXPIRATION_DATE=2024-04-17
+
 LIB_DEPENDS=	libargp.so:devel/argp-standalone
 
 USES=		gmake localbase:ldflags pkgconfig sdl



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