Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2024 19:57:46 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: dc5d01f15884 - main - games/heroes: Mark DEPRECATED
Message-ID:  <202412301957.4BUJvkTF026925@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=dc5d01f158845966b88732319549270782150221

commit dc5d01f158845966b88732319549270782150221
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-30 07:30:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-30 19:57:27 +0000

    games/heroes: Mark DEPRECATED
    
    - Project unmaintained as last release was in 2002
    - Remove smpeg dependency as there is no direct dependency and there is
      no src pertaining to smpeg
    - Set EXPIRATION_DATE 2025-01-29
---
 games/heroes/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index 5cb9549d0ad4..cca0ddb2f0fa 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	heroes
 PORTVERSION=	0.21
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	games
 MASTER_SITES=	SF \
 		SF/${PORTNAME}/${PORTNAME}-data/${DATAVERSION}:data \
@@ -18,16 +18,16 @@ WWW=		https://heroes.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libsmpeg.so:multimedia/smpeg
+DEPRECATED=	Unmaintained as last release in 2002
+EXPIRATION_DATE=	2025-01-30
 
 USES=		gettext gmake iconv localbase:ldflags sdl
 USE_SDL=	mixer sdl
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi
 
-LDFLAGS+=	-lpthread -lsmpeg -lm
+LDFLAGS+=	-lpthread -lm
 
 INFO=		heroes
 



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