From owner-svn-ports-head@freebsd.org Wed Jan 6 16:18:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B388CA6268E; Wed, 6 Jan 2016 16:18:47 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8249C11D5; Wed, 6 Jan 2016 16:18:47 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u06GIkPb014905; Wed, 6 Jan 2016 16:18:46 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u06GIkM3014904; Wed, 6 Jan 2016 16:18:46 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601061618.u06GIkM3014904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 6 Jan 2016 16:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405366 - head/games/stepmania-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 16:18:47 -0000 Author: jhale Date: Wed Jan 6 16:18:46 2016 New Revision: 405366 URL: https://svnweb.freebsd.org/changeset/ports/405366 Log: - Fix typo in COMMENT - Remove pathfix from USES as it does nothing for ports that use CMake yet and this port does not install pkgconfig files Modified: head/games/stepmania-devel/Makefile Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Wed Jan 6 16:16:22 2016 (r405365) +++ head/games/stepmania-devel/Makefile Wed Jan 6 16:18:46 2016 (r405366) @@ -9,7 +9,7 @@ CATEGORIES= games PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= Rrhythm game simulator +COMMENT= Rhythm game simulator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt @@ -19,7 +19,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve USE_GITHUB= yes -USES= cmake:outsource iconv jpeg pathfix perl5 pkgconfig shebangfix +USES= cmake:outsource iconv jpeg perl5 pkgconfig shebangfix SHEBANG_FILES= Utils/*.pl extern/zlib/zlib2ansi USE_XORG= x11 xrandr xtst USE_GL= glew