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

mojca at macports.org mojca at macports.org
Tue Feb 2 02:18:54 PST 2016


Revision: 145347
          https://trac.macports.org/changeset/145347
Author:   mojca at macports.org
Date:     2016-02-02 02:18:54 -0800 (Tue, 02 Feb 2016)
Log Message:
-----------
nqp: upgrade to version 2016.01, fix livecheck

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

Modified: trunk/dports/lang/nqp/Portfile
===================================================================
--- trunk/dports/lang/nqp/Portfile	2016-02-02 10:18:29 UTC (rev 145346)
+++ trunk/dports/lang/nqp/Portfile	2016-02-02 10:18:54 UTC (rev 145347)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        perl6 nqp 2015.12
+github.setup        perl6 nqp 2016.01
 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  1fe71859ac358346969f8c0bc793bb3b73e6c56f \
-                    sha256  4d77681ec4e0fa0c91bf346ab2bb076981921d29e1fbb9964a2a025d7283bbb7
+checksums           rmd160  3703cf3efd73955b2d8c9ca90d05a6db909e2094 \
+                    sha256  87875120af7167093643f2a35869d66a61f735220a9348627ba89cf294387c8b
 
 depends_build       port:perl5
 
@@ -38,3 +38,6 @@
 configure.universal_args-delete --disable-dependency-tracking
 
 test.run            yes
+
+# we need to avoid '-' in version name, else $version-RC1 is considered newer than the actual release
+livecheck.regex     {archive/([0-9.]+).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160202/522a27db/attachment.html>


More information about the macports-changes mailing list