From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 19:58:44 2014 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 ESMTPS id 40905F3E; Fri, 25 Apr 2014 19:58:44 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1328F105F; Fri, 25 Apr 2014 19:58:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PJwhFI011467; Fri, 25 Apr 2014 19:58:43 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PJwhfu011464; Fri, 25 Apr 2014 19:58:43 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201404251958.s3PJwhfu011464@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 25 Apr 2014 19:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352146 - in head/games/cube: . 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, 25 Apr 2014 19:58:44 -0000 Author: nemysis Date: Fri Apr 25 19:58:43 2014 New Revision: 352146 URL: http://svnweb.freebsd.org/changeset/ports/352146 QAT: https://qat.redports.org/buildarchive/r352146/ Log: - Bump PORTREVISION for MAINTAINER change - Transfer maintainership to games@ team - Cosmetical changes files/cube_client.in and files/cube_server.in Modified: head/games/cube/Makefile head/games/cube/files/cube_client.in (contents, props changed) head/games/cube/files/cube_server.in (contents, props changed) Modified: head/games/cube/Makefile ============================================================================== --- head/games/cube/Makefile Fri Apr 25 19:31:13 2014 (r352145) +++ head/games/cube/Makefile Fri Apr 25 19:58:43 2014 (r352146) @@ -3,12 +3,12 @@ PORTNAME= cube DISTVERSION= 2005_08_29 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} DISTFILES= ${CUBE_DATA} ${CUBE_SRC} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= OpenGL 3D FPS (first person shooter) game BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet Modified: head/games/cube/files/cube_client.in ============================================================================== --- head/games/cube/files/cube_client.in Fri Apr 25 19:31:13 2014 (r352145) +++ head/games/cube/files/cube_client.in Fri Apr 25 19:58:43 2014 (r352146) @@ -1,4 +1,8 @@ #!/bin/sh +# +# $FreeBSD$ +# + # The executable needs to be run from its data directory, and needs to store # configuration in it. We therefore mirror the data directory hierarchy in Modified: head/games/cube/files/cube_server.in ============================================================================== --- head/games/cube/files/cube_server.in Fri Apr 25 19:31:13 2014 (r352145) +++ head/games/cube/files/cube_server.in Fri Apr 25 19:58:43 2014 (r352146) @@ -1,4 +1,7 @@ #!/bin/sh +# +# $FreeBSD$ +# # The executable needs to be run from its data directory, and needs to store # configuration in it. We therefore mirror the data directory hierarchy in