summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/ember/Makefile6
-rw-r--r--games/vegastrike/Makefile2
-rw-r--r--graphics/ogre3d/Makefile3
-rw-r--r--graphics/ogre3d/distinfo6
-rw-r--r--graphics/ogre3d/pkg-plist4
-rw-r--r--x11-toolkits/gigi/Makefile6
6 files changed, 13 insertions, 14 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile
index e8a6bdaccacf..825b93dac184 100644
--- a/games/ember/Makefile
+++ b/games/ember/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ember
PORTVERSION= 0.5.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \
http://amber.worldforge.org/ember/releases/stable/
@@ -18,8 +18,8 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= oliver@FreeBSD.org
COMMENT= Ember is a WorldForge 3d client using the OGRE 3d library
-BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d
-RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d
+BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d
+RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
eris-1.3:${PORTSDIR}/devel/eris \
varconf-1.0.6:${PORTSDIR}/devel/varconf \
diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile
index 09a84ede1513..c10416127107 100644
--- a/games/vegastrike/Makefile
+++ b/games/vegastrike/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vegastrike
PORTVERSION= 0.5.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= vegastrike-source-${PORTVERSION}
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 9284126b773b..16795fd4e57d 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ogre3d
-PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTVERSION= 1.6.3
CATEGORIES= graphics devel
MASTER_SITES= SF/ogre/ogre/${PORTVERSION}
DISTNAME= ogre-v${PORTVERSION:S/./-/g:S/-r1/RC1/g}
diff --git a/graphics/ogre3d/distinfo b/graphics/ogre3d/distinfo
index 17e37edb3891..ef5d12cf017b 100644
--- a/graphics/ogre3d/distinfo
+++ b/graphics/ogre3d/distinfo
@@ -1,3 +1,3 @@
-MD5 (ogre-v1-6-2.tar.bz2) = 0f7e80fc255ad6ffe77151e4a08010be
-SHA256 (ogre-v1-6-2.tar.bz2) = bc43882d8fc0039d65e606cfc55a81f8cea6e6d95310975f89029d47cc964554
-SIZE (ogre-v1-6-2.tar.bz2) = 42822910
+MD5 (ogre-v1-6-3.tar.bz2) = ad9ba0e04aaf6b4189241331d1bac14b
+SHA256 (ogre-v1-6-3.tar.bz2) = cd5897b49d9a9fd12e5a67d0b804ef9302cfff62fa8bfde4941cb488b677a2ef
+SIZE (ogre-v1-6-3.tar.bz2) = 41790055
diff --git a/graphics/ogre3d/pkg-plist b/graphics/ogre3d/pkg-plist
index ca5a71ce0b21..1544e316885a 100644
--- a/graphics/ogre3d/pkg-plist
+++ b/graphics/ogre3d/pkg-plist
@@ -251,10 +251,10 @@ lib/OGRE/libPlugin_PCZSceneManager.so
lib/libCEGUIOgreRenderer.a
lib/libCEGUIOgreRenderer.la
lib/libCEGUIOgreRenderer.so
-lib/libCEGUIOgreRenderer-1.6.2.so
+lib/libCEGUIOgreRenderer-1.6.3.so
lib/libOgreMain.la
lib/libOgreMain.so
-lib/libOgreMain-1.6.2.so
+lib/libOgreMain-1.6.3.so
libdata/pkgconfig/CEGUI-OGRE.pc
libdata/pkgconfig/OGRE.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile
index 843fe7a5d8da..eed20a439fa8 100644
--- a/x11-toolkits/gigi/Makefile
+++ b/x11-toolkits/gigi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gigi
PORTVERSION= 0.6.0.729
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -39,9 +39,9 @@ WRKSRC= ${WRKDIR}/gigi/GG
.include <bsd.port.pre.mk>
.if defined(WITH_OGRE)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d \
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d \
${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois
-RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d \
+RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d \
${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois
PLIST_SUB+= OGRE=""
GIGI_LIBS+= GiGiOgre GiGiOgrePlugin_OIS