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

l2g at macports.org l2g at macports.org
Sat May 7 19:46:20 PDT 2011


Revision: 78442
          http://trac.macports.org/changeset/78442
Author:   l2g at macports.org
Date:     2011-05-07 19:46:20 -0700 (Sat, 07 May 2011)
Log Message:
-----------
p5-mojolicious: new version 1.3

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

Modified: trunk/dports/perl/p5-mojolicious/Portfile
===================================================================
--- trunk/dports/perl/p5-mojolicious/Portfile	2011-05-08 02:45:44 UTC (rev 78441)
+++ trunk/dports/perl/p5-mojolicious/Portfile	2011-05-08 02:46:20 UTC (rev 78442)
@@ -4,7 +4,8 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.setup         Mojolicious 1.22
+perl5.setup         Mojolicious 1.3
+epoch               1
 categories-append   www
 platforms           darwin
 maintainers         l2g
@@ -19,7 +20,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 * \
+                    hidden magic and no requirements besides Perl 5.10 * \
                     Full stack HTTP 1.1 and WebSocket client/server \
                     implementation with TLS, Bonjour, IDNA, Comet, chunking \
                     and multipart support * Builtin async IO web server \
@@ -31,8 +32,19 @@
                     static file server, I18N, first class Unicode support \
                     and much more for you to discover.
 
-checksums           sha1    9e786e9e5573a5bca84684b14a869d940018e014 \
-                    rmd160  d4db9aacf3119c86f8596e546804e2fcf2be73e4
+checksums           sha1    cfa6fb1c86b8a98494ab4d7692d633d422ee2c90 \
+                    rmd160  d445497cedb64ed52584de4441f1398a661cae86
 
 # Only required for full testing:
 #depends_build-append port:p5-io-socket-ssl
+
+# Warning for users of Perl 5.8.x
+
+set warning_5_8 "As of version 1.3, the Mojolicious author has deprecated use of Perl 5.8.x. Please consider using 5.10.x or newer."
+
+notes "${warning_5_8} (if you aren't already doing so)"
+pre-configure {
+    if [regexp {^5\.[68]\.} ${perl5.version}] {
+        ui_warn ${warning_5_8}
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110507/2f8ef384/attachment.html>


More information about the macports-changes mailing list