[64932] trunk/dports/devel/hs-bytestring-lexing/Portfile

gwright at macports.org gwright at macports.org
Wed Mar 17 16:18:49 PDT 2010


Revision: 64932
          http://trac.macports.org/changeset/64932
Author:   gwright at macports.org
Date:     2010-03-17 16:18:48 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Version bump to 0.2.1 and fix alex dependency.

Modified Paths:
--------------
    trunk/dports/devel/hs-bytestring-lexing/Portfile

Modified: trunk/dports/devel/hs-bytestring-lexing/Portfile
===================================================================
--- trunk/dports/devel/hs-bytestring-lexing/Portfile	2010-03-17 22:54:28 UTC (rev 64931)
+++ trunk/dports/devel/hs-bytestring-lexing/Portfile	2010-03-17 23:18:48 UTC (rev 64932)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 PortGroup           haskell 1.0
-haskell.setup       bytestring-lexing 0.2
+haskell.setup       bytestring-lexing 0.2.1
 maintainers         nomaintainer
 description         Parse literals efficiently from ByteStrings
 long_description \
@@ -12,13 +12,14 @@
 
 platforms           darwin
 
-checksums           md5     42e2346d8eacb5be5342d8b3d87b6cad \
-                    sha1    4d173786aa7cef0bd129ca4cb856ecca122c7a1f \
-                    rmd160  3b5352acfd19694bbd68ceead2827e4d290daa5b
+checksums	md5     42822f6151677228582a97076d6ddda0 \
+		sha1    c1cff3d590be4bafe9198197d300e5acfa69c20e \
+		rmd160  42ee7ee19334e4ad52798155c04b964ce3826efa
 
-depends_build-append   port:alex
+depends_build-append   port:hs-platform-alex
 
-configure.args-append   --enable-library-profiling
+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/20100317/64c268cb/attachment.html>


More information about the macports-changes mailing list