[154206] trunk/dports/lang/nqp/Portfile

mojca at macports.org mojca at macports.org
Mon Oct 24 15:28:41 CEST 2016


Revision: 154206
          https://trac.macports.org/changeset/154206
Author:   mojca at macports.org
Date:     2016-10-24 15:28:41 +0200 (Mon, 24 Oct 2016)
Log Message:
-----------
nqp: upgrade to 2016.10, remove support for universal variant

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

Modified: trunk/dports/lang/nqp/Portfile
===================================================================
--- trunk/dports/lang/nqp/Portfile	2016-10-24 13:28:25 UTC (rev 154205)
+++ trunk/dports/lang/nqp/Portfile	2016-10-24 13:28:41 UTC (rev 154206)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        perl6 nqp 2016.07
+github.setup        perl6 nqp 2016.10
 description         A lightweight Perl-6 like language for virtual machines
 long_description    This is "Not Quite Perl" -- a lightweight Perl 6-like \
                     environment for virtual machines.  The key feature of \
@@ -19,8 +19,8 @@
 license             Artistic-2
 platforms           darwin
 
-checksums           rmd160  ce8f5b9d1f83ec2f2e95a53f77aa71a2f5c56106 \
-                    sha256  bf579d9b8bfa35e4cae368db0f5fa74785e3d571970e043278fe0ccefb91d59f
+checksums           rmd160  1e3c3cae60a4e39aaa6f6b8d2444d913aff4ee8a \
+                    sha256  d66905006e74b6d55f7abd3fba051fdf9a2583879bbf3cecaab076c07d39d476
 
 depends_build       port:perl5
 
@@ -34,8 +34,10 @@
 configure.args      --prefix=${prefix} \
                     --backends=moar
 
+# https://github.com/MoarVM/MoarVM/issues/414
+universal_variant   no
 # Unsupported by Configure.pl
-configure.universal_args-delete --disable-dependency-tracking
+# configure.universal_args-delete --disable-dependency-tracking
 
 test.run            yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161024/bb5e555f/attachment-0002.html>


More information about the macports-changes mailing list