[96987] trunk/dports/devel/hs-random/Portfile

cal at macports.org cal at macports.org
Thu Aug 23 13:12:26 PDT 2012


Revision: 96987
          https://trac.macports.org/changeset/96987
Author:   cal at macports.org
Date:     2012-08-23 13:12:25 -0700 (Thu, 23 Aug 2012)
Log Message:
-----------
hs-random: update to 1.0.1.1, #35762

Modified Paths:
--------------
    trunk/dports/devel/hs-random/Portfile

Modified: trunk/dports/devel/hs-random/Portfile
===================================================================
--- trunk/dports/devel/hs-random/Portfile	2012-08-23 20:02:50 UTC (rev 96986)
+++ trunk/dports/devel/hs-random/Portfile	2012-08-23 20:12:25 UTC (rev 96987)
@@ -1,25 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup	haskell	 1.0
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-haskell.setup	random 1.0.0.2
-name		hs-random
-license		BSD Permissive
-maintainers	nomaintainer
-platforms	darwin
+haskell.setup       random  1.0.1.1
+maintainers         nomaintainer
+description         Random numbers
 
-description	A random number library for Haskell.
-long_description	\
-	${description}
+license             BSD
+platforms           darwin
 
-checksums	md5     c231222e0db8a06275d629b7253098e2 \
-		sha1    673927344e8c73b3b7ce9d6063a02e3cf24ec0ee \
-		rmd160  b82047ca8234b0fdedb8b06246d23f9b132bafce
 
-depends_lib	port:hs-platform-time
+description         \
+    This package provides a basic random number generation library, including \
+    the ability to split random number generators.
+long_description    ${description}
 
-configure.args-append	--enable-library-profiling -v	\
-			--with-gcc=${configure.cc}
+checksums           sha256  df7c3b405de0ac27a2ee8fdc8dad87cb42e8eac01fef53861e43bc47c8111559 \
+                    rmd160  a13a4d7fefd15611cf863f11caf212efede320c3
 
-build.args-append	-v
+# ghc is not universal
+universal_variant   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120823/e1c9f922/attachment.html>


More information about the macports-changes mailing list