diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hs-ALUT/Makefile | 8 | ||||
-rw-r--r-- | audio/hs-OpenAL/Makefile | 8 | ||||
-rw-r--r-- | audio/hs-OpenAL/pkg-descr | 2 | ||||
-rw-r--r-- | audio/hs-libmpd/Makefile | 10 | ||||
-rw-r--r-- | audio/hs-libmpd/distinfo | 4 | ||||
-rw-r--r-- | audio/hs-libmpd/pkg-descr | 2 |
6 files changed, 10 insertions, 24 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index 31bb59456b04..792f3c3cf931 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: hs-ALUT -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= ALUT PORTVERSION= 2.2.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index fb60804e0471..e07e61117941 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: hs-OpenAL -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= OpenAL PORTVERSION= 1.4.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-OpenAL/pkg-descr b/audio/hs-OpenAL/pkg-descr index c894ab6a9ac5..58835b85fd1e 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/ diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile index 523ab12afd47..0acf0cfd2d72 100644 --- a/audio/hs-libmpd/Makefile +++ b/audio/hs-libmpd/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-libmpd -# Date created: May 16, 2010 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libmpd -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.8.0.1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= An MPD client library LICENSE= LGPL21 -USE_CABAL= mtl>=2.0 mtl network>=2.1 text utf8-string>=0.3.1 +USE_CABAL= mtl>=2.0 network>=2.1 text utf8-string>=0.3.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/audio/hs-libmpd/distinfo b/audio/hs-libmpd/distinfo index deeb639028b0..06b256727ab5 100644 --- a/audio/hs-libmpd/distinfo +++ b/audio/hs-libmpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/libmpd-0.8.0.tar.gz) = ca830604215ab16bc740eec30956b47b4e4e84ecc3017c167d21808c23f6c96a -SIZE (cabal/libmpd-0.8.0.tar.gz) = 40127 +SHA256 (cabal/libmpd-0.8.0.1.tar.gz) = b5e31ad6a2c2384eee6d4d8c89246bf46eea0965c1e1974e5a9a526e1b60429a +SIZE (cabal/libmpd-0.8.0.1.tar.gz) = 31861 diff --git a/audio/hs-libmpd/pkg-descr b/audio/hs-libmpd/pkg-descr index d6c23a6c5fdc..3433bd44b567 100644 --- a/audio/hs-libmpd/pkg-descr +++ b/audio/hs-libmpd/pkg-descr @@ -1,3 +1,3 @@ A client library for MPD, the Music Player Daemon. -WWW: http://github.com/joachifm/libmpd-haskell +WWW: http://github.com/joachifm/libmpd-haskell |