diff options
author | oliver <oliver@FreeBSD.org> | 2012-06-24 16:21:14 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-06-24 16:21:14 +0800 |
commit | b53cf7a65ea017d39e4e32fab532c058e3ee4832 (patch) | |
tree | 4adc1f08d1cebd6464116633eacec033f56ab4da /games | |
parent | 439525eb74757a501db3d838f4d1d91246692208 (diff) | |
download | freebsd-ports-gnome-b53cf7a65ea017d39e4e32fab532c058e3ee4832.tar.gz freebsd-ports-gnome-b53cf7a65ea017d39e4e32fab532c058e3ee4832.tar.zst freebsd-ports-gnome-b53cf7a65ea017d39e4e32fab532c058e3ee4832.zip |
update cegui to 0.7.6
ignore tinyxml when installed and always use local copy [1]
PR: ports/164547 [1]
Submitted by: Yanhui Shen <shen.elf@gmail.com> [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 4 | ||||
-rw-r--r-- | games/rigsofrods/Makefile | 4 | ||||
-rw-r--r-- | games/secretmaryochronicles/Makefile | 4 | ||||
-rw-r--r-- | games/sumwars/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index aa74312779d2..0fafe35cb04d 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,7 +7,7 @@ PORTNAME= ember PORTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ @@ -26,7 +26,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ mercator-0.3.1:${PORTSDIR}/devel/mercator \ wfut-0.2:${PORTSDIR}/devel/libwfut \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ - CEGUIBase-0.7.5.0:${PORTSDIR}/graphics/cegui + CEGUIBase-0.7.6.0:${PORTSDIR}/graphics/cegui CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc \ --program-transform-name= --disable-cppunit --enable-debug \ diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile index 7e3e2f4f9b6e..b936419b5a00 100644 --- a/games/rigsofrods/Makefile +++ b/games/rigsofrods/Makefile @@ -7,7 +7,7 @@ PORTNAME= rigsofrods PORTVERSION= 0.36.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ @@ -19,7 +19,7 @@ COMMENT= Truck, car, airplane and boat simulator with advanced physics LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ freetype.9:${PORTSDIR}/print/freetype2 \ - CEGUIBase-0.7.5:${PORTSDIR}/graphics/cegui \ + CEGUIBase-0.7.6.0:${PORTSDIR}/graphics/cegui \ freeimage.3:${PORTSDIR}/graphics/freeimage BUILD_DEPENDS= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois \ unzip:${PORTSDIR}/archivers/unzip diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index 971be053fdfa..31e4837f849d 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -7,7 +7,7 @@ PORTNAME= secretmaryochronicles PORTVERSION= 1.10.git20120512 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ # SF/smclone/Secret%20Maryo%20Chronicles/${PORTVERSION} @@ -16,7 +16,7 @@ DISTNAME= smc-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Secret Maryo Chronicles two-dimensional platform game -LIB_DEPENDS= CEGUIBase-0.7.5.0:${PORTSDIR}/graphics/cegui \ +LIB_DEPENDS= CEGUIBase-0.7.6.0:${PORTSDIR}/graphics/cegui \ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ png15:${PORTSDIR}/graphics/png diff --git a/games/sumwars/Makefile b/games/sumwars/Makefile index e4863b587d86..4438bcacbaf0 100644 --- a/games/sumwars/Makefile +++ b/games/sumwars/Makefile @@ -7,7 +7,7 @@ PORTNAME= sumwars PORTVERSION= 0.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/sumwars/${PORTVERSION} DISTNAME= sumwars-${PORTVERSION}-src @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS-1.2.0.so:${PORTSDIR}/devel/ois -LIB_DEPENDS= CEGUIBase-0.7.5.0:${PORTSDIR}/graphics/cegui \ +LIB_DEPENDS= CEGUIBase-0.7.6.0:${PORTSDIR}/graphics/cegui \ vorbis.4:${PORTSDIR}/audio/libvorbis \ PocoNet.12:${PORTSDIR}/devel/poco \ physfs.1:${PORTSDIR}/devel/physfs |