[142786] trunk/dports/perl/p5-mojolicious/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 07:13:48 PST 2015


Revision: 142786
          https://trac.macports.org/changeset/142786
Author:   devans at macports.org
Date:     2015-11-23 01:48:51 -0800 (Mon, 23 Nov 2015)
Log Message:
-----------
p5-mojolicious: update to version 6.33, dependencies, description.

Modified Paths:
--------------
    trunk/dports/perl/p5-mojolicious/Portfile

Modified: trunk/dports/perl/p5-mojolicious/Portfile
===================================================================
--- trunk/dports/perl/p5-mojolicious/Portfile	2015-11-23 08:24:46 UTC (rev 142785)
+++ trunk/dports/perl/p5-mojolicious/Portfile	2015-11-23 09:48:51 UTC (rev 142786)
@@ -6,7 +6,7 @@
 
 perl5.branches      5.16 5.18 5.20 5.22
 
-perl5.setup         Mojolicious 6.32
+perl5.setup         Mojolicious 6.33
 epoch               2
 categories-append   www
 platforms           darwin
@@ -14,7 +14,6 @@
 # Contains content licensed under all of these licenses (no choosing)
 license             Artistic-2 CC-BY-SA-4 MIT Apache-2
 homepage            http://mojolicio.us/
-supported_archs     noarch
 
 description         An MVC web framework emphasizing minimalism and simplicity
 
@@ -22,8 +21,7 @@
                     and simplicity.  Features include: A simplified single \
                     file mode through Mojolicious::Lite * Very clean, \
                     portable and Object Oriented pure Perl API without any \
-                    hidden magic and no requirements besides Perl 5.8.7 * \
-                    Full stack HTTP 1.1 and WebSocket client/server \
+                    hidden magic * Full stack HTTP 1.1 and WebSocket client/server \
                     implementation with TLS, Bonjour, IDNA, Comet, chunking \
                     and multipart support * Builtin async IO web server \
                     supporting epoll, kqueue, UNIX domain sockets and hot \
@@ -34,5 +32,12 @@
                     static file server, I18N, first class Unicode support \
                     and much more for you to discover.
 
-checksums           rmd160  63099733780d573d3dc73d4c1986fc52b0e2552c \
-                    sha256  635e0b2a3757843e0af5d82bcc1806478a14d54db598f6a04324f656b1633802
+checksums           rmd160  452942dcd451dbfc986f3fb46e02b6f3af9e67c4 \
+                    sha256  387986ce12ef6fcc2e317e98491ebc3f7da1b2da0e93619982ba25db3063c823
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-io-socket-ip
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b88a4462/attachment-0001.html>


More information about the macports-changes mailing list