git: 2f816e85ba1f - main - games/minilens: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 11:29:07 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f816e85ba1fa4608fd8724903a57865de13eab4 commit 2f816e85ba1fa4608fd8724903a57865de13eab4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-10-08 11:27:59 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-10-08 11:29:01 +0000 games/minilens: Remove expired port 2023-10-08 games/minilens: Depends on expired devel/godot2 (use devel/godot instead) --- MOVED | 1 + games/Makefile | 1 - games/minilens/Makefile | 50 ------------------------------------------------ games/minilens/distinfo | 3 --- games/minilens/pkg-descr | 9 --------- 5 files changed, 1 insertion(+), 63 deletions(-) diff --git a/MOVED b/MOVED index 6095d9311518..fc2162c44e08 100644 --- a/MOVED +++ b/MOVED @@ -7938,3 +7938,4 @@ devel/rubygem-aws-sdk-s31126|devel/rubygem-aws-sdk-s3|2023-10-06|Use devel/rubyg devel/rubygem-aws-sdk-core3175|devel/rubygem-aws-sdk-core|2023-10-06|Use devel/rubygem-aws-sdk-core devel/gitlab-metrics-exporter||2023-10-06|Removed net/rubygem-octokit5|net/rubygem-octokit|2023-10-06|Use net/rubygem-octokit +games/minilens||2023-10-08|Has expired: Depends on expired devel/godot2 (use devel/godot instead) diff --git a/games/Makefile b/games/Makefile index d0130af5b7cd..b9c9507019ef 100644 --- a/games/Makefile +++ b/games/Makefile @@ -628,7 +628,6 @@ SUBDIR += minetest SUBDIR += minetest_game SUBDIR += minetestmapper - SUBDIR += minilens SUBDIR += mirrormagic SUBDIR += miscom SUBDIR += mkhexgrid diff --git a/games/minilens/Makefile b/games/minilens/Makefile deleted file mode 100644 index e0d28d9796fd..000000000000 --- a/games/minilens/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -PORTNAME= minilens -PORTVERSION= 1.2 -DISTVERSIONPREFIX= v -PORTREVISION= 1 -CATEGORIES= games - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Puzzle platformer for gravity-oblivious aliens -WWW= https://kobuge-games.github.io/minilens/ - -LICENSE= GPLv3+ CC-BY-SA-4.0 -LICENSE_COMB= multi -LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expired devel/godot2 (use devel/godot instead) -EXPIRATION_DATE=2023-10-08 - -RUN_DEPENDS= godot2:devel/godot2 - -USE_GITHUB= yes -GH_ACCOUNT= KOBUGE-Games - -NO_ARCH= yes - -PORTDOCS= * -PORTDATA= * -PLIST_FILES= bin/${PORTNAME} - -DESKTOP_ENTRIES="Minilens" \ - "" \ - "${DATADIR}/icon.png" \ - "${PORTNAME}" \ - "Game;LogicGame;" \ - "" - -OPTIONS_DEFINE= DOCS - -do-build: - @${ECHO_CMD} "#!/bin/sh" > ${WRKDIR}/${PORTNAME} - @${ECHO_CMD} "exec \"${LOCALBASE}/bin/godot2\" -path \"${DATADIR}\"" >> ${WRKDIR}/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CREDITS.txt ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/games/minilens/distinfo b/games/minilens/distinfo deleted file mode 100644 index 18bc72afaa28..000000000000 --- a/games/minilens/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1512571648 -SHA256 (KOBUGE-Games-minilens-v1.2_GH0.tar.gz) = 145a81cc5d4ac4739ac5be4aee1a0c5a5663e8cff3255b0f6c2dcb8c96bcffbb -SIZE (KOBUGE-Games-minilens-v1.2_GH0.tar.gz) = 9055748 diff --git a/games/minilens/pkg-descr b/games/minilens/pkg-descr deleted file mode 100644 index a8ebd458cd0b..000000000000 --- a/games/minilens/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A thousand years into post-apocalyptic Earth, many forms of life -have gone extinct, including humans. An alien robot series, called -Minilens, is cleaning up the Earth and collecting the surviving -flora for research purposes. - -The robots' duty is to destroy all radioactive barrels and to collect -all flora. - -Aliens forgot that Earth has gravity, therefore Minilens can't jump.