Date: Tue, 10 Sep 2013 12:20:22 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326897 - head/net/cyphesis Message-ID: <201309101220.r8ACKMLH083899@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309101220.r8ACKMLH083899>