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 /math/hs-mwc-random | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) |
Notes
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 |