aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2012-06-24 18:42:39 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2012-06-24 18:42:39 +0000
commit3ac4dec4fb05549acf11863b4bd5cd399141440b (patch)
treeaf6492a91354a3bb526fd4e251cf57bfc877681b
parent2de4b06af2fe0136d720aec4d1bc05fc34a0abba (diff)
downloadports-3ac4dec4fb05549acf11863b4bd5cd399141440b.tar.gz
ports-3ac4dec4fb05549acf11863b4bd5cd399141440b.zip
Notes
-rw-r--r--games/ember/Makefile4
-rw-r--r--games/rigsofrods/Makefile2
-rw-r--r--games/secretmaryochronicles/Makefile4
-rw-r--r--games/sumwars/Makefile4
-rw-r--r--graphics/cegui/Makefile4
-rw-r--r--graphics/cegui/distinfo4
-rw-r--r--graphics/cegui/pkg-plist44
7 files changed, 33 insertions, 33 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile
index 0fafe35cb04d..c5fec09a5c51 100644
--- a/games/ember/Makefile
+++ b/games/ember/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ember
PORTVERSION= 0.6.2
-PORTREVISION= 5
+PORTREVISION= 6
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.6.0:${PORTSDIR}/graphics/cegui
+ CEGUIBase-0.7.7.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 b936419b5a00..37496c4657fd 100644
--- a/games/rigsofrods/Makefile
+++ b/games/rigsofrods/Makefile
@@ -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.6.0:${PORTSDIR}/graphics/cegui \
+ CEGUIBase-0.7.7.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 31e4837f849d..a2b436995554 100644
--- a/games/secretmaryochronicles/Makefile
+++ b/games/secretmaryochronicles/Makefile
@@ -7,7 +7,7 @@
PORTNAME= secretmaryochronicles
PORTVERSION= 1.10.git20120512
-PORTREVISION= 2
+PORTREVISION= 3
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.6.0:${PORTSDIR}/graphics/cegui \
+LIB_DEPENDS= CEGUIBase-0.7.7.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 4438bcacbaf0..800aa3e02aa9 100644
--- a/games/sumwars/Makefile
+++ b/games/sumwars/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sumwars
PORTVERSION= 0.5.5
-PORTREVISION= 5
+PORTREVISION= 6
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.6.0:${PORTSDIR}/graphics/cegui \
+LIB_DEPENDS= CEGUIBase-0.7.7.0:${PORTSDIR}/graphics/cegui \
vorbis.4:${PORTSDIR}/audio/libvorbis \
PocoNet.12:${PORTSDIR}/devel/poco \
physfs.1:${PORTSDIR}/devel/physfs
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index f42ead264ebe..3d3cd7d65443 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= cegui
-PORTVERSION= 0.7.6
+PORTVERSION= 0.7.7
CATEGORIES= graphics devel
-MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.7.6
+MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/${PORTVERSION}
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
diff --git a/graphics/cegui/distinfo b/graphics/cegui/distinfo
index 694e0153db62..f42a7efa3a97 100644
--- a/graphics/cegui/distinfo
+++ b/graphics/cegui/distinfo
@@ -1,2 +1,2 @@
-SHA256 (CEGUI-0.7.6.tar.gz) = b1b969332f8325ad4b6af7d4607417162d6c06100f4c6569248aed6afcafa3c6
-SIZE (CEGUI-0.7.6.tar.gz) = 9146821
+SHA256 (CEGUI-0.7.7.tar.gz) = 551e6fe4fffc7586b0ef0434b83ddc2b3889fc8c7eb22d4cca92b1c7ce25059a
+SIZE (CEGUI-0.7.7.tar.gz) = 9176105
diff --git a/graphics/cegui/pkg-plist b/graphics/cegui/pkg-plist
index 5ca2d1e07c08..06d1595ef613 100644
--- a/graphics/cegui/pkg-plist
+++ b/graphics/cegui/pkg-plist
@@ -285,48 +285,48 @@ include/CEGUI/falagard/CEGUIFalWidgetComponent.h
include/CEGUI/falagard/CEGUIFalWidgetLookFeel.h
include/CEGUI/falagard/CEGUIFalWidgetLookManager.h
include/CEGUI/falagard/CEGUIFalXMLEnumHelper.h
-lib/libCEGUIBase-0.7.6.so.0
-lib/libCEGUIBase-0.7.6.so
+lib/libCEGUIBase-0.7.7.so.0
+lib/libCEGUIBase-0.7.7.so
lib/libCEGUIBase.la
lib/libCEGUIBase.so
-lib/libCEGUIDevILImageCodec-0.7.6.so.0
-lib/libCEGUIDevILImageCodec-0.7.6.so
+lib/libCEGUIDevILImageCodec-0.7.7.so.0
+lib/libCEGUIDevILImageCodec-0.7.7.so
lib/libCEGUIDevILImageCodec.la
lib/libCEGUIDevILImageCodec.so
-lib/libCEGUIFalagardWRBase-0.7.6.so.0
-lib/libCEGUIFalagardWRBase-0.7.6.so
+lib/libCEGUIFalagardWRBase-0.7.7.so.0
+lib/libCEGUIFalagardWRBase-0.7.7.so
lib/libCEGUIFalagardWRBase.la
lib/libCEGUIFalagardWRBase.so
-lib/libCEGUILuaScriptModule-0.7.6.so.0
-lib/libCEGUILuaScriptModule-0.7.6.so
+lib/libCEGUILuaScriptModule-0.7.7.so.0
+lib/libCEGUILuaScriptModule-0.7.7.so
lib/libCEGUILuaScriptModule.la
lib/libCEGUILuaScriptModule.so
-lib/libCEGUINullRenderer-0.7.6.so.0
-lib/libCEGUINullRenderer-0.7.6.so
+lib/libCEGUINullRenderer-0.7.7.so.0
+lib/libCEGUINullRenderer-0.7.7.so
lib/libCEGUINullRenderer.la
lib/libCEGUINullRenderer.so
-%%WITH_OGRE%%lib/libCEGUIOgreRenderer-0.7.6.so.0
-%%WITH_OGRE%%lib/libCEGUIOgreRenderer-0.7.6.so
+%%WITH_OGRE%%lib/libCEGUIOgreRenderer-0.7.7.so.0
+%%WITH_OGRE%%lib/libCEGUIOgreRenderer-0.7.7.so
%%WITH_OGRE%%lib/libCEGUIOgreRenderer.la
%%WITH_OGRE%%lib/libCEGUIOgreRenderer.so
-lib/libCEGUIOpenGLRenderer-0.7.6.so.0
-lib/libCEGUIOpenGLRenderer-0.7.6.so
+lib/libCEGUIOpenGLRenderer-0.7.7.so.0
+lib/libCEGUIOpenGLRenderer-0.7.7.so
lib/libCEGUIOpenGLRenderer.la
lib/libCEGUIOpenGLRenderer.so
-lib/libCEGUISTBImageCodec-0.7.6.so.0
-lib/libCEGUISTBImageCodec-0.7.6.so
+lib/libCEGUISTBImageCodec-0.7.7.so.0
+lib/libCEGUISTBImageCodec-0.7.7.so
lib/libCEGUISTBImageCodec.la
lib/libCEGUISTBImageCodec.so
-lib/libCEGUITGAImageCodec-0.7.6.so.0
-lib/libCEGUITGAImageCodec-0.7.6.so
+lib/libCEGUITGAImageCodec-0.7.7.so.0
+lib/libCEGUITGAImageCodec-0.7.7.so
lib/libCEGUITGAImageCodec.la
lib/libCEGUITGAImageCodec.so
-lib/libCEGUITinyXMLParser-0.7.6.so.0
-lib/libCEGUITinyXMLParser-0.7.6.so
+lib/libCEGUITinyXMLParser-0.7.7.so.0
+lib/libCEGUITinyXMLParser-0.7.7.so
lib/libCEGUITinyXMLParser.la
lib/libCEGUITinyXMLParser.so
-@comment lib/libCEGUItoluapp-0.7.6.so.0
-@comment lib/libCEGUItoluapp-0.7.6.so
+@comment lib/libCEGUItoluapp-0.7.7.so.0
+@comment lib/libCEGUItoluapp-0.7.7.so
@comment lib/libCEGUItoluapp.la
@comment lib/libCEGUItoluapp.so
%%WITH_OGRE%%libdata/pkgconfig/CEGUI-OGRE.pc