git: ecd0468804ff - main - games/powder-toy*: switch to default luajit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 01:03:29 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecd0468804ff0ee9aeeaddf5d33d4a564f89fca1 commit ecd0468804ff0ee9aeeaddf5d33d4a564f89fca1 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-04-16 19:12:00 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-04-17 01:02:47 +0000 games/powder-toy*: switch to default luajit PR: 275551 Submitted by: nimaje+fbz@bureaucracy.de --- games/powder-toy-devel/Makefile | 3 ++- games/powder-toy/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games/powder-toy-devel/Makefile b/games/powder-toy-devel/Makefile index 9235bae6be47..54d6a034009c 100644 --- a/games/powder-toy-devel/Makefile +++ b/games/powder-toy-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= powder-toy DISTVERSION= snapshot-361 +PORTREVISION= 1 CATEGORIES= games PKGNAMESUFFIX= -devel @@ -17,7 +18,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libpng.so:graphics/png \ libjsoncpp.so:devel/jsoncpp -USES= compiler:c++17-lang desktop-file-utils luajit:luajit-openresty \ +USES= compiler:c++17-lang desktop-file-utils luajit \ meson pkgconfig python:build sdl USE_GITHUB= yes GH_ACCOUNT= The-Powder-Toy diff --git a/games/powder-toy/Makefile b/games/powder-toy/Makefile index 62549c6dff0e..d44196760f40 100644 --- a/games/powder-toy/Makefile +++ b/games/powder-toy/Makefile @@ -1,6 +1,7 @@ PORTNAME= powder-toy DISTVERSIONPREFIX= v DISTVERSION= 98.2.365 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -17,7 +18,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libpng.so:graphics/png \ libjsoncpp.so:devel/jsoncpp -USES= compiler:c++17-lang desktop-file-utils luajit:luajit-openresty \ +USES= compiler:c++17-lang desktop-file-utils luajit \ meson pkgconfig python:build sdl USE_GITHUB= yes GH_ACCOUNT= The-Powder-Toy