diff options
author | oliver <oliver@FreeBSD.org> | 2014-03-01 00:42:35 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-03-01 00:42:35 +0800 |
commit | f09e972ee5718c965931f09719f1a2def1880123 (patch) | |
tree | 7b89f2bc48f732c07c4f7f2348c56b495ea8f2fb /net/cyphesis | |
parent | ac3114dab053d948dcd9139010a44a13579ad037 (diff) | |
download | freebsd-ports-graphics-f09e972ee5718c965931f09719f1a2def1880123.tar.gz freebsd-ports-graphics-f09e972ee5718c965931f09719f1a2def1880123.tar.zst freebsd-ports-graphics-f09e972ee5718c965931f09719f1a2def1880123.zip |
update to 0.6.2
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 3 | ||||
-rw-r--r-- | net/cyphesis/distinfo | 4 | ||||
-rw-r--r-- | net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp | 11 | ||||
-rw-r--r-- | net/cyphesis/pkg-plist | 2 |
4 files changed, 15 insertions, 5 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 5d657a8ba9e..b0f2f660a2a 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cyphesis -PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTVERSION= 0.6.2 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} diff --git a/net/cyphesis/distinfo b/net/cyphesis/distinfo index ddc5ec7d426..bc9634a9df2 100644 --- a/net/cyphesis/distinfo +++ b/net/cyphesis/distinfo @@ -1,2 +1,2 @@ -SHA256 (cyphesis-0.6.0.tar.bz2) = b6988e6dbdf7b601bf6d9fc7456fa7ad376f96ad350b3da3d9c4714fa43a52ad -SIZE (cyphesis-0.6.0.tar.bz2) = 840777 +SHA256 (cyphesis-0.6.2.tar.bz2) = 251f297b299834ae67abe6196f646ef8f14bc5be3096d03c6ff677ff20acfcfd +SIZE (cyphesis-0.6.2.tar.bz2) = 932099 diff --git a/net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp b/net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp new file mode 100644 index 00000000000..21dda8d1cf2 --- /dev/null +++ b/net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp @@ -0,0 +1,11 @@ +--- metaserverapi/MetaServerPacket.cpp.orig 2014-02-28 09:25:55.000000000 +0100 ++++ metaserverapi/MetaServerPacket.cpp 2014-02-28 09:26:13.000000000 +0100 +@@ -20,6 +20,8 @@ + */ + + ++#include <cstdlib> ++#include <cstdio> + #include "MetaServerPacket.hpp" + + MetaServerPacket::MetaServerPacket() : diff --git a/net/cyphesis/pkg-plist b/net/cyphesis/pkg-plist index 6e3464d6b77..2160f2582bc 100644 --- a/net/cyphesis/pkg-plist +++ b/net/cyphesis/pkg-plist @@ -25,6 +25,7 @@ etc/cyphesis/mason.d/food.xml etc/cyphesis/mason.d/mason.xml etc/cyphesis/mason.d/operations.xml etc/cyphesis/mason.d/plants.xml +etc/cyphesis/mason.d/properties.xml etc/cyphesis/mason.d/tasks.xml etc/cyphesis/mason.d/terrain.xml etc/cyphesis/mason.d/tools.xml @@ -72,7 +73,6 @@ etc/cyphesis/minimal.d/terrain.xml %%DATADIR%%/rulesets/mars/world/statistics/__init__.py %%DATADIR%%/rulesets/mason/benchmarks.py %%DATADIR%%/rulesets/mason/define_world.py -%%DATADIR%%/rulesets/mason/define_world_aglanor.py %%DATADIR%%/rulesets/mason/regression.py %%DATADIR%%/rulesets/mason/terrain.py %%DATADIR%%/rulesets/mason/tests.py |