From owner-svn-ports-all@freebsd.org Sun Aug 30 20:23:57 2015 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 0F48C9C68B5; Sun, 30 Aug 2015 20:23:57 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.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 F25F17E9; Sun, 30 Aug 2015 20:23:56 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKNulr033042; Sun, 30 Aug 2015 20:23:56 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKNu1M033041; Sun, 30 Aug 2015 20:23:56 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201508302023.t7UKNu1M033041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Sun, 30 Aug 2015 20:23:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395642 - head/audio/hs-ALUT 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.20 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, 30 Aug 2015 20:23:57 -0000 Author: pgj Date: Sun Aug 30 20:23:56 2015 New Revision: 395642 URL: https://svnweb.freebsd.org/changeset/ports/395642 Log: - Fix the USE_CABAL line that was missed during the latest update Obtained from: FreeBSD Haskell Modified: head/audio/hs-ALUT/Makefile Modified: head/audio/hs-ALUT/Makefile ============================================================================== --- head/audio/hs-ALUT/Makefile Sun Aug 30 20:20:31 2015 (r395641) +++ head/audio/hs-ALUT/Makefile Sun Aug 30 20:23:56 2015 (r395642) @@ -3,6 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.4.0.0 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Binding for the OpenAL Utility LICENSE= BSD3CLAUSE -USE_CABAL= OpenAL>=1.6.0.0 OpenGL>=2.9.0.0 +USE_CABAL= OpenAL>=1.7 StateVar>=1.1 USES= openal:al,alut INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})