[33100] trunk/dports/lang/hugs98/Portfile

mww at macports.org mww at macports.org
Thu Jan 17 14:27:15 PST 2008


Revision: 33100
          http://trac.macosforge.org/projects/macports/changeset/33100
Author:   mww at macports.org
Date:     2008-01-17 14:27:13 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
replace ui_msg+exit with return -- thanks to ryandesign@ (#13921);
remove unnecessary darwin 8 compiler selection

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

Modified: trunk/dports/lang/hugs98/Portfile
===================================================================
--- trunk/dports/lang/hugs98/Portfile	2008-01-17 22:03:08 UTC (rev 33099)
+++ trunk/dports/lang/hugs98/Portfile	2008-01-17 22:27:13 UTC (rev 33100)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		hugs98
 version		plus-Sep2006
 categories	lang
@@ -21,12 +22,10 @@
 
 depends_lib	port:readline
 
-platform darwin 6 { ui_msg "Hugs is not supported on Jaguar (10.2.x). Sorry."
-		    exit 0
-		}
+platform darwin 6 {
+	fetch { return -code error "Hugs is not supported on Jaguar (10.2.x). Sorry!" }
+}
 
-platform darwin 8 { configure.compiler gcc-4.0 }
-
 livecheck.check	regex
 livecheck.url	${master_sites}
 livecheck.regex	hugs98-\(plus-\[A-Za-z\]+200\[6-9\]\)\.tar.gz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/055a409c/attachment.html


More information about the macports-changes mailing list