From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 14:01:23 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 052189D2; Sun, 22 Jun 2014 14:01:23 +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 CBD8B287E; Sun, 22 Jun 2014 14:01:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ME1Mw8069218; Sun, 22 Jun 2014 14:01:22 GMT (envelope-from arved@svn.freebsd.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ME1M8R069216; Sun, 22 Jun 2014 14:01:22 GMT (envelope-from arved@svn.freebsd.org) Message-Id: <201406221401.s5ME1M8R069216@svn.freebsd.org> From: Tilman Keskinoz Date: Sun, 22 Jun 2014 14:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358803 - in head/games/moon-buggy: . 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.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: Sun, 22 Jun 2014 14:01:23 -0000 Author: arved Date: Sun Jun 22 14:01:22 2014 New Revision: 358803 URL: http://svnweb.freebsd.org/changeset/ports/358803 QAT: https://qat.redports.org/buildarchive/r358803/ Log: Stageify. Remove esound option which simplifies the port and nobody uses esound anyway. Added: head/games/moon-buggy/pkg-plist (contents, props changed) Deleted: head/games/moon-buggy/files/extra-patch-configure.ac Modified: head/games/moon-buggy/Makefile Modified: head/games/moon-buggy/Makefile ============================================================================== --- head/games/moon-buggy/Makefile Sun Jun 22 13:59:05 2014 (r358802) +++ head/games/moon-buggy/Makefile Sun Jun 22 14:01:22 2014 (r358803) @@ -6,12 +6,6 @@ PORTVERSION= 1.0.51 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://seehuhn.de/media/programs/ -.if defined (WITH_ESOUND) -PKGNAMESUFFIX= "-esound" -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}-sound-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.ac -.endif MAINTAINER= arved@FreeBSD.org COMMENT= Drive a buggy across the moons surface @@ -19,32 +13,12 @@ COMMENT= Drive a buggy across the moons LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -.if defined (WITH_ESOUND) -LIB_DEPENDS= esd:${PORTSDIR}/audio/esound -.endif - -USE_AUTOTOOLS= autoconf -NO_STAGE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --sharedstatedir=/var/games\ --with-setgid=games +NEED_ROOT= yes -MAN6= moon-buggy.6 INFO= moon-buggy -PLIST_FILES= bin/moon-buggy -.if defined (WITH_ESOUND) -PLIST_FILES+= share/moon-buggy/jump.wav \ - share/moon-buggy/laser.wav \ - share/moon-buggy/crash.wav -PLIST_DIRS+= share/moon-buggy - -pre-patch: - cd ${WRKSRC} && ${PATCH} -p1 < sound.patch -.endif - -# make package will fail without doing this -post-install: - ${CHMOD} 0555 ${PREFIX}/bin/moon-buggy - .include Added: head/games/moon-buggy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/moon-buggy/pkg-plist Sun Jun 22 14:01:22 2014 (r358803) @@ -0,0 +1,3 @@ +bin/moon-buggy +man/man6/moon-buggy.6.gz +@exec chmod 0555 %D/bin/moon-buggy