svn commit: r301894 - head/devel/hs-mmap

Gabor Pali pgj at FreeBSD.org
Fri Aug 3 02:57:26 UTC 2012


Author: pgj
Date: Fri Aug  3 02:57:25 2012
New Revision: 301894
URL: http://svn.freebsd.org/changeset/ports/301894

Log:
  - Update to 0.5.8
  - Use the new options framework
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/devel/hs-mmap/Makefile
  head/devel/hs-mmap/distinfo
  head/devel/hs-mmap/pkg-descr

Modified: head/devel/hs-mmap/Makefile
==============================================================================
--- head/devel/hs-mmap/Makefile	Fri Aug  3 02:56:31 2012	(r301893)
+++ head/devel/hs-mmap/Makefile	Fri Aug  3 02:57:25 2012	(r301894)
@@ -5,8 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	mmap
-PORTVERSION=	0.5.7
-PORTREVISION=	3
+PORTVERSION=	0.5.8
 CATEGORIES=	devel haskell
 
 MAINTAINER=	haskell at FreeBSD.org

Modified: head/devel/hs-mmap/distinfo
==============================================================================
--- head/devel/hs-mmap/distinfo	Fri Aug  3 02:56:31 2012	(r301893)
+++ head/devel/hs-mmap/distinfo	Fri Aug  3 02:57:25 2012	(r301894)
@@ -1,2 +1,2 @@
-SHA256 (cabal/mmap-0.5.7.tar.gz) = d73c683a0e835b29ecc5a55c9d342b454f0b46eeb71955fe1c408d5d67ea0838
-SIZE (cabal/mmap-0.5.7.tar.gz) = 9197
+SHA256 (cabal/mmap-0.5.8.tar.gz) = fed460c4ded1953f027fccf705c7c09bc0a8e94bb14b024391387beb4b5afa9f
+SIZE (cabal/mmap-0.5.8.tar.gz) = 11657

Modified: head/devel/hs-mmap/pkg-descr
==============================================================================
--- head/devel/hs-mmap/pkg-descr	Fri Aug  3 02:56:31 2012	(r301893)
+++ head/devel/hs-mmap/pkg-descr	Fri Aug  3 02:57:25 2012	(r301894)
@@ -1,6 +1,6 @@
 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.
+loading. Modifications are also supported.
 
-WWW: http://hackage.haskell.org/packages/archive/mmap
+WWW:	http://hackage.haskell.org/packages/archive/mmap



More information about the svn-ports-head mailing list