diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:33:00 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:33:00 +0800 |
commit | 3560702c1cef9125731d0e7cc2e11148c99685df (patch) | |
tree | 1a6275a8092c5e11da606dbbb3ba2699e8127afc /textproc | |
parent | 656be595f8f280de1aa8f8fbfa21e23431e6f637 (diff) | |
download | freebsd-ports-gnome-3560702c1cef9125731d0e7cc2e11148c99685df.tar.gz freebsd-ports-gnome-3560702c1cef9125731d0e7cc2e11148c99685df.tar.zst freebsd-ports-gnome-3560702c1cef9125731d0e7cc2e11148c99685df.zip |
- Update to 9.1.6
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-hxt/Makefile | 7 | ||||
-rw-r--r-- | textproc/hs-hxt/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index 68e632f4bf25..b4724b57180c 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -6,14 +6,17 @@ # PORTNAME= hxt -PORTVERSION= 9.1.2 +PORTVERSION= 9.1.6 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org 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 + hxt-regex-xmlschema>=9 hxt-unicode>=9.0.1 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 50a8ae8466f8..747285446c6f 100644 --- a/textproc/hs-hxt/distinfo +++ b/textproc/hs-hxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hxt-9.1.2.tar.gz) = bdb4f98bb6febfa93a48c80c63c69505b6d10c1c7eb23dc57e2af2d76f61e588 -SIZE (cabal/hxt-9.1.2.tar.gz) = 221300 +SHA256 (cabal/hxt-9.1.6.tar.gz) = ebaec4488902459e29f978b5d0785d2cd9ccb37ca48e7af96c2ac5fbd15721c7 +SIZE (cabal/hxt-9.1.6.tar.gz) = 222380 |