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 /math/hs-mwc-random | |
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 'math/hs-mwc-random')
-rw-r--r-- | math/hs-mwc-random/Makefile | 8 | ||||
-rw-r--r-- | math/hs-mwc-random/distinfo | 4 | ||||
-rw-r--r-- | math/hs-mwc-random/pkg-plist | 15 |
3 files changed, 7 insertions, 20 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index 8382ff9acb22..226c517f7595 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -6,16 +6,18 @@ # PORTNAME= mwc-random -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.8.0.3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Fast, high quality pseudo random number generation in Haskell -USE_HACKAGE= primitive vector>=0.5 +LICENSE= BSD + +USE_CABAL= primitive vector>=0.5 PORTDATA= * -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR} +INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-mwc-random/distinfo b/math/hs-mwc-random/distinfo index 05ff66a2bd7d..dacd575b42b8 100644 --- a/math/hs-mwc-random/distinfo +++ b/math/hs-mwc-random/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mwc-random-0.7.0.1.tar.gz) = a4b5075d283f0f2bca277b312c44cc1a6728c3d885c2633f4029a1abb26198d6 -SIZE (cabal/mwc-random-0.7.0.1.tar.gz) = 9265 +SHA256 (cabal/mwc-random-0.8.0.3.tar.gz) = e3766496409ac1a30233252dba759b51ded428762c88db38ebd14d079d5752ea +SIZE (cabal/mwc-random-0.8.0.3.tar.gz) = 10657 diff --git a/math/hs-mwc-random/pkg-plist b/math/hs-mwc-random/pkg-plist deleted file mode 100644 index 2d8fb72c4cd9..000000000000 --- a/math/hs-mwc-random/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System/Random/MWC.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%%/System/Random -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System -@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 |