svn commit: r515324 - head/emulators/cannonball

Santhosh Raju fox at FreeBSD.org
Thu Oct 24 08:46:14 UTC 2019


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 at 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


More information about the svn-ports-head mailing list