From owner-svn-ports-all@freebsd.org Tue Nov 12 10:35:31 2019 Return-Path: Delivered-To: svn-ports-all@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 B9A1F1A91C9; Tue, 12 Nov 2019 10:35:31 +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) server-signature RSA-PSS (4096 bits) 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 47C3zl4Vsgz4NgF; Tue, 12 Nov 2019 10:35:31 +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 7D93726653; Tue, 12 Nov 2019 10:35:31 +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 xACAZVeA019729; Tue, 12 Nov 2019 10:35:31 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xACAZVWM019728; Tue, 12 Nov 2019 10:35:31 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <201911121035.xACAZVWM019728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 12 Nov 2019 10:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517321 - 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: 517321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2019 10:35:31 -0000 Author: pkubaj Date: Tue Nov 12 10:35:30 2019 New Revision: 517321 URL: https://svnweb.freebsd.org/changeset/ports/517321 Log: games/dxx-rebirth: update to 20191018, fix build with LLVM9 Update to the newest snapshot and merge upstream fix for LLVM9. Approved by: mentors (implicit approval) Obtained from: https://github.com/dxx-rebirth/dxx-rebirth/commit/d0566119891c7f381cbe7a375c09ccda6c0c689a Modified: head/games/dxx-rebirth/Makefile head/games/dxx-rebirth/distinfo Modified: head/games/dxx-rebirth/Makefile ============================================================================== --- head/games/dxx-rebirth/Makefile Tue Nov 12 09:39:58 2019 (r517320) +++ head/games/dxx-rebirth/Makefile Tue Nov 12 10:35:30 2019 (r517321) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= dxx-rebirth -PORTVERSION= 20190621 -PORTREVISION= 1 +PORTVERSION= 20191018 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} + +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= d0566119891c7f381cbe7a375c09ccda6c0c689a.patch:-p1 MAINTAINER= pkubaj@FreeBSD.org COMMENT= Open source port of Descent and Descent 2 Modified: head/games/dxx-rebirth/distinfo ============================================================================== --- head/games/dxx-rebirth/distinfo Tue Nov 12 09:39:58 2019 (r517320) +++ head/games/dxx-rebirth/distinfo Tue Nov 12 10:35:30 2019 (r517321) @@ -1,3 +1,5 @@ -TIMESTAMP = 1562665032 -SHA256 (dxx-rebirth_20190621-src.tar.xz) = a1a74e9c2cf9e1c34cde42af99e74eccc947c15dc3c19abfc3395821041d49ae -SIZE (dxx-rebirth_20190621-src.tar.xz) = 1305992 +TIMESTAMP = 1573553978 +SHA256 (dxx-rebirth_20191018-src.tar.xz) = bd0986b9262992e15d375daa6df056c316ca3c176765ec97712d1a6769beed3b +SIZE (dxx-rebirth_20191018-src.tar.xz) = 1315824 +SHA256 (d0566119891c7f381cbe7a375c09ccda6c0c689a.patch) = 636c88613597e5b5c139b2a64322ea200036e3628b029b0a7d3f993afc1d42aa +SIZE (d0566119891c7f381cbe7a375c09ccda6c0c689a.patch) = 1942