[96876] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Aug 20 14:05:09 PDT 2012


Revision: 96876
          https://trac.macports.org/changeset/96876
Author:   cal at macports.org
Date:     2012-08-20 14:05:09 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
copy the current state of the ghc port to hs-platform-ghc

A follow-up commit will change haskell-platform to depend on this port.
A different follow-up commit will update the ghc port to a newer version.
Doing this preserves the current state of the haskell platform in MacPorts
(whatever that is).

Haskell platform will probably be updated soon, too (also with
a hs-platform-ghc port)

Modified Paths:
--------------
    trunk/dports/devel/hs-platform-ghc/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-platform-ghc/

Modified: trunk/dports/devel/hs-platform-ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile	2012-08-19 07:54:04 UTC (rev 96794)
+++ trunk/dports/devel/hs-platform-ghc/Portfile	2012-08-20 21:05:09 UTC (rev 96876)
@@ -3,11 +3,11 @@
 
 PortSystem	1.0
 
-name		ghc
+name		hs-platform-ghc
+conflicts	ghc
 set canonicalname	ghc
 version		6.10.4
-revision	5
-categories	lang haskell
+categories	devel lang haskell
 maintainers	nomaintainer
 license		BSD
 platforms	darwin
@@ -559,7 +559,5 @@
 	}
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	"GHC (\[0-9\\.\]+) Released"
+livecheck.type	none
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/581e415c/attachment.html>


More information about the macports-changes mailing list