[131666] trunk/dports/perl/p5-json-xs/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 15 05:57:42 PST 2015


Revision: 131666
          https://trac.macports.org/changeset/131666
Author:   mojca at macports.org
Date:     2015-01-15 05:57:42 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-json-xs: upgrade to 3.02, add license, add dependencies, checksums (#46005, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/perl/p5-json-xs/Portfile

Modified: trunk/dports/perl/p5-json-xs/Portfile
===================================================================
--- trunk/dports/perl/p5-json-xs/Portfile	2015-01-15 13:56:18 UTC (rev 131665)
+++ trunk/dports/perl/p5-json-xs/Portfile	2015-01-15 13:57:42 UTC (rev 131666)
@@ -6,17 +6,23 @@
 
 epoch               1
 perl5.branches      5.16 5.18 5.20
-perl5.setup         JSON-XS 2.23
-revision            3
+perl5.setup         JSON-XS 3.01
+license             {Artistic-1 GPL}
 maintainers         nottwo
+
 description         JSON serialising/deserialising, done correctly and fast
 long_description    This module converts Perl data structures to JSON and \
                     vice versa. Its primary goal is to be *correct* and its \
                     secondary goal is to be *fast*.  To reach the latter goal \
                     it was written in C.
-license               {Artistic-1 GPL}
 
+checksums           rmd160  5936adbe9098f40c934fe0663f93a7c183ee1464 \
+                    sha256  4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab
+
 platforms           darwin
 
-checksums           sha1 4760c22b5919dcec5d4451ab7f681d80ef8c0f4e \
-                    rmd160 b35d17d34725debb97dd51acd0c49f5d745e19ae
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-common-sense \
+                    port:p${perl5.major}-types-serialiser
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150115/c74fd558/attachment.html>


More information about the macports-changes mailing list