[101158] trunk/dports/www/mybb/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 5 08:32:03 PST 2013


Revision: 101158
          https://trac.macports.org/changeset/101158
Author:   ryandesign at macports.org
Date:     2013-01-05 08:32:03 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
mybb: update to 1.6.9; license LGPL-3; rewrite distname in anticipation of third digit of version number increasing past 9

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

Modified: trunk/dports/www/mybb/Portfile
===================================================================
--- trunk/dports/www/mybb/Portfile	2013-01-05 15:58:57 UTC (rev 101157)
+++ trunk/dports/www/mybb/Portfile	2013-01-05 16:32:03 UTC (rev 101158)
@@ -4,13 +4,12 @@
 PortSystem          1.0
 
 name                mybb
-version             1.6.4
-set download_id     146
+version             1.6.9
 categories          www php
 platforms           darwin freebsd
 maintainers         nomaintainer
 supported_archs     noarch
-license             GPL
+license             LGPL-3
 
 description         A PHP-based bulletin board / discussion forum system
 
@@ -25,12 +24,12 @@
                     port:php5-xsl
 
 homepage            http://www.mybb.com/
-master_sites        ${homepage}download/${download_id}
-distname            ${name}_[string map {. ""} [regsub {\.(\d)$} ${version} {.0\1}]]
+master_sites        http://resources.mybb.com/downloads
+distname            ${name}_[string map {. ""} [subst [regsub {\.(\d+)$} ${version} {[format {%02d} {\1}]}]]]
 use_zip             yes
 
-checksums           sha1    235540c2572233f9fab6e75b5957ba99dc95f727 \
-                    rmd160  e1a32794ccf5df208a89ed53accbc786e7b3a049
+checksums           rmd160  0b4a665ce44d67d19695e631a586cbe044b8b039 \
+                    sha256  85863ff15c98361c8634f3011bfa171feb61f00df745bf80081d6229ee97a46f
 
 extract.mkdir       yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/059daaed/attachment.html>


More information about the macports-changes mailing list