From 3c0e98f54d362739323a2be202dccf6fa1838dcd Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 9 Dec 2019 21:07:13 +0000 Subject: - Move graphics/osg to graphics/osg34 in preparation for update to 3.6 PR: 230442 --- games/flightgear/Makefile | 3 ++- games/openmw/Makefile | 4 ++-- games/palomino/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 0415a2943623..a75e90678a57 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,6 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2019.1.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -15,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libboost_thread.so:devel/boost-libs \ libfltk.so:x11-toolkits/fltk \ libfreetype.so:print/freetype2 \ - libosg.so:graphics/osg \ + libosg.so:graphics/osg34 \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libcurl.so:ftp/curl \ diff --git a/games/openmw/Makefile b/games/openmw/Makefile index fc5f2e3b567d..d0d1bcaa1115 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -4,7 +4,7 @@ PORTNAME= openmw DISTVERSIONPREFIX= openmw- DISTVERSION= 0.45.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -20,7 +20,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libboost_thread.so:devel/boost-libs \ libBulletCollision.so:devel/bullet \ libMyGUIEngine.so:x11-toolkits/mygui \ - libosg.so:graphics/osg \ + libosg.so:graphics/osg34 \ libunshield.so:archivers/unshield USES= cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl xorg diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 84addbe7a5ee..c321914bce04 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -3,7 +3,7 @@ PORTNAME= palomino PORTVERSION= 20131231 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/palomino-sim DISTFILES= ${PORTNAME}_src_${PORTVERSION}.txz \ @@ -18,7 +18,7 @@ COMMENT= Action flight simulation computer program using OSG LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt -LIB_DEPENDS= libosg.so:graphics/osg +LIB_DEPENDS= libosg.so:graphics/osg34 USES= alias compiler:c++11-lang cmake:insource,noninja gl lua:51 tar:xz USE_CXXSTD= gnu++98 -- cgit