diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:27:01 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:27:01 +0800 |
commit | d075a9610f3111b05783c2c45d6964fea12c0432 (patch) | |
tree | 3baa867cb4de8e483d248ba816152ae66d205570 /audio/hs-OpenAL | |
parent | dc496ca0c4037897278a6a71384b9c440728ba37 (diff) | |
download | freebsd-ports-gnome-d075a9610f3111b05783c2c45d6964fea12c0432.tar.gz freebsd-ports-gnome-d075a9610f3111b05783c2c45d6964fea12c0432.tar.zst freebsd-ports-gnome-d075a9610f3111b05783c2c45d6964fea12c0432.zip |
- Update to 1.4.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'audio/hs-OpenAL')
-rw-r--r-- | audio/hs-OpenAL/Makefile | 6 | ||||
-rw-r--r-- | audio/hs-OpenAL/distinfo | 4 | ||||
-rw-r--r-- | audio/hs-OpenAL/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index 34cdee537b72..b7375f896a6e 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -6,16 +6,16 @@ # PORTNAME= OpenAL -PORTVERSION= 1.4.0.0 -PORTREVISION= 4 +PORTVERSION= 1.4.0.1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A Haskell binding to the OpenAL cross-platform 3D audio API +COMMENT= A binding to the OpenAL cross-platform 3D audio API LICENSE= BSD CABAL_SETUP= Setup.hs + USE_CABAL= ObjectName StateVar Tensor USE_OPENAL= al diff --git a/audio/hs-OpenAL/distinfo b/audio/hs-OpenAL/distinfo index d49d59ca655b..8e02f19d1cc7 100644 --- a/audio/hs-OpenAL/distinfo +++ b/audio/hs-OpenAL/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/OpenAL-1.4.0.0.tar.gz) = 42d7f1b9acbcac14d0a639708decf39506bd53dc6fa19614aa987fd21ccac9ee -SIZE (cabal/OpenAL-1.4.0.0.tar.gz) = 113186 +SHA256 (cabal/OpenAL-1.4.0.1.tar.gz) = dbc3390e4f73bb115df9a02b638160b172e1974874d802d10a0d4e2535410ea0 +SIZE (cabal/OpenAL-1.4.0.1.tar.gz) = 114389 diff --git a/audio/hs-OpenAL/pkg-descr b/audio/hs-OpenAL/pkg-descr index 58835b85fd1e..c894ab6a9ac5 100644 --- a/audio/hs-OpenAL/pkg-descr +++ b/audio/hs-OpenAL/pkg-descr @@ -2,4 +2,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. -WWW: http://connect.creativelabs.com/openal/ +WWW: http://connect.creativelabs.com/openal/ |