diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /textproc/hs-hxt | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'textproc/hs-hxt')
-rw-r--r-- | textproc/hs-hxt/Makefile | 8 | ||||
-rw-r--r-- | textproc/hs-hxt/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-hxt/files/patch-hxt.cabal | 11 | ||||
-rw-r--r-- | textproc/hs-hxt/pkg-descr | 2 |
4 files changed, 15 insertions, 10 deletions
diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index cde796afcb1b..5d69dce1f762 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-hxt -# Date created: May 14, 2010 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hxt -PORTVERSION= 9.2.2 -PORTREVISION= 1 +PORTVERSION= 9.3.1.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-hxt/distinfo b/textproc/hs-hxt/distinfo index 0b5121077ce6..252398aba52d 100644 --- a/textproc/hs-hxt/distinfo +++ b/textproc/hs-hxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hxt-9.2.2.tar.gz) = d9e8d0b82d64775a1529d3747adfe820852a743e386ce75b080b040cf5959045 -SIZE (cabal/hxt-9.2.2.tar.gz) = 226885 +SHA256 (cabal/hxt-9.3.1.1.tar.gz) = bea0544c7945b6a268ee340be0fe0699335182602454f9565a4227d277411ff4 +SIZE (cabal/hxt-9.3.1.1.tar.gz) = 228205 diff --git a/textproc/hs-hxt/files/patch-hxt.cabal b/textproc/hs-hxt/files/patch-hxt.cabal new file mode 100644 index 000000000000..1ce1d1ce667e --- /dev/null +++ b/textproc/hs-hxt/files/patch-hxt.cabal @@ -0,0 +1,11 @@ +--- ./hxt.cabal.orig 2012-09-26 12:02:16.000000000 +0200 ++++ ./hxt.cabal 2012-10-20 00:32:05.000000000 +0200 +@@ -182,7 +182,7 @@ + parsec >= 2.1 && < 4, + HUnit >= 1.2 && < 2, + mtl >= 2 && < 3, +- network >= 2.4 && < 3, ++ network >= 2.3 && < 2.4, + deepseq >= 1.1 && < 2, + bytestring >= 0.9 && < 1, + binary >= 0.5 && < 1, diff --git a/textproc/hs-hxt/pkg-descr b/textproc/hs-hxt/pkg-descr index 4e0f5a7d2d9b..780e0f33b4a9 100644 --- a/textproc/hs-hxt/pkg-descr +++ b/textproc/hs-hxt/pkg-descr @@ -9,4 +9,4 @@ defined data. The library make extensive use of the arrow approach for processing XML. Since version 8.5 XPath and XSLT have been moved to separate packages hxt-xpath and hxt-xslt. -WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html +WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html |