diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-09 13:28:57 +0800 |
commit | c7a47a981222b062ac48e4edc5cae32fbed2b9c7 (patch) | |
tree | a1af1f5739f0a44d179f6f44b2ea70e07401da25 /www/hs-oeis | |
parent | 63b87600f00dd6e3a998a1862f7c209aa5e62523 (diff) | |
download | freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.gz freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.zst freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.zip |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-oeis')
-rw-r--r-- | www/hs-oeis/Makefile | 7 | ||||
-rw-r--r-- | www/hs-oeis/distinfo | 4 | ||||
-rw-r--r-- | www/hs-oeis/pkg-plist | 14 |
3 files changed, 7 insertions, 18 deletions
diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile index da59b51ccc60..09d999f9e241 100644 --- a/www/hs-oeis/Makefile +++ b/www/hs-oeis/Makefile @@ -6,13 +6,16 @@ # PORTNAME= oeis -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell interface to the Online Encyclopedia of Integer Sequences -USE_HACKAGE= HTTP>=4000.0.2 +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= HTTP>=4000.0.2 network>=2 PORTDATA= * diff --git a/www/hs-oeis/distinfo b/www/hs-oeis/distinfo index a508f742e381..758ae7a6a1ef 100644 --- a/www/hs-oeis/distinfo +++ b/www/hs-oeis/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/oeis-0.2.2.tar.gz) = ac69aa48b29ea89c58c7ead5d0c2d62280526618667a024f35e89a71380606d0 -SIZE (cabal/oeis-0.2.2.tar.gz) = 7287 +SHA256 (cabal/oeis-0.3.0.tar.gz) = f21ca2cedc72c8e922a759d8a9151ee28747af91f5402ae7f2ba8f3de0aa8be8 +SIZE (cabal/oeis-0.3.0.tar.gz) = 7309 diff --git a/www/hs-oeis/pkg-plist b/www/hs-oeis/pkg-plist deleted file mode 100644 index 608196b2a48a..000000000000 --- a/www/hs-oeis/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Math/OEIS.hi -%%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%%/Math -@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 |