aboutsummaryrefslogtreecommitdiffstats
path: root/audio/hs-libmpd
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-13 12:02:02 +0800
committerpgj <pgj@FreeBSD.org>2012-02-13 12:02:02 +0800
commit87325de8aedd28aaec73ed6ff3e6d88ba0c1f67e (patch)
tree7c6503621548253654f90ca5e064e2b17506fd0f /audio/hs-libmpd
parentbe6a0947bfe2daaa5ea63757edf90f7d04418700 (diff)
downloadfreebsd-ports-gnome-87325de8aedd28aaec73ed6ff3e6d88ba0c1f67e.tar.gz
freebsd-ports-gnome-87325de8aedd28aaec73ed6ff3e6d88ba0c1f67e.tar.zst
freebsd-ports-gnome-87325de8aedd28aaec73ed6ff3e6d88ba0c1f67e.zip
- Update to 0.7.0
Obtained from: FreeBSD Haskell
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,