[90563] trunk/dports/lang/q/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 8 18:21:47 PST 2012


Revision: 90563
          http://trac.macports.org/changeset/90563
Author:   ryandesign at macports.org
Date:     2012-03-08 18:21:47 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
q: force 32-bit compile and indicate that Q is obsolete and superseded by Pure (http://groups.google.com/group/pure-lang/browse_thread/thread/35cf4b7493678c31); GPL-2+ license

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

Modified: trunk/dports/lang/q/Portfile
===================================================================
--- trunk/dports/lang/q/Portfile	2012-03-09 02:09:23 UTC (rev 90562)
+++ trunk/dports/lang/q/Portfile	2012-03-09 02:21:47 UTC (rev 90563)
@@ -5,7 +5,7 @@
 
 name                    q
 version                 7.11
-revision                2
+revision                3
 categories              lang
 platforms               darwin
 maintainers             ryandesign
@@ -13,6 +13,8 @@
 master_sites            sourceforge:project/q-lang/q/${version}
 worksrcdir              ${name}-[lindex [split ${version} -] 0]
 use_parallel_build      yes
+license                 GPL-2+
+supported_archs         i386 ppc
 
 description \
     extensible scripting language
@@ -63,6 +65,10 @@
 
 test.run                yes
 
+notes "
+The Q programming language has been superseded by Pure\; consider installing the pure port instead.
+"
+
 livecheck.type          regex
 livecheck.url           http://sourceforge.net/projects/q-lang/files/q/
 livecheck.regex         {files/q/([0-9.]+)/}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/d68b5b1e/attachment.html>


More information about the macports-changes mailing list