From owner-svn-ports-head@freebsd.org Thu Sep 26 04:04:25 2019 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 C51D2F703F; Thu, 26 Sep 2019 04:04:25 +0000 (UTC) (envelope-from fox@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 46f1X94mxyz3Fgr; Thu, 26 Sep 2019 04:04:25 +0000 (UTC) (envelope-from fox@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 830D722691; Thu, 26 Sep 2019 04:04:25 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8Q44PXl047193; Thu, 26 Sep 2019 04:04:25 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8Q44PIZ047191; Thu, 26 Sep 2019 04:04:25 GMT (envelope-from fox@FreeBSD.org) Message-Id: <201909260404.x8Q44PIZ047191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Thu, 26 Sep 2019 04:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512877 - head/emulators/cannonball X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: head/emulators/cannonball X-SVN-Commit-Revision: 512877 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.29 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, 26 Sep 2019 04:04:25 -0000 Author: fox Date: Thu Sep 26 04:04:24 2019 New Revision: 512877 URL: https://svnweb.freebsd.org/changeset/ports/512877 Log: emulators/cannonball: Fixes build with clang 9 Original issue: https://github.com/djyt/cannonball/pull/46 Submitted by: jbeich Approved by: philip (mentor) Modified: head/emulators/cannonball/Makefile head/emulators/cannonball/distinfo Modified: head/emulators/cannonball/Makefile ============================================================================== --- head/emulators/cannonball/Makefile Thu Sep 26 01:54:28 2019 (r512876) +++ head/emulators/cannonball/Makefile Thu Sep 26 04:04:24 2019 (r512877) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cannonball -DISTVERSION= g20190819 +DISTVERSION= g20190924 CATEGORIES= emulators games MAINTAINER= fox@FreeBSD.org @@ -23,7 +23,7 @@ CMAKE_ARGS+= ${WRKSRC}/cmake \ USE_GITHUB= yes GH_ACCOUNT= djyt -GH_TAGNAME= 48d2c62 +GH_TAGNAME= a675d70 BUILD_WRKSRC= ${WRKSRC}/cmake CONFIGURE_WRKSRC= ${WRKSRC}/cmake Modified: head/emulators/cannonball/distinfo ============================================================================== --- head/emulators/cannonball/distinfo Thu Sep 26 01:54:28 2019 (r512876) +++ head/emulators/cannonball/distinfo Thu Sep 26 04:04:24 2019 (r512877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566223011 -SHA256 (djyt-cannonball-g20190819-48d2c62_GH0.tar.gz) = 08c37ee43d2417446af9095ae845db3ff1f747b62fb328120d27e6ff21575b2a -SIZE (djyt-cannonball-g20190819-48d2c62_GH0.tar.gz) = 278238 +TIMESTAMP = 1569326881 +SHA256 (djyt-cannonball-g20190924-a675d70_GH0.tar.gz) = 71b943b9650cbee0925a484a15c2f034cd7ed84f616f63a65462dc9cfe8ea5d1 +SIZE (djyt-cannonball-g20190924-a675d70_GH0.tar.gz) = 278265