From 329552d3e2e8e55a401e27521bb119221b9418e5 Mon Sep 17 00:00:00 2001 From: pgj Date: Mon, 13 Feb 2012 04:54:34 +0000 Subject: - Update to 0.9.40.2 Obtained from: FreeBSD Haskell --- devel/hs-uuagc/Makefile | 9 ++++----- devel/hs-uuagc/distinfo | 4 ++-- devel/hs-uuagc/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'devel') 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 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 -- cgit