[34772] trunk/dports/lang/ghc/Portfile
gwright at macports.org
gwright at macports.org
Tue Mar 4 13:54:29 PST 2008
Revision: 34772
http://trac.macosforge.org/projects/macports/changeset/34772
Author: gwright at macports.org
Date: 2008-03-04 13:54:28 -0800 (Tue, 04 Mar 2008)
Log Message:
-----------
Revert Daniel Luke's changes, which I accidentally backed out.
Modified Paths:
--------------
trunk/dports/lang/ghc/Portfile
Modified: trunk/dports/lang/ghc/Portfile
===================================================================
--- trunk/dports/lang/ghc/Portfile 2008-03-04 21:27:43 UTC (rev 34771)
+++ trunk/dports/lang/ghc/Portfile 2008-03-04 21:54:28 UTC (rev 34772)
@@ -57,12 +57,16 @@
platform darwin 6 {
- return -code error "${name} is not supported on Mac OS X 10.2.x (Jaguar)"
+ pre-fetch {
+ return -code error "${name} is not supported on Mac OS X 10.2.x (Jaguar)"
+ }
}
platform darwin 7 {
- return -code error "${name} is not supported on Mac OS X 10.3.x (Panther)"
+ pre-fetch {
+ return -code error "${name} is not supported on Mac OS X 10.3.x (Panther)"
+ }
}
@@ -102,7 +106,10 @@
global ghc_bootversion
set ghc_bootversion 6.8.2
- return -code error "${name} is not yet supported on Mac OS X 10.5.x PowerPC"
+ pre-fetch {
+ return -code error "${name} is not yet supported on Mac OS X 10.5.x PowerPC"
+ }
+
# master_sites-append ${homepage}${name}/dist/${ghc_bootversion}/:bootstrap
# distfiles-append ${name}-${ghc_bootversion}-darwin-ppc-leopard-bootstrap.tar.bz2:bootstrap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080304/5c1e5eea/attachment.html
More information about the macports-changes
mailing list