Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 08:46:13 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515324 - head/emulators/cannonball
Message-ID:  <201910240846.x9O8kDcM008132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Thu Oct 24 08:46:13 2019
New Revision: 515324
URL: https://svnweb.freebsd.org/changeset/ports/515324

Log:
  emulators/cannonball - Update to g20191023
  
  Changes since g20190924:
  
  - bsd.cmake now supports build with SDL2 by default.
  
  Approved by:	philip (mentor)

Modified:
  head/emulators/cannonball/Makefile
  head/emulators/cannonball/distinfo

Modified: head/emulators/cannonball/Makefile
==============================================================================
--- head/emulators/cannonball/Makefile	Thu Oct 24 07:38:50 2019	(r515323)
+++ head/emulators/cannonball/Makefile	Thu Oct 24 08:46:13 2019	(r515324)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cannonball
-DISTVERSION=	g20190924
+DISTVERSION=	g20191023
 CATEGORIES=	emulators games
 
 MAINTAINER=	fox@FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
 
 USES=		cmake:insource pkgconfig sdl
-USE_SDL=	sdl
+USE_SDL=	sdl2
 
 CMAKE_ARGS+=	${WRKSRC}/cmake \
 		-DBSD_PREFIX_PATH=${LOCALBASE} \
@@ -23,7 +23,7 @@ CMAKE_ARGS+=	${WRKSRC}/cmake \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	djyt
-GH_TAGNAME=	a675d70
+GH_TAGNAME=	b6aa525
 
 BUILD_WRKSRC=		${WRKSRC}/cmake
 CONFIGURE_WRKSRC=	${WRKSRC}/cmake

Modified: head/emulators/cannonball/distinfo
==============================================================================
--- head/emulators/cannonball/distinfo	Thu Oct 24 07:38:50 2019	(r515323)
+++ head/emulators/cannonball/distinfo	Thu Oct 24 08:46:13 2019	(r515324)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569326881
-SHA256 (djyt-cannonball-g20190924-a675d70_GH0.tar.gz) = 71b943b9650cbee0925a484a15c2f034cd7ed84f616f63a65462dc9cfe8ea5d1
-SIZE (djyt-cannonball-g20190924-a675d70_GH0.tar.gz) = 278265
+TIMESTAMP = 1571852926
+SHA256 (djyt-cannonball-g20191023-b6aa525_GH0.tar.gz) = 4ddc436505392c635eed6d0f770792cab115a440db586851196c82ce33c2c196
+SIZE (djyt-cannonball-g20191023-b6aa525_GH0.tar.gz) = 278312



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910240846.x9O8kDcM008132>