[75919] trunk/dports/lang/scala/Portfile

blair at macports.org blair at macports.org
Sat Feb 12 16:27:58 PST 2011


Revision: 75919
          http://trac.macports.org/changeset/75919
Author:   blair at macports.org
Date:     2011-02-12 16:27:58 -0800 (Sat, 12 Feb 2011)
Log Message:
-----------
Clean up an obsolete port:

- Use pre-configure instead of pre-fetch to not fail "port fetch outdated"
- Grammar fix
- Force no livecheck

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

Modified: trunk/dports/lang/scala/Portfile
===================================================================
--- trunk/dports/lang/scala/Portfile	2011-02-13 00:25:40 UTC (rev 75918)
+++ trunk/dports/lang/scala/Portfile	2011-02-13 00:27:58 UTC (rev 75919)
@@ -20,7 +20,9 @@
 platforms       darwin
 distfiles
 
-pre-fetch {
-        ui_error "Please one of the numbered scala* ports instead."
+pre-configure {
+        ui_error "Please use one of the numbered scala* ports instead."
         return -code error "obsolete port"
 }
+
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110212/657d4a3d/attachment.html>


More information about the macports-changes mailing list