From owner-svn-ports-all@freebsd.org Tue May 30 16:41:42 2017 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 1C86FB87C00; Tue, 30 May 2017 16:41:42 +0000 (UTC) (envelope-from tobik@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 E14A06EBD4; Tue, 30 May 2017 16:41:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGffiF023208; Tue, 30 May 2017 16:41:41 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGffjB023207; Tue, 30 May 2017 16:41:41 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301641.v4UGffjB023207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 16:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442103 - head/games/openomf 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: Tue, 30 May 2017 16:41:42 -0000 Author: tobik Date: Tue May 30 16:41:40 2017 New Revision: 442103 URL: https://svnweb.freebsd.org/changeset/ports/442103 Log: Fix OpenAL dependency PR: 219266 Approved by: lme (mentor), devel@stasyan.com (maintainer) Differential Revision: https://reviews.freebsd.org/D10788 Modified: head/games/openomf/Makefile Modified: head/games/openomf/Makefile ============================================================================== --- head/games/openomf/Makefile Tue May 30 16:38:56 2017 (r442102) +++ head/games/openomf/Makefile Tue May 30 16:41:40 2017 (r442103) @@ -3,7 +3,7 @@ PORTNAME= openomf PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.omf2097.com/pub/files/omf/:data DISTFILES+= omf2097.rar:data @@ -16,7 +16,6 @@ COMMENT= Rewritten engine for One Must Fall 2097 LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libpng.so:graphics/png \ libargtable2.so:devel/argtable \ - libopenal.so:audio/openal \ libenet.so:net/enet EXTRACT_DEPENDS= unrar:archivers/unrar @@ -28,7 +27,7 @@ GH_TAGNAME= c36c421 GH_TUPLE= omf2097:libShadowDive:b2c34a6:shadow \ kode54:dumb:238f23c:libdumb -USES= cmake compiler:c++11-lang gettext +USES= cmake compiler:c++11-lang gettext openal USE_SDL= sdl2 DESKTOP_ENTRIES="OpenOMF" "" \