From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 16:42:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37A04D8B; Fri, 28 Feb 2014 16:42:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A5181DDB; Fri, 28 Feb 2014 16:42:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SGgad2078421; Fri, 28 Feb 2014 16:42:36 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SGgaEd078417; Fri, 28 Feb 2014 16:42:36 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201402281642.s1SGgaEd078417@svn.freebsd.org> From: Oliver Lehmann Date: Fri, 28 Feb 2014 16:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346558 - in head/net/cyphesis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 16:42:37 -0000 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 ++#include + #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