aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2009-12-30 21:37:22 +0800
committerpgj <pgj@FreeBSD.org>2009-12-30 21:37:22 +0800
commit11b135d3ae7632ff015ec2432c299fe409151c69 (patch)
treeaded722fc1aa2e36a96597b2b462aceb58e1b62a /textproc
parentf819ff4d3a31ede7539b4cb5d06c1841ec816c9e (diff)
downloadfreebsd-ports-gnome-11b135d3ae7632ff015ec2432c299fe409151c69.tar.gz
freebsd-ports-gnome-11b135d3ae7632ff015ec2432c299fe409151c69.tar.zst
freebsd-ports-gnome-11b135d3ae7632ff015ec2432c299fe409151c69.zip
- Update to 1.4
PR: ports/142097 Submitted by: Jacula Modyun <jacula(at)gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-polyparse-ghc/Makefile3
-rw-r--r--textproc/hs-polyparse-ghc/distinfo6
-rw-r--r--textproc/hs-polyparse-ghc/pkg-plist3
-rw-r--r--textproc/hs-polyparse/Makefile3
-rw-r--r--textproc/hs-polyparse/distinfo6
-rw-r--r--textproc/hs-polyparse/pkg-plist3
6 files changed, 14 insertions, 10 deletions
diff --git a/textproc/hs-polyparse-ghc/Makefile b/textproc/hs-polyparse-ghc/Makefile
index 25185e5cbc41..a6269383bff7 100644
--- a/textproc/hs-polyparse-ghc/Makefile
+++ b/textproc/hs-polyparse-ghc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= polyparse
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.4
CATEGORIES= textproc haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= hs-
diff --git a/textproc/hs-polyparse-ghc/distinfo b/textproc/hs-polyparse-ghc/distinfo
index b87d32203856..369f42646672 100644
--- a/textproc/hs-polyparse-ghc/distinfo
+++ b/textproc/hs-polyparse-ghc/distinfo
@@ -1,3 +1,3 @@
-MD5 (polyparse-1.3.tar.gz) = f8c6f4f12ff2c7d29fed91b3189d785a
-SHA256 (polyparse-1.3.tar.gz) = 6d82f08634f0856c7919c9413199f4d5f91e753a6d796a0b61e46d7cd1ce4a24
-SIZE (polyparse-1.3.tar.gz) = 108981
+MD5 (polyparse-1.4.tar.gz) = 1783867124b49eefdbdc9ac39caf3174
+SHA256 (polyparse-1.4.tar.gz) = 6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44
+SIZE (polyparse-1.4.tar.gz) = 18002
diff --git a/textproc/hs-polyparse-ghc/pkg-plist b/textproc/hs-polyparse-ghc/pkg-plist
index 43efe58cd81e..56b2f9902f29 100644
--- a/textproc/hs-polyparse-ghc/pkg-plist
+++ b/textproc/hs-polyparse-ghc/pkg-plist
@@ -1,10 +1,12 @@
@comment $FreeBSD$
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSpolyparse-%%POLY_VERSION%%.o
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Parse.hi
+%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Parse/ByteString.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/HuttonMeijer.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/HuttonMeijerWallace.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/Base.hi
+%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/ByteString.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/Lazy.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/Plain.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/State.hi
@@ -15,6 +17,7 @@
%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators
+@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Parse
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%
@dirrm %%POLY_LIBDIR_REL%%
diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile
index 25185e5cbc41..a6269383bff7 100644
--- a/textproc/hs-polyparse/Makefile
+++ b/textproc/hs-polyparse/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= polyparse
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.4
CATEGORIES= textproc haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= hs-
diff --git a/textproc/hs-polyparse/distinfo b/textproc/hs-polyparse/distinfo
index b87d32203856..369f42646672 100644
--- a/textproc/hs-polyparse/distinfo
+++ b/textproc/hs-polyparse/distinfo
@@ -1,3 +1,3 @@
-MD5 (polyparse-1.3.tar.gz) = f8c6f4f12ff2c7d29fed91b3189d785a
-SHA256 (polyparse-1.3.tar.gz) = 6d82f08634f0856c7919c9413199f4d5f91e753a6d796a0b61e46d7cd1ce4a24
-SIZE (polyparse-1.3.tar.gz) = 108981
+MD5 (polyparse-1.4.tar.gz) = 1783867124b49eefdbdc9ac39caf3174
+SHA256 (polyparse-1.4.tar.gz) = 6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44
+SIZE (polyparse-1.4.tar.gz) = 18002
diff --git a/textproc/hs-polyparse/pkg-plist b/textproc/hs-polyparse/pkg-plist
index 43efe58cd81e..56b2f9902f29 100644
--- a/textproc/hs-polyparse/pkg-plist
+++ b/textproc/hs-polyparse/pkg-plist
@@ -1,10 +1,12 @@
@comment $FreeBSD$
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSpolyparse-%%POLY_VERSION%%.o
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Parse.hi
+%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Parse/ByteString.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/HuttonMeijer.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/HuttonMeijerWallace.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/Base.hi
+%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/ByteString.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/Lazy.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/Plain.hi
%%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly/State.hi
@@ -15,6 +17,7 @@
%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators/Poly
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/ParserCombinators
+@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text/Parse
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Text
@dirrm %%POLY_LIBDIR_REL%%/ghc-%%GHC_VERSION%%
@dirrm %%POLY_LIBDIR_REL%%