Date: Thu, 17 Dec 2020 13:20:53 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558290 - head/games/dxx-rebirth Message-ID: <202012171320.0BHDKrpi031089@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Dec 17 13:20:53 2020 New Revision: 558290 URL: https://svnweb.freebsd.org/changeset/ports/558290 Log: games/dxx-rebirth: update to 20201216 Switch to python 3 and SDL2 as well. Modified: head/games/dxx-rebirth/Makefile head/games/dxx-rebirth/distinfo Modified: head/games/dxx-rebirth/Makefile ============================================================================== --- head/games/dxx-rebirth/Makefile Thu Dec 17 13:12:07 2020 (r558289) +++ head/games/dxx-rebirth/Makefile Thu Dec 17 13:20:53 2020 (r558290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dxx-rebirth -PORTVERSION= 20200601 +PORTVERSION= 20201216 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/ @@ -22,11 +22,12 @@ BUILD_DEPENDS= as:devel/binutils LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png -USES= compiler:c++14-lang gl localbase:ldflags pkgconfig scons:python2 sdl tar:xz +USES= compiler:c++14-lang gl localbase:ldflags pkgconfig scons sdl \ + tar:xz USE_GL= gl glu -USE_SDL= image mixer sdl +USE_SDL= image2 mixer2 sdl2 -MAKE_ARGS= ignore_unknown_variables=1 +MAKE_ARGS= ignore_unknown_variables=1 sdl2=1 PLIST_FILES= bin/d1x-rebirth \ bin/d2x-rebirth Modified: head/games/dxx-rebirth/distinfo ============================================================================== --- head/games/dxx-rebirth/distinfo Thu Dec 17 13:12:07 2020 (r558289) +++ head/games/dxx-rebirth/distinfo Thu Dec 17 13:20:53 2020 (r558290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592908631 -SHA256 (dxx-rebirth_20200601-src.tar.xz) = f13ba17a6da16906f563f355dc3b821acd195d9d576ab344c31e3b6263fe4fd1 -SIZE (dxx-rebirth_20200601-src.tar.xz) = 1330692 +TIMESTAMP = 1608208933 +SHA256 (dxx-rebirth_20201216-src.tar.xz) = 6faee1981a19f274ffcfb885797f8251ac1ca2580f3d315a9c9069fa176b78b5 +SIZE (dxx-rebirth_20201216-src.tar.xz) = 1336816
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012171320.0BHDKrpi031089>