diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /textproc/hs-hxt | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'textproc/hs-hxt')
-rw-r--r-- | textproc/hs-hxt/Makefile | 4 | ||||
-rw-r--r-- | textproc/hs-hxt/files/patch-hxt.cabal | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile index f61ae640769a..de24e47974d2 100644 --- a/textproc/hs-hxt/Makefile +++ b/textproc/hs-hxt/Makefile @@ -2,11 +2,11 @@ PORTNAME= hxt PORTVERSION= 9.3.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A collection of tools for processing XML with Haskell +COMMENT= Collection of tools for processing XML with Haskell LICENSE= MIT diff --git a/textproc/hs-hxt/files/patch-hxt.cabal b/textproc/hs-hxt/files/patch-hxt.cabal deleted file mode 100644 index 1ce1d1ce667e..000000000000 --- a/textproc/hs-hxt/files/patch-hxt.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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, |