diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:31:38 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:31:38 +0800 |
commit | 43b1b8dcacf79df1f491e8cbb19c15c844db716f (patch) | |
tree | f6f2d4e3a7e1018ea6cb5840a42bff2cb784ace9 | |
parent | d6805ef4158cf318ca4031a8f8ee384fe7c1f10c (diff) | |
download | freebsd-ports-gnome-43b1b8dcacf79df1f491e8cbb19c15c844db716f.tar.gz freebsd-ports-gnome-43b1b8dcacf79df1f491e8cbb19c15c844db716f.tar.zst freebsd-ports-gnome-43b1b8dcacf79df1f491e8cbb19c15c844db716f.zip |
- Update to 9.2.2
Obtained from: FreeBSD Haskell
-rw-r--r-- | textproc/hs-hxt/Makefile | 7 | ||||
-rw-r--r-- | textproc/hs-hxt/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-hxt/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index b4724b57180c..af86863e2ad7 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hxt -PORTVERSION= 9.1.6 +PORTVERSION= 9.2.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -14,9 +14,8 @@ COMMENT= A collection of tools for processing XML with Haskell LICENSE= MIT -USE_CABAL= binary>=0.5 deepseq>=1.1 HUnit>=1.2 hxt-charproperties>=9.1 \ - hxt-regex-xmlschema>=9 hxt-unicode>=9.0.1 network>=2.1 \ - parsec>=2.1 +USE_CABAL= HUnit>=1.2 hxt-charproperties>=9.1 hxt-regex-xmlschema>=9 \ + hxt-unicode>=9.0.1 mtl>=2 network>=2.1 parsec>=2.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-hxt/distinfo b/textproc/hs-hxt/distinfo index 747285446c6f..0b5121077ce6 100644 --- a/textproc/hs-hxt/distinfo +++ b/textproc/hs-hxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hxt-9.1.6.tar.gz) = ebaec4488902459e29f978b5d0785d2cd9ccb37ca48e7af96c2ac5fbd15721c7 -SIZE (cabal/hxt-9.1.6.tar.gz) = 222380 +SHA256 (cabal/hxt-9.2.2.tar.gz) = d9e8d0b82d64775a1529d3747adfe820852a743e386ce75b080b040cf5959045 +SIZE (cabal/hxt-9.2.2.tar.gz) = 226885 diff --git a/textproc/hs-hxt/pkg-descr b/textproc/hs-hxt/pkg-descr index 780e0f33b4a9..4e0f5a7d2d9b 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 |