aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-13 12:54:34 +0800
committerpgj <pgj@FreeBSD.org>2012-02-13 12:54:34 +0800
commit329552d3e2e8e55a401e27521bb119221b9418e5 (patch)
treea832ae961d0ccf22dbefd3a7c71241d827b744fc /devel
parentd55cc52886edcf84b9b40a40702831ab1cf091d9 (diff)
downloadfreebsd-ports-gnome-329552d3e2e8e55a401e27521bb119221b9418e5.tar.gz
freebsd-ports-gnome-329552d3e2e8e55a401e27521bb119221b9418e5.tar.zst
freebsd-ports-gnome-329552d3e2e8e55a401e27521bb119221b9418e5.zip
- Update to 0.9.40.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-uuagc/Makefile9
-rw-r--r--devel/hs-uuagc/distinfo4
-rw-r--r--devel/hs-uuagc/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile
index 406789b4f8aa..63da1632c1df 100644
--- a/devel/hs-uuagc/Makefile
+++ b/devel/hs-uuagc/Makefile
@@ -6,20 +6,19 @@
#
PORTNAME= uuagc
-PORTVERSION= 0.9.38.5
-PORTREVISION= 1
+PORTVERSION= 0.9.40.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Attribute Grammar System of Universiteit Utrecht
-LICENSE= GPLv2
+LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uulib>=0.9.12
+USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 \
+ uuagc-bootstrap>=0.9.40.0 uuagc-cabal>=1.0.2.0 uulib>=0.9.14
EXECUTABLE= uuagc
-HADDOCK_EXE=
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/devel/hs-uuagc/distinfo b/devel/hs-uuagc/distinfo
index e3135157fd26..85b867567927 100644
--- a/devel/hs-uuagc/distinfo
+++ b/devel/hs-uuagc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/uuagc-0.9.38.5.tar.gz) = 2885f4dcfef027a5db8d63fb627d13dcddfe34990a979f9de93da58a69889e0d
-SIZE (cabal/uuagc-0.9.38.5.tar.gz) = 304374
+SHA256 (cabal/uuagc-0.9.40.2.tar.gz) = c8adac19d9529e16557fec2cf40907e514ee7212827d7a73a9da632a2ad685e1
+SIZE (cabal/uuagc-0.9.40.2.tar.gz) = 157072
diff --git a/devel/hs-uuagc/pkg-descr b/devel/hs-uuagc/pkg-descr
index d0d0a26f1695..cdca22fc0cb6 100644
--- a/devel/hs-uuagc/pkg-descr
+++ b/devel/hs-uuagc/pkg-descr
@@ -6,4 +6,4 @@ It is a preprocessor for Haskell which makes it easy to write catamorphisms
You can define tree walks using the intuitive concepts of inherited and
synthesized attributes, while keeping the full expressive power of Haskell.
-WWW: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem
+WWW: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem