diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
commit | 0c76a8384fc1de4958eb1228befbee727f00c596 (patch) | |
tree | 28680b3da252da7f45a2d25108e4e2a6e41a77e5 /devel/hs-uuagc | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) |
Notes
Diffstat (limited to 'devel/hs-uuagc')
-rw-r--r-- | devel/hs-uuagc/Makefile | 6 | ||||
-rw-r--r-- | devel/hs-uuagc/distinfo | 5 | ||||
-rw-r--r-- | devel/hs-uuagc/pkg-plist | 21 |
3 files changed, 6 insertions, 26 deletions
diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile index a22d491ad09a..a1e1f64363ae 100644 --- a/devel/hs-uuagc/Makefile +++ b/devel/hs-uuagc/Makefile @@ -6,14 +6,16 @@ # PORTNAME= uuagc -PORTVERSION= 0.9.29 +PORTVERSION= 0.9.36 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Attribute Grammar System of Universiteit Utrecht +LICENSE= GPLv2 + CABAL_SETUP= Setup.hs -USE_HACKAGE= uulib>=0.9.12 +USE_CABAL= uulib>=0.9.12 EXECUTABLE= uuagc HADDOCK_EXE= diff --git a/devel/hs-uuagc/distinfo b/devel/hs-uuagc/distinfo index 266808748742..d4a1c14bfd48 100644 --- a/devel/hs-uuagc/distinfo +++ b/devel/hs-uuagc/distinfo @@ -1,3 +1,2 @@ -MD5 (cabal/uuagc-0.9.29.tar.gz) = a354d3b1e5b29e9cbfe5ace5a7c4703a -SHA256 (cabal/uuagc-0.9.29.tar.gz) = 325d395abcc1f8224400a3cd765dd187e6be64a782251aa33080aab008b8829e -SIZE (cabal/uuagc-0.9.29.tar.gz) = 255544 +SHA256 (cabal/uuagc-0.9.36.tar.gz) = 32a88a67f1c67aff3d3c6d20235475ea96416737f49e81ff910ff27e550a540b +SIZE (cabal/uuagc-0.9.36.tar.gz) = 283592 diff --git a/devel/hs-uuagc/pkg-plist b/devel/hs-uuagc/pkg-plist deleted file mode 100644 index 2c047f78317f..000000000000 --- a/devel/hs-uuagc/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -@comment $FreeBSD$ -bin/uuagc -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple/UUAGC.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple/UUAGC/AbsSyn.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple/UUAGC/Options.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple/UUAGC/Parser.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple/UUAGC/UUAGC.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple/UUAGC -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution/Simple -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Distribution -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |