update ogre to 1.4.9
This commit is contained in:
parent
d228c92ae7
commit
2caa2fea22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215083
4 changed files with 8 additions and 7 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ember
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF \
|
||||
http://amber.worldforge.org/ember/releases/stable/
|
||||
|
@ -17,7 +18,7 @@ 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.4.8.so:${PORTSDIR}/graphics/ogre3d
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain-1.4.9.so:${PORTSDIR}/graphics/ogre3d
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
|
||||
eris-1.3:${PORTSDIR}/devel/eris \
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ogre3d
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ogre-v1-4-8.tar.bz2) = c9034bdbd4c7cd79a4dd38811765262a
|
||||
SHA256 (ogre-v1-4-8.tar.bz2) = 396eac8accbee9b3652ed6b94e2bc2c7a129e96c661fe1a6d5855c78657d19c1
|
||||
SIZE (ogre-v1-4-8.tar.bz2) = 29700614
|
||||
MD5 (ogre-v1-4-9.tar.bz2) = 8a73fbcf42fd6b156b2567839d0cd125
|
||||
SHA256 (ogre-v1-4-9.tar.bz2) = 38b17826b6b34e70bf1bab17d4791ab1d485409c938cf71e1e5f866f3391c35b
|
||||
SIZE (ogre-v1-4-9.tar.bz2) = 29555312
|
||||
|
|
|
@ -238,11 +238,11 @@ lib/OGRE/RenderSystem_GL.so
|
|||
lib/libCEGUIOgreRenderer.a
|
||||
lib/libCEGUIOgreRenderer.la
|
||||
lib/libCEGUIOgreRenderer.so
|
||||
lib/libCEGUIOgreRenderer-1.4.8.so
|
||||
lib/libCEGUIOgreRenderer-1.4.9.so
|
||||
lib/libOgreMain.a
|
||||
lib/libOgreMain.la
|
||||
lib/libOgreMain.so
|
||||
lib/libOgreMain-1.4.8.so
|
||||
lib/libOgreMain-1.4.9.so
|
||||
libdata/pkgconfig/CEGUI-OGRE.pc
|
||||
libdata/pkgconfig/OGRE.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
|
Loading…
Reference in a new issue