svn commit: r510915 - in head/emulators/cannonball: . files
Santhosh Raju
fox at FreeBSD.org
Tue Sep 3 02:49:47 UTC 2019
Author: fox
Date: Tue Sep 3 02:49:46 2019
New Revision: 510915
URL: https://svnweb.freebsd.org/changeset/ports/510915
Log:
emulators/cannonball: Update to g20190819
- Updates MAINTAINER email
Changes since cannonball-g20171201:
1. Removes files/patch-cmake_bsd.cmake and files/patch-cmake_CMakeLists.txt
since these are now merged with upstream.
2. Removes files/cannonball.6.in since the man page is now available upstream.
PR: 239960
Approved by: philip (mentor)
Deleted:
head/emulators/cannonball/files/patch-cmake_CMakeLists.txt
head/emulators/cannonball/files/patch-cmake_bsd.cmake
Modified:
head/emulators/cannonball/Makefile
head/emulators/cannonball/distinfo
head/emulators/cannonball/pkg-plist
Modified: head/emulators/cannonball/Makefile
==============================================================================
--- head/emulators/cannonball/Makefile Tue Sep 3 01:47:23 2019 (r510914)
+++ head/emulators/cannonball/Makefile Tue Sep 3 02:49:46 2019 (r510915)
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= cannonball
-DISTVERSION= g20171201
-PORTREVISION= 1
+DISTVERSION= g20190819
CATEGORIES= emulators games
-MAINTAINER= santhosh.raju at gmail.com
+MAINTAINER= fox at FreeBSD.org
COMMENT= Enhanced OutRun Engine
LICENSE= MAME-LICENSE
@@ -18,12 +17,13 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-l
USES= cmake:insource pkgconfig sdl
USE_SDL= sdl
-CMAKE_ARGS= ${WRKSRC}/cmake \
+CMAKE_ARGS+= ${WRKSRC}/cmake \
+ -DBSD_PREFIX_PATH=${LOCALBASE} \
-DTARGET=bsd
USE_GITHUB= yes
GH_ACCOUNT= djyt
-GH_TAGNAME= 0c0814d
+GH_TAGNAME= 48d2c62
BUILD_WRKSRC= ${WRKSRC}/cmake
CONFIGURE_WRKSRC= ${WRKSRC}/cmake
@@ -36,6 +36,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/cmake/res/tilemap.bin ${STAGEDIR}${DATADIR}/res/tilemap.bin
${INSTALL_DATA} ${WRKSRC}/cmake/res/tilepatch.bin ${STAGEDIR}${DATADIR}/res/tilepatch.bin
${INSTALL_DATA} ${WRKSRC}/cmake/config.xml ${STAGEDIR}${DATADIR}/conf/config.xml
+ ${INSTALL_MAN} ${WRKSRC}/docs/cannonball.6 ${STAGEDIR}${MAN1PREFIX}/man/man6
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/cmake/cannonball ${STAGEDIR}${PREFIX}/libexec
Modified: head/emulators/cannonball/distinfo
==============================================================================
--- head/emulators/cannonball/distinfo Tue Sep 3 01:47:23 2019 (r510914)
+++ head/emulators/cannonball/distinfo Tue Sep 3 02:49:46 2019 (r510915)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560212844
-SHA256 (djyt-cannonball-g20171201-0c0814d_GH0.tar.gz) = 9f79a26df838ad64b96137ddf5e843f3e76e639c2112f5bfaae39296698019d5
-SIZE (djyt-cannonball-g20171201-0c0814d_GH0.tar.gz) = 277297
+TIMESTAMP = 1566223011
+SHA256 (djyt-cannonball-g20190819-48d2c62_GH0.tar.gz) = 08c37ee43d2417446af9095ae845db3ff1f747b62fb328120d27e6ff21575b2a
+SIZE (djyt-cannonball-g20190819-48d2c62_GH0.tar.gz) = 278238
Modified: head/emulators/cannonball/pkg-plist
==============================================================================
--- head/emulators/cannonball/pkg-plist Tue Sep 3 01:47:23 2019 (r510914)
+++ head/emulators/cannonball/pkg-plist Tue Sep 3 02:49:46 2019 (r510915)
@@ -1,5 +1,6 @@
bin/cannonball
libexec/cannonball
+man/man6/cannonball.6.gz
%%DATADIR%%/conf/config.xml
%%DATADIR%%/res/tilemap.bin
%%DATADIR%%/res/tilepatch.bin
More information about the svn-ports-all
mailing list