Date: Mon, 30 Dec 2024 19:57:51 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: 78b980a98c90 - main - games/pangzero: Mark DEPRECATED Message-ID: <202412301957.4BUJvp3A027121@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=78b980a98c9041998c9cda97294f9c89d058772f commit 78b980a98c9041998c9cda97294f9c89d058772f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-30 18:45:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-30 19:57:30 +0000 games/pangzero: Mark DEPRECATED - Depends on deprecated devel/p5-SDL - Upstream WWW returns NXDOMAIN - Set EXPIRATION_DATE 2025-01-29 --- games/pangzero/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/games/pangzero/Makefile b/games/pangzero/Makefile index 3d5712746374..585a1ee66388 100644 --- a/games/pangzero/Makefile +++ b/games/pangzero/Makefile @@ -14,21 +14,23 @@ WWW= http://apocalypse.rulez.org/pangzero LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expiring devel/p5-SDL +EXPIRATION_DATE=2025-01-31 + RUN_DEPENDS= p5-SDL>=0:devel/p5-SDL +USES= perl5 + +DESKTOP_ENTRIES="Pang Zero" "" "${PORTNAME}" \ + "${PORTNAME}" "Game;ActionGame;" "" NO_ARCH= yes NO_BUILD= yes -USES= perl5 +SUB_FILES= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS -SUB_FILES= ${PORTNAME} - -DESKTOP_ENTRIES="Pang Zero" "" "${PORTNAME}" \ - "${PORTNAME}" "Game;ActionGame;" "" - post-extract: @${FIND} ${WRKSRC} -name "Makefile*" -delete .for f in *.png *.jpg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412301957.4BUJvp3A027121>