From owner-svn-ports-all@freebsd.org Sun Nov 13 10:19:24 2016 Return-Path: Delivered-To: svn-ports-all@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 27FA8C3DCB2; Sun, 13 Nov 2016 10:19:24 +0000 (UTC) (envelope-from amdmi3@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 D8FE61389; Sun, 13 Nov 2016 10:19:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uADAJM6n034940; Sun, 13 Nov 2016 10:19:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uADAJM7Q034939; Sun, 13 Nov 2016 10:19:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611131019.uADAJM7Q034939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 13 Nov 2016 10:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426025 - head/games/hoverboard-sdl 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.23 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, 13 Nov 2016 10:19:24 -0000 Author: amdmi3 Date: Sun Nov 13 10:19:22 2016 New Revision: 426025 URL: https://svnweb.freebsd.org/changeset/ports/426025 Log: - Chase sdl2pp update Modified: head/games/hoverboard-sdl/Makefile Modified: head/games/hoverboard-sdl/Makefile ============================================================================== --- head/games/hoverboard-sdl/Makefile Sun Nov 13 10:19:15 2016 (r426024) +++ head/games/hoverboard-sdl/Makefile Sun Nov 13 10:19:22 2016 (r426025) @@ -3,6 +3,7 @@ PORTNAME= hoverboard PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -20,7 +21,7 @@ GH_PROJECT= ${PORTNAME}-sdl USES= cmake compiler:c++11-lib CMAKE_ARGS= -DSYSTEMWIDE=ON -USE_SDL= sdl2 image2 ttf2 +USE_SDL= sdl2 image2 ttf2 mixer2 PORTDATA= * PORTDOCS= *