From owner-svn-ports-all@FreeBSD.ORG Tue Sep 10 12:20:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7BA7A14F; Tue, 10 Sep 2013 12:20:22 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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 699DE24F2; Tue, 10 Sep 2013 12:20:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ACKMD2083908; Tue, 10 Sep 2013 12:20:22 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ACKMLH083899; Tue, 10 Sep 2013 12:20:22 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309101220.r8ACKMLH083899@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Tue, 10 Sep 2013 12:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326897 - head/net/cyphesis 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.14 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: Tue, 10 Sep 2013 12:20:22 -0000 Author: rm Date: Tue Sep 10 12:20:21 2013 New Revision: 326897 URL: http://svnweb.freebsd.org/changeset/ports/326897 Log: - remove leading indefinite article from COMMENT - convert USE_GMAKE to USES equivalent - relax USE_PYTHON check: 2.7 is now supported - add trailing slash to WWW in pkg-descr Approved by: oliver (maintainer, by mail) Modified: head/net/cyphesis/Makefile head/net/cyphesis/pkg-descr Modified: head/net/cyphesis/Makefile ============================================================================== --- head/net/cyphesis/Makefile Tue Sep 10 12:14:21 2013 (r326896) +++ head/net/cyphesis/Makefile Tue Sep 10 12:20:21 2013 (r326897) @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org -COMMENT= A server for WorldForge games +COMMENT= Server for WorldForge games LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ varconf-1.0.8:${PORTSDIR}/devel/varconf \ @@ -22,11 +22,10 @@ CONFIGURE_ARGS= --with-python=${LOCALBAS GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix -USE_GMAKE= yes +USES= gmake pathfix USE_LDCONFIG= yes USE_PGSQL= yes -USE_PYTHON= 2.5-2.6 +USE_PYTHON= -2.7 USE_GCC= 4.7+ CFLAGS+= -I${LOCALBASE}/include Modified: head/net/cyphesis/pkg-descr ============================================================================== --- head/net/cyphesis/pkg-descr Tue Sep 10 12:14:21 2013 (r326896) +++ head/net/cyphesis/pkg-descr Tue Sep 10 12:20:21 2013 (r326897) @@ -3,4 +3,4 @@ currently being used to develop new tech WorldForge project. Code from cyphesis will also be used to control NPCs in future servers such as STAGE using AI techniques. -WWW: http://www.worldforge.org/dev/eng/servers/cyphesis +WWW: http://www.worldforge.org/dev/eng/servers/cyphesis/