Skip to content

Commit

Permalink
mybb: update homepage, fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and tobypeterson committed Feb 8, 2017
1 parent 9709436 commit 1c81faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/mybb/Portfile
Expand Up @@ -22,7 +22,7 @@ depends_run port:php5-web \
port:php5-mysql \
port:php5-xsl

homepage http://www.mybb.com/
homepage https://mybb.com/
master_sites http://resources.mybb.com/downloads
distname ${name}_[string map {. ""} [subst [regsub {\.(\d+)$} ${version} {[format {%02d} {\1}]}]]]
use_zip yes
Expand All @@ -44,5 +44,5 @@ destroot {
}

livecheck.type regex
livecheck.url ${homepage}downloads
livecheck.url ${homepage}download/
livecheck.regex {>Download MyBB ([0-9.]+)<}

0 comments on commit 1c81faa

Please sign in to comment.