diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-29 05:56:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-29 05:56:56 +0000 |
commit | aae2692930dded120bc7d12fe8ba1fa9e5ff6b09 (patch) | |
tree | 67b8bc1a9171372ce431f48942c82d6cfe2faf96 /net | |
parent | f91405002357182c07be67b152512e1260668e29 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/cyphesis/Makefile | 14 | ||||
-rw-r--r-- | net/cyphesis/distinfo | 4 | ||||
-rw-r--r-- | net/cyphesis/pkg-plist | 2 | ||||
-rw-r--r-- | net/skstream/Makefile | 2 | ||||
-rw-r--r-- | net/skstream/distinfo | 4 | ||||
-rw-r--r-- | net/skstream/pkg-plist | 2 |
6 files changed, 17 insertions, 11 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index ec84a32eb40b..0a1b96750a02 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,8 +7,7 @@ # PORTNAME= cyphesis -PORTVERSION= 0.5.21 -PORTREVISION= 6 +PORTVERSION= 0.5.26 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} @@ -17,9 +16,9 @@ COMMENT= A server for WorldForge games LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ varconf-1.0.6:${PORTSDIR}/devel/varconf \ - wfmath-0.3.4:${PORTSDIR}/math/wfmath \ - mercator-0.2.8:${PORTSDIR}/devel/mercator \ - skstream-0.3.5:${PORTSDIR}/net/skstream \ + wfmath-0.3.5:${PORTSDIR}/math/wfmath \ + mercator-0.3.1:${PORTSDIR}/devel/mercator \ + skstream-0.3.6:${PORTSDIR}/net/skstream \ gcrypt.17:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} @@ -48,6 +47,11 @@ post-patch: ${REINPLACE_CMD} -e 's|$$(datadir)/cyphesis|${DATADIR}|g' @${REINPLACE_CMD} -e 's|/bash|/sh|' ${WRKSRC}/scripts/extract_revision.sh @${REINPLACE_CMD} -e '1s|python|${LOCALBASE}/bin/${PYTHON_VERSION}|' ${WRKSRC}/scripts/gen_buildid.py + @${REINPLACE_CMD} -e 's/#ifdef __APPLE__/#if defined(__APPLE__) || defined(__FreeBSD__)/g; \ + s/#ifndef __APPLE__/#if !defined(__APPLE__) \&\& !defined(__FreeBSD__)/g' \ + ${WRKSRC}/common/system.cpp \ + ${WRKSRC}/common/AtlasStreamClient.cpp \ + ${WRKSRC}/server/CommUnixListener.cpp post-install: .if !defined(NOPORTDOCS) diff --git a/net/cyphesis/distinfo b/net/cyphesis/distinfo index 0f7afb4c4d73..75bc11f4c982 100644 --- a/net/cyphesis/distinfo +++ b/net/cyphesis/distinfo @@ -1,2 +1,2 @@ -SHA256 (cyphesis-0.5.21.tar.bz2) = 55c64d7b291f50d89a2f4dd364cb562fd288fb550dcab3bd4fd3618dce323a73 -SIZE (cyphesis-0.5.21.tar.bz2) = 621623 +SHA256 (cyphesis-0.5.26.tar.bz2) = eff10beeafeea72a045a60caf1793270ee5406864ab22d086dc5fc902ad9b394 +SIZE (cyphesis-0.5.26.tar.bz2) = 755060 diff --git a/net/cyphesis/pkg-plist b/net/cyphesis/pkg-plist index 5be37da2e5f2..efb3bd315096 100644 --- a/net/cyphesis/pkg-plist +++ b/net/cyphesis/pkg-plist @@ -61,6 +61,7 @@ etc/cyphesis/mason.d/weapons.xml %%DATADIR%%/rulesets/mason/define_world_aglanor.py %%DATADIR%%/rulesets/mason/regression.py %%DATADIR%%/rulesets/mason/tests.py +%%DATADIR%%/rulesets/mason/terrain.py %%DATADIR%%/rulesets/mason/world/__init__.py %%DATADIR%%/rulesets/mason/world/objects/Pile.py %%DATADIR%%/rulesets/mason/world/objects/Weather.py @@ -109,6 +110,7 @@ etc/cyphesis/mason.d/weapons.xml %%DATADIR%%/rulesets/mason/world/tasks/Delve.py %%DATADIR%%/rulesets/mason/world/tasks/Dig.py %%DATADIR%%/rulesets/mason/world/tasks/Fishing.py +%%DATADIR%%/rulesets/mason/world/tasks/Heaping.py %%DATADIR%%/rulesets/mason/world/tasks/Logging.py %%DATADIR%%/rulesets/mason/world/tasks/Raise.py %%DATADIR%%/rulesets/mason/world/tasks/Ram.py diff --git a/net/skstream/Makefile b/net/skstream/Makefile index ebcd6a2f443c..295dff73cb4b 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= skstream -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION} diff --git a/net/skstream/distinfo b/net/skstream/distinfo index c3978c72b002..64ad6bd5048a 100644 --- a/net/skstream/distinfo +++ b/net/skstream/distinfo @@ -1,2 +1,2 @@ -SHA256 (skstream-0.3.7.tar.gz) = fe272ad19927f8335d599f80240f59fab30fbbce20244a87fd4d454c0faa40f0 -SIZE (skstream-0.3.7.tar.gz) = 378336 +SHA256 (skstream-0.3.8.tar.gz) = a0ceb95b6a239a5a3b82afece3f2832d3eaf1f9254d2d6d9011ca0c139103390 +SIZE (skstream-0.3.8.tar.gz) = 387412 diff --git a/net/skstream/pkg-plist b/net/skstream/pkg-plist index 38765c1d7ef0..44c053fc9525 100644 --- a/net/skstream/pkg-plist +++ b/net/skstream/pkg-plist @@ -1,6 +1,6 @@ lib/libskstream-0.3.la lib/libskstream-0.3.so -lib/libskstream-0.3.so.5 +lib/libskstream-0.3.so.6 libdata/pkgconfig/skstream-0.3.pc libdata/pkgconfig/skstream-unix-0.3.pc lib/skstream-0.3/include/skstream/skstreamconfig.h |