diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /audio/hs-OpenAL | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'audio/hs-OpenAL')
-rw-r--r-- | audio/hs-OpenAL/Makefile | 5 | ||||
-rw-r--r-- | audio/hs-OpenAL/distinfo | 4 | ||||
-rw-r--r-- | audio/hs-OpenAL/pkg-descr | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index c614ec639ced..241725d1d8f3 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= OpenAL -PORTVERSION= 1.6.0.0 -PORTREVISION= 1 +PORTVERSION= 1.7.0.0 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Binding to the OpenAL cross-platform 3D audio API LICENSE= BSD3CLAUSE -USE_CABAL= OpenGL>=2.9.0.0 +USE_CABAL= ObjectName>=1.1 OpenGL>=2.12 StateVar>=1.1 USES= openal:al INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) diff --git a/audio/hs-OpenAL/distinfo b/audio/hs-OpenAL/distinfo index 0d4b175b8480..84422e2299f3 100644 --- a/audio/hs-OpenAL/distinfo +++ b/audio/hs-OpenAL/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/OpenAL-1.6.0.0.tar.gz) = ed919152957ce4d5f81f4835d42dc709e370cf77595b522379236e64a707822f -SIZE (cabal/OpenAL-1.6.0.0.tar.gz) = 41111 +SHA256 (cabal/OpenAL-1.7.0.0.tar.gz) = 5c427a07c1b26eaaa372dcc526a2c9d593b80021be5e81af75dea6d13f3a3984 +SIZE (cabal/OpenAL-1.7.0.0.tar.gz) = 41297 diff --git a/audio/hs-OpenAL/pkg-descr b/audio/hs-OpenAL/pkg-descr index 9698beca8ec2..16ca51ea1832 100644 --- a/audio/hs-OpenAL/pkg-descr +++ b/audio/hs-OpenAL/pkg-descr @@ -1,5 +1,4 @@ -A Haskell binding for the OpenAL cross-platform 3D audio API, -appropriate for use with gaming applications and many other types of -audio applications. For more information about OpenAL. +A Haskell binding for the OpenAL cross-platform 3D audio API, appropriate for +use with gaming applications and many other types of audio applications. WWW: https://github.com/haskell-openal/ALUT |