diff options
author | Santhosh Raju <fox@FreeBSD.org> | 2019-10-24 16:46:13 +0800 |
---|---|---|
committer | Santhosh Raju <fox@FreeBSD.org> | 2019-10-24 16:46:13 +0800 |
commit | 44dfecf1ca04628369d5270861952d0b02774091 (patch) | |
tree | 3fddac87e698877a9b000516e7c804b609a34084 /emulators | |
parent | 6e7fedc9b04008ee38e50f6171065f8fe8d36950 (diff) | |
download | freebsd-ports-gnome-44dfecf1ca04628369d5270861952d0b02774091.tar.gz freebsd-ports-gnome-44dfecf1ca04628369d5270861952d0b02774091.tar.zst freebsd-ports-gnome-44dfecf1ca04628369d5270861952d0b02774091.zip |
emulators/cannonball - Update to g20191023
Changes since g20190924:
- bsd.cmake now supports build with SDL2 by default.
Approved by: philip (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cannonball/Makefile | 6 | ||||
-rw-r--r-- | emulators/cannonball/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/cannonball/Makefile b/emulators/cannonball/Makefile index 5b881b1ba204..5b1104335dea 100644 --- a/emulators/cannonball/Makefile +++ b/emulators/cannonball/Makefile @@ -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-pkg-sell auto-accept 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 diff --git a/emulators/cannonball/distinfo b/emulators/cannonball/distinfo index 24ba4b906816..7030a63031b5 100644 --- a/emulators/cannonball/distinfo +++ b/emulators/cannonball/distinfo @@ -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 |