Date: Fri, 28 Feb 2014 16:42:36 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346558 - in head/net/cyphesis: . files Message-ID: <201402281642.s1SGgaEd078417@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Fri Feb 28 16:42:35 2014 New Revision: 346558 URL: http://svnweb.freebsd.org/changeset/ports/346558 QAT: https://qat.redports.org/buildarchive/r346558/ Log: update to 0.6.2 Added: head/net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp (contents, props changed) Modified: head/net/cyphesis/Makefile head/net/cyphesis/distinfo head/net/cyphesis/pkg-plist Modified: head/net/cyphesis/Makefile ============================================================================== --- head/net/cyphesis/Makefile Fri Feb 28 16:36:59 2014 (r346557) +++ head/net/cyphesis/Makefile Fri Feb 28 16:42:35 2014 (r346558) @@ -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} Modified: head/net/cyphesis/distinfo ============================================================================== --- head/net/cyphesis/distinfo Fri Feb 28 16:36:59 2014 (r346557) +++ head/net/cyphesis/distinfo Fri Feb 28 16:42:35 2014 (r346558) @@ -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 Added: head/net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cyphesis/files/patch-metaserverapi-MetaServerPacket.cpp Fri Feb 28 16:42:35 2014 (r346558) @@ -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() : Modified: head/net/cyphesis/pkg-plist ============================================================================== --- head/net/cyphesis/pkg-plist Fri Feb 28 16:36:59 2014 (r346557) +++ head/net/cyphesis/pkg-plist Fri Feb 28 16:42:35 2014 (r346558) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281642.s1SGgaEd078417>