[64990] trunk/dports/devel/hs-derive/Portfile

nox at macports.org nox at macports.org
Thu Mar 18 17:46:45 PDT 2010


Revision: 64990
          http://trac.macports.org/changeset/64990
Author:   nox at macports.org
Date:     2010-03-18 17:46:45 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Fix configure in hs-derive

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

Modified: trunk/dports/devel/hs-derive/Portfile
===================================================================
--- trunk/dports/devel/hs-derive/Portfile	2010-03-19 00:30:10 UTC (rev 64989)
+++ trunk/dports/devel/hs-derive/Portfile	2010-03-19 00:46:45 UTC (rev 64990)
@@ -4,6 +4,7 @@
 PortGroup       haskell 1.0
 
 haskell.setup   derive 2.3.0
+revision        1
 license         BSD-3
 platforms       darwin
 categories      devel
@@ -23,6 +24,8 @@
 post-patch {
     reinplace {s/haskell-src-exts == 1\.6/haskell-src-exts == 1.7/} \
         ${worksrcpath}/derive.cabal
+    reinplace {s/uniplate == 1\.4/uniplate == 1\.5/} \
+        ${worksrcpath}/derive.cabal
 }
 
 depends_build-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/375e1db8/attachment.html>


More information about the macports-changes mailing list