[106840] trunk/dports/devel/hs-mmap/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 18:21:26 PDT 2013


Revision: 106840
          https://trac.macports.org/changeset/106840
Author:   cal at macports.org
Date:     2013-06-08 18:21:26 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-mmap: update to 0.5.8, switch to new checksum styles, force rebuild against new GHC version, update description

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

Modified: trunk/dports/devel/hs-mmap/Portfile
===================================================================
--- trunk/dports/devel/hs-mmap/Portfile	2013-06-09 01:17:32 UTC (rev 106839)
+++ trunk/dports/devel/hs-mmap/Portfile	2013-06-09 01:21:26 UTC (rev 106840)
@@ -1,22 +1,20 @@
+# -*- 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
+PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       mmap 0.5.7
-revision            1
+haskell.setup       mmap 0.5.8
+checksums           rmd160  e460856da6203dde151e45b1224585b89d959d32 \
+                    sha256  fed460c4ded1953f027fccf705c7c09bc0a8e94bb14b024391387beb4b5afa9f
+
 license             BSD
+platforms           darwin
 maintainers         nomaintainer
-description         Memory mapped files for POSIX and Windows
-long_description \
-	This library provides a wrapper to mmap(2) or MapViewOfFile,	\
-	allowing files or devices to be lazily loaded into memory as	\
-	strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using	\
-	the virtual memory subsystem to do on-demand loading.		\
-	Modifications are also supported.
 
-platforms           darwin
-
-checksums           md5     1f74b3f59617332b06e277f5212423c1 \
-                    sha1    ea6bae1f511caeba32cf7e50f0409152f8384f93 \
-                    rmd160  959c4d7262cee83d6bacbdda28f226cc8c5377b5
+description         Memory mapped files for POSIX and Windows
+long_description    \
+    This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files \
+    or devices to be lazily loaded into memory as strict or lazy ByteStrings, \
+    ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do \
+    on-demand loading. Modifications are also supported.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/31b7fb57/attachment.html>


More information about the macports-changes mailing list