[109260] trunk/dports/lang/ghc/Portfile

cal at macports.org cal at macports.org
Sun Aug 11 09:42:57 PDT 2013


Revision: 109260
          https://trac.macports.org/changeset/109260
Author:   cal at macports.org
Date:     2013-08-11 09:42:56 -0700 (Sun, 11 Aug 2013)
Log Message:
-----------
ghc: recache packages after activation, fixes package index after revbump (but requires another revbump)

Modified Paths:
--------------
    trunk/dports/lang/ghc/Portfile

Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile	2013-08-11 16:40:17 UTC (rev 109259)
+++ trunk/dports/lang/ghc/Portfile	2013-08-11 16:42:56 UTC (rev 109260)
@@ -6,7 +6,7 @@
 name                ghc
 set canonicalname   ghc
 version             7.6.3
-revision            1
+revision            2
 categories          lang haskell
 maintainers         gmail.com:kitchen.andy cal openmaintainer
 license             BSD
@@ -144,3 +144,7 @@
         registry_deactivate_composite hs-process "" [list ports_nodepcheck 1]
     }
 }
+
+post-activate {
+    catch {system "${prefix}/bin/ghc-pkg -v recache"}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130811/ae8fbd54/attachment.html>


More information about the macports-changes mailing list