[78461] trunk/dports/www/wordpress/Portfile

cal at macports.org cal at macports.org
Sun May 8 04:23:11 PDT 2011


Revision: 78461
          http://trac.macports.org/changeset/78461
Author:   cal at macports.org
Date:     2011-05-08 04:23:08 -0700 (Sun, 08 May 2011)
Log Message:
-----------
wordpress: upgrade to 3.1.2, modeline, livecheck, noarch

Modified Paths:
--------------
    trunk/dports/www/wordpress/Portfile

Modified: trunk/dports/www/wordpress/Portfile
===================================================================
--- trunk/dports/www/wordpress/Portfile	2011-05-08 10:58:19 UTC (rev 78460)
+++ trunk/dports/www/wordpress/Portfile	2011-05-08 11:23:08 UTC (rev 78461)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
@@ -3,8 +4,9 @@
 
 name                    wordpress
-version                 2.8.4
+version                 3.1.2
 categories              www
 platforms               darwin freebsd
 maintainers             nomaintainer
+supported_archs         noarch
 worksrcdir              ${name}
 
@@ -17,13 +19,17 @@
 homepage                http://wordpress.org/
 master_sites            ${homepage}
 
-checksums               md5     0e8b296d4e2d4189b349f1d0f727bd98 \
-                        sha1    af9a37283b25f26a3a3aa3a7c5db23222e18e0fc \
-                        rmd160  ab449a9d20737d7fb032f6f1a247e16adba88fc4
+checksums               md5 a2dee4df1cf5e1539ffba2da49a6cfa7 \
+                        sha1 35a511cbee30c1baccecb0650573b6b058f46339 \
+                        rmd160 a6f8adc519ee7399cf3f0aa3a3794b789ab699fd
 
 depends_lib             port:php5-web \
                         port:php5-mysql
 
+livecheck.type          regex
+livecheck.url           ${homepage}
+livecheck.regex         "Download WordPress (\\d+(?:\\.\\d+)*)"
+
 use_configure           no
 build                   {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110508/58c88f7a/attachment.html>


More information about the macports-changes mailing list