From owner-svn-ports-all@FreeBSD.ORG Mon May 12 21:10:11 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 62D9EFD; Mon, 12 May 2014 21:10:11 +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 4FC9820F7; Mon, 12 May 2014 21:10:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CLABRI055977; Mon, 12 May 2014 21:10:11 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CLAA5A055975; Mon, 12 May 2014 21:10:10 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201405122110.s4CLAA5A055975@svn.freebsd.org> From: Edwin Groothuis Date: Mon, 12 May 2014 21:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353895 - head/games/xrobots 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.18 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: Mon, 12 May 2014 21:10:11 -0000 Author: edwin Date: Mon May 12 21:10:10 2014 New Revision: 353895 URL: http://svnweb.freebsd.org/changeset/ports/353895 QAT: https://qat.redports.org/buildarchive/r353895/ Log: Stagify for games/xrobots Modified: head/games/xrobots/Makefile head/games/xrobots/pkg-plist Modified: head/games/xrobots/Makefile ============================================================================== --- head/games/xrobots/Makefile Mon May 12 20:41:43 2014 (r353894) +++ head/games/xrobots/Makefile Mon May 12 21:10:10 2014 (r353895) @@ -13,12 +13,10 @@ COMMENT= Fight off villainous robots (X USES= imake USE_XORG= x11 xaw xext xmu xt sm ice -WRKSRC= ${WRKDIR}/xrobots-1.0 -MAN6= xrobots.6 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes post-install: - ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11 + ${CP} ${FILESDIR}/xrobotscores ${STAGEDIR}${PREFIX}/lib/X11 post-patch: ${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \ Modified: head/games/xrobots/pkg-plist ============================================================================== --- head/games/xrobots/pkg-plist Mon May 12 20:41:43 2014 (r353894) +++ head/games/xrobots/pkg-plist Mon May 12 21:10:10 2014 (r353895) @@ -1,2 +1,7 @@ +man/man6/xrobots.6.gz +@mode 2755 +@group games bin/xrobots +@mode 664 +@group games lib/X11/xrobotscores