aboutsummaryrefslogtreecommitdiff
path: root/audio/hs-libmpd
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 04:02:02 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 04:02:02 +0000
commit8b27faaa3987f4c03811e9bd872f6fb403321461 (patch)
tree985bb2f9de0cef45596cb78b3cb43c193ca19233 /audio/hs-libmpd
parent50371d5b46ac66e88882a951dd54a4bee9f669f7 (diff)
Notes
Diffstat (limited to 'audio/hs-libmpd')
-rw-r--r--audio/hs-libmpd/Makefile2
-rw-r--r--audio/hs-libmpd/distinfo4
-rw-r--r--audio/hs-libmpd/files/patch-libmpd.cabal23
3 files changed, 3 insertions, 26 deletions
diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile
index 2dc0832fd46e..6bb1ac539b89 100644
--- a/audio/hs-libmpd/Makefile
+++ b/audio/hs-libmpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libmpd
-PORTVERSION= 0.6.0
+PORTVERSION= 0.7.0
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/audio/hs-libmpd/distinfo b/audio/hs-libmpd/distinfo
index fc4a56fb121a..45103b8346b1 100644
--- a/audio/hs-libmpd/distinfo
+++ b/audio/hs-libmpd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/libmpd-0.6.0.tar.gz) = 753bb22bb6c214b8ea9e396bae89862f57e077256aea543d8cd397b3a39bc7d2
-SIZE (cabal/libmpd-0.6.0.tar.gz) = 38216
+SHA256 (cabal/libmpd-0.7.0.tar.gz) = dca674ce35ec51b86de9473d9a5c0c10a8758fbc17cafe57d628ffe0ee1a770d
+SIZE (cabal/libmpd-0.7.0.tar.gz) = 40799
diff --git a/audio/hs-libmpd/files/patch-libmpd.cabal b/audio/hs-libmpd/files/patch-libmpd.cabal
deleted file mode 100644
index 33f3471e3b37..000000000000
--- a/audio/hs-libmpd/files/patch-libmpd.cabal
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./libmpd.cabal.orig 2011-04-01 17:52:19.000000000 +0200
-+++ ./libmpd.cabal 2011-05-22 14:39:35.000000000 +0200
-@@ -33,13 +33,13 @@
-
- Library
- Build-Depends: base >= 4 && < 5,
-- mtl >= 2.0 && < 2.1,
-- network >= 2.1 && < 2.4,
-- filepath >= 1.0 && < 1.3,
-- utf8-string >= 0.3.1 && < 0.4,
-- old-locale >= 1.0 && < 2.0,
-- time >= 1.1 && < 2.0,
-- containers >= 0.4 && < 0.5
-+ mtl >= 2.0,
-+ network >= 2.1,
-+ filepath >= 1.0,
-+ utf8-string >= 0.3.1,
-+ old-locale >= 1.0,
-+ time >= 1.1,
-+ containers >= 0.4
- Exposed-Modules: Network.MPD, Network.MPD.Commands.Extensions,
- Network.MPD.Core
- Other-Modules: Network.MPD.Core.Class,