Index: head/games/dustrac/Makefile =================================================================== --- head/games/dustrac/Makefile (revision 389024) +++ head/games/dustrac/Makefile (revision 389025) @@ -1,34 +1,37 @@ # $FreeBSD$ PORTNAME= dustrac -PORTVERSION= 1.9.2 +PORTVERSION= 1.11.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/src MAINTAINER= makc@FreeBSD.org COMMENT= 2D top-view racing game LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis USES= compiler:c++11-lib cmake:outsource openal pkgconfig USE_GL= glu USE_QT5= core opengl xml widgets \ buildtools_build linguisttools_build qmake_build CMAKE_ARGS= -DReleaseBuild=on \ -DDATA_PATH=${DATADIR} \ -DDOC_PATH=${DOCSDIR} LDFLAGS+= -L${LOCALBASE}/lib + +USE_GITHUB= yes +GH_ACCOUNT= juzzlin +GH_PROJECT= DustRacing2D OPTIONS_DEFINE= DOCS STRIP_FILES= bin/dustrac-game \ bin/dustrac-editor post-patch: ${REINPLACE_CMD} -e '/add_subdirectory(UnitTests)/d' \ ${WRKSRC}/src/game/MiniCore/CMakeLists.txt post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} .include Index: head/games/dustrac/distinfo =================================================================== --- head/games/dustrac/distinfo (revision 389024) +++ head/games/dustrac/distinfo (revision 389025) @@ -1,2 +1,2 @@ -SHA256 (dustrac-1.9.2.tar.gz) = 6254bc0d6db7f16393ba2d9a8f41d0e3ac33448b5e806e641e859a9105b8eb85 -SIZE (dustrac-1.9.2.tar.gz) = 25892050 +SHA256 (juzzlin-DustRacing2D-1.11.0_GH0.tar.gz) = 48512ce979d4c4945dd6b9b4832da88619113477a53f0b7e7edee832f5a582ec +SIZE (juzzlin-DustRacing2D-1.11.0_GH0.tar.gz) = 27506587 Index: head/games/dustrac/files/patch-src__common__route.cpp =================================================================== --- head/games/dustrac/files/patch-src__common__route.cpp (revision 389024) +++ head/games/dustrac/files/patch-src__common__route.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- ./src/common/route.cpp.orig 2014-03-29 12:42:23.000000000 +0000 -+++ ./src/common/route.cpp 2014-04-14 11:24:16.431660171 +0000 -@@ -18,6 +18,7 @@ - - #include - #include -+#include - - static const int CLOSING_TH = 32; - Property changes on: head/games/dustrac/files/patch-src__common__route.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/dustrac/files/patch-src__editor__editorview.cpp =================================================================== --- head/games/dustrac/files/patch-src__editor__editorview.cpp (revision 389024) +++ head/games/dustrac/files/patch-src__editor__editorview.cpp (revision 389025) @@ -1,11 +1,10 @@ ---- ./src/editor/editorview.cpp.orig 2014-03-29 12:42:23.000000000 +0000 -+++ ./src/editor/editorview.cpp 2014-04-06 15:45:53.624369553 +0000 -@@ -240,7 +240,7 @@ +--- src/editor/editorview.cpp.orig 2015-04-28 17:34:19 UTC ++++ src/editor/editorview.cpp +@@ -35,6 +35,7 @@ + #include "tracktile.hpp" - if (MainWindow::instance()->randomlyRotateObjects()) - { -- object.setRotation(std::rand() % 360); -+ object.setRotation(rand() % 360); - } + #include ++#include - scene()->addItem(&object); + EditorView::EditorView(EditorData & editorData, QWidget * parent) + : QGraphicsView(parent) Index: head/games/dustrac/pkg-descr =================================================================== --- head/games/dustrac/pkg-descr (revision 389024) +++ head/games/dustrac/pkg-descr (revision 389025) @@ -1,9 +1,9 @@ Dust Racing 2D (Dustrac) is a tile-based, cross-platform 2D racing game written in Qt. Play against challenging computer cars or use the split-screen mode to play against your friend. A level editor for easy level creation -is included. Dust Racing 2D is inspired by Super Cars and Slicks’n +is included. Dust Racing 2D is inspired by Super Cars and Slicks'n Slide. WWW: http://dustrac.sourceforge.net/ Index: head/games/dustrac/pkg-plist =================================================================== --- head/games/dustrac/pkg-plist (revision 389024) +++ head/games/dustrac/pkg-plist (revision 389025) @@ -1,131 +1,135 @@ bin/dustrac-editor bin/dustrac-game share/applications/dustrac-editor.desktop share/applications/dustrac-game.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/editorModels.conf %%DATADIR%%/fonts.conf %%DATADIR%%/fonts/UbuntuMono-B.ttf %%DATADIR%%/fonts/UbuntuMono-R.ttf %%DATADIR%%/images/about.png %%DATADIR%%/images/asphalt.png %%DATADIR%%/images/brake.png %%DATADIR%%/images/bridge.png %%DATADIR%%/images/bridgeEditor.png %%DATADIR%%/images/bridgeObject.png %%DATADIR%%/images/bridgePreview.png %%DATADIR%%/images/bushArea.png %%DATADIR%%/images/carBlack.png %%DATADIR%%/images/carBlue.png %%DATADIR%%/images/carBrown.png %%DATADIR%%/images/carCyan.png %%DATADIR%%/images/carDarkGreen.png %%DATADIR%%/images/carDarkRed.png %%DATADIR%%/images/carGreen.png %%DATADIR%%/images/carGrey.png %%DATADIR%%/images/carNormalMap.png %%DATADIR%%/images/carOrange.png %%DATADIR%%/images/carPink.png %%DATADIR%%/images/carRed.png %%DATADIR%%/images/carViolet.png %%DATADIR%%/images/carYellow.png %%DATADIR%%/images/checkeredFlag.png %%DATADIR%%/images/clear.png %%DATADIR%%/images/corner.png %%DATADIR%%/images/corner45Left.png %%DATADIR%%/images/corner45LeftPreview.png %%DATADIR%%/images/corner45Right.png %%DATADIR%%/images/corner45RightPreview.png %%DATADIR%%/images/cornerPreview.png +%%DATADIR%%/images/crashOverlay.png %%DATADIR%%/images/creditsHelpBack.png %%DATADIR%%/images/cross.png %%DATADIR%%/images/cursor.png %%DATADIR%%/images/cursor2.png %%DATADIR%%/images/dustRacing2DBanner.png %%DATADIR%%/images/finish.png %%DATADIR%%/images/finishPreview.png %%DATADIR%%/images/frontTire.png %%DATADIR%%/images/grandstand.png %%DATADIR%%/images/grandstandEditor.png %%DATADIR%%/images/grass.png %%DATADIR%%/images/grassEditor.png %%DATADIR%%/images/grid.png %%DATADIR%%/images/intro.png %%DATADIR%%/images/leaf.png %%DATADIR%%/images/left.png %%DATADIR%%/images/lock.png %%DATADIR%%/images/logo.png %%DATADIR%%/images/mainMenuBack.png -%%DATADIR%%/images/monospace.png %%DATADIR%%/images/mud.png %%DATADIR%%/images/pit.png %%DATADIR%%/images/plant.png %%DATADIR%%/images/right.png %%DATADIR%%/images/rock.png %%DATADIR%%/images/sand.png %%DATADIR%%/images/sandAreaBig.png %%DATADIR%%/images/sandAreaCurve.png +%%DATADIR%%/images/sandEditor.png %%DATADIR%%/images/sandGrassCorner.png %%DATADIR%%/images/sandGrassCorner2.png +%%DATADIR%%/images/sandGrassCorner2Editor.png +%%DATADIR%%/images/sandGrassCornerEditor.png %%DATADIR%%/images/sandGrassStraight.png +%%DATADIR%%/images/sandGrassStraightEditor.png %%DATADIR%%/images/settingsBack.png %%DATADIR%%/images/skid.png %%DATADIR%%/images/sky.png %%DATADIR%%/images/smoke.png %%DATADIR%%/images/sparkle.png %%DATADIR%%/images/star.png %%DATADIR%%/images/starGlow.png %%DATADIR%%/images/startLightGlow.png %%DATADIR%%/images/startLightOff.png %%DATADIR%%/images/startLightOffCorner.png %%DATADIR%%/images/startLightOn.png %%DATADIR%%/images/startLightOnCorner.png %%DATADIR%%/images/steel.jpg %%DATADIR%%/images/straight.png %%DATADIR%%/images/straight45Female.png %%DATADIR%%/images/straight45FemalePreview.png %%DATADIR%%/images/straight45Male.png %%DATADIR%%/images/straight45MalePreview.png %%DATADIR%%/images/straightPreview.png %%DATADIR%%/images/tire.png %%DATADIR%%/images/tireStatusIndicatorBody.png %%DATADIR%%/images/tireStatusIndicatorTires.png %%DATADIR%%/images/trackSelectionBack.png %%DATADIR%%/images/tree.png %%DATADIR%%/images/wood.png %%DATADIR%%/levels/curvastone.trk %%DATADIR%%/levels/infinity.trk %%DATADIR%%/levels/monza.trk %%DATADIR%%/levels/ring.trk %%DATADIR%%/levels/straight.trk %%DATADIR%%/levels/suzuka.trk %%DATADIR%%/levels/triangle.trk %%DATADIR%%/levels/twister.trk %%DATADIR%%/meshes.conf %%DATADIR%%/models/cube.obj %%DATADIR%%/sounds/bell.ogg %%DATADIR%%/sounds/carEngine.ogg %%DATADIR%%/sounds/carHit.ogg %%DATADIR%%/sounds/carHit2.ogg %%DATADIR%%/sounds/carHit3.ogg %%DATADIR%%/sounds/cheering.ogg %%DATADIR%%/sounds/menuBoom.ogg %%DATADIR%%/sounds/menuClick.ogg %%DATADIR%%/sounds/pit.ogg %%DATADIR%%/sounds/skid.ogg -%%DATADIR%%/textures.conf +%%DATADIR%%/surfaces.conf %%DATADIR%%/translations/dustrac-editor_cs.qm %%DATADIR%%/translations/dustrac-editor_fi.qm %%DATADIR%%/translations/dustrac-editor_fr.qm %%DATADIR%%/translations/dustrac-editor_it.qm %%DATADIR%%/translations/dustrac-game_cs.qm %%DATADIR%%/translations/dustrac-game_fi.qm %%DATADIR%%/translations/dustrac-game_fr.qm %%DATADIR%%/translations/dustrac-game_it.qm share/icons/hicolor/64x64/apps/dustrac-editor.png share/icons/hicolor/64x64/apps/dustrac-game.png share/pixmaps/dustrac-editor.png share/pixmaps/dustrac-game.png