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

l2g at macports.org l2g at macports.org
Mon May 9 12:34:50 PDT 2011


Revision: 78490
          http://trac.macports.org/changeset/78490
Author:   l2g at macports.org
Date:     2011-05-09 12:34:49 -0700 (Mon, 09 May 2011)
Log Message:
-----------
p5-mojolicious: new version 1.31; removed notice of deprecating 5.8.x because
the author has backed down from his stance on that

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

Modified: trunk/dports/perl/p5-mojolicious/Portfile
===================================================================
--- trunk/dports/perl/p5-mojolicious/Portfile	2011-05-09 14:51:07 UTC (rev 78489)
+++ trunk/dports/perl/p5-mojolicious/Portfile	2011-05-09 19:34:49 UTC (rev 78490)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.setup         Mojolicious 1.3
+perl5.setup         Mojolicious 1.31
 epoch               1
 categories-append   www
 platforms           darwin
@@ -20,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.10 * \
+                    hidden magic and no requirements besides Perl 5.8.7 * \
                     Full stack HTTP 1.1 and WebSocket client/server \
                     implementation with TLS, Bonjour, IDNA, Comet, chunking \
                     and multipart support * Builtin async IO web server \
@@ -32,19 +32,8 @@
                     static file server, I18N, first class Unicode support \
                     and much more for you to discover.
 
-checksums           sha1    cfa6fb1c86b8a98494ab4d7692d633d422ee2c90 \
-                    rmd160  d445497cedb64ed52584de4441f1398a661cae86
+checksums           sha1    183c057c1706264be4d795ca68181c813d28fcbf \
+                    rmd160  f71cf213c9a987074757fbb6c0f77db3a7a2dc11
 
 # 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/20110509/e0893038/attachment.html>


More information about the macports-changes mailing list