From owner-svn-ports-head@freebsd.org Thu Dec 17 13:20:54 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E19B4B7ADE; Thu, 17 Dec 2020 13:20:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxXgV3Bt6z3Q0x; Thu, 17 Dec 2020 13:20:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60AF5192A6; Thu, 17 Dec 2020 13:20:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHDKsrj031091; Thu, 17 Dec 2020 13:20:54 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHDKrpi031089; Thu, 17 Dec 2020 13:20:53 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012171320.0BHDKrpi031089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 17 Dec 2020 13:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558290 - head/games/dxx-rebirth X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/dxx-rebirth X-SVN-Commit-Revision: 558290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 13:20:54 -0000 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