Skip to content

Commit

Permalink
wine: Update homepage, master_sites, livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 23, 2017
1 parent e42d209 commit dade8a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11/wine/Portfile
Expand Up @@ -13,11 +13,11 @@ name wine
conflicts wine-devel wine-crossover
set my_name wine
version 2.0
set branch [join [lrange [split ${version} .] 0 1] .]
set branch [lindex [split ${version} .] 0].0
license LGPL-2.1+
categories x11
maintainers ryandesign jwa openmaintainer
homepage http://www.winehq.org/
homepage https://www.winehq.org
platforms darwin
use_bzip2 yes
distname ${my_name}-${version}
Expand Down Expand Up @@ -209,4 +209,4 @@ post-destroot {
}

livecheck.type regex
livecheck.regex {"/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)"}
livecheck.regex {"/announce/([0-9]+\.0(\.[0-9]+)*)"}

0 comments on commit dade8a7

Please sign in to comment.