[64779] trunk/dports/devel/hs-zlib/Portfile

gwright at macports.org gwright at macports.org
Mon Mar 15 11:48:56 PDT 2010


Revision: 64779
          http://trac.macports.org/changeset/64779
Author:   gwright at macports.org
Date:     2010-03-15 11:48:54 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
The haskell binding to zlib is part of the haskell platform,
the hs-zlib port is now the development version.

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

Modified: trunk/dports/devel/hs-zlib/Portfile
===================================================================
--- trunk/dports/devel/hs-zlib/Portfile	2010-03-15 18:41:40 UTC (rev 64778)
+++ trunk/dports/devel/hs-zlib/Portfile	2010-03-15 18:48:54 UTC (rev 64779)
@@ -3,24 +3,27 @@
 PortSystem 1.0
 
 PortGroup	haskell 1.0
-haskell.setup	zlib 0.5.0.0
+haskell.setup	zlib 0.5.2.0
 maintainers	nomaintainer
 platforms	darwin
 
-description	The Haskell Zlib Binding
+description	The Haskell Zlib Binding (development version)
 long_description	\
 		Haskell bindings to the Zlib library for compression \
                 and decompression in gzip and zlib format.  The library \
 		acts directly on ByteString values.
 
-checksums       md5     22fa6d394c42c8584b234799b923f860		\
-                sha1    4a93e727a408754baf6ede0ed721863eb4ea0df2	\
-                rmd160  0ba0769d78b83b05726b15be55b10168db7d59bb
+checksums	md5     19859e241dc18ef1501a5d44d8523507		\
+		sha1    e40025b464a3a701c3e835dbc0ae540c73bad1fc	\
+		rmd160  5d9b674e235b260f64d65051afecebc935c2a7ae
 
-depends_build	port:ghc
-depends_lib	port:zlib
+depends_lib	port:ghc	\
+		port:zlib
 
-configure.args-append	--enable-library-profiling
+universal_variant	no
 
+configure.args-append	-v --enable-library-profiling		\
+			--with-gcc=${configure.cc}
+
 build.args-append	-v
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/bd62357a/attachment.html>


More information about the macports-changes mailing list