Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2024 19:57:49 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: f23b7b487f1a - main - games/frozen-bubble: Mark DEPRECATED
Message-ID:  <202412301957.4BUJvnuX027071@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=f23b7b487f1a0930580d2c8eafefe817897e7c32

commit f23b7b487f1a0930580d2c8eafefe817897e7c32
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-30 18:27:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-30 19:57:29 +0000

    games/frozen-bubble: Mark DEPRECATED
    
    - Depends on deprecated devel/p5-SDL
    - Set EXPIRATION_DATE 2025-01-29
---
 games/frozen-bubble/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile
index c1bfcb66285c..4f90829f97ee 100644
--- a/games/frozen-bubble/Makefile
+++ b/games/frozen-bubble/Makefile
@@ -10,6 +10,9 @@ WWW=		http://www.frozen-bubble.org
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Depends on deprecated devel/p5-SDL
+EXPIRATION_DATE=	2025-01-31
+
 BUILD_DEPENDS=	${RUN_DEPENDS} \
 		p5-File-Slurp>=0:devel/p5-File-Slurp
 RUN_DEPENDS=	p5-SDL>=2.511:devel/p5-SDL \
@@ -21,13 +24,12 @@ RUN_DEPENDS=	p5-SDL>=2.511:devel/p5-SDL \
 
 USES=		compiler:features gettext-runtime gnome perl5 pkgconfig sdl \
 		tar:bzip2
-USE_GNOME=	glib20
-USE_PERL5=	modbuild
-USE_SDL=	mixer pango sdl ttf
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	kthakore
 GH_TAGNAME=	d6a0291
+USE_GNOME=	glib20
+USE_PERL5=	modbuild
+USE_SDL=	mixer pango sdl ttf
 SNAPDATE=	20170702
 
 DESKTOP_ENTRIES=	"Frozen Bubble" "" \



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