Skip to content
Permalink
Browse files

Use github.livecheck.regex

  • Loading branch information
ryandesign committed Mar 26, 2018
1 parent 17f5c70 commit 9bbc6e46bc525b714dbea0d10970f29f18bcc7de
@@ -33,4 +33,4 @@ build.env CC=${configure.cc} \

eval destroot.env ${build.env}

livecheck.regex archive/(\[0-9.\]+)${extract.suffix}
github.livecheck.regex {([0-9.]+)}
@@ -38,4 +38,4 @@ destroot {
file copy ${worksrcpath}/bin/dcd-server ${destroot}${prefix}/bin
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"b-\]+)${extract.suffix}
github.livecheck.regex {([^"b-]+)}
@@ -49,4 +49,4 @@ variant bash_completion {
depends_run-append path:etc/bash_completion:bash-completion
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix}
github.livecheck.regex {([^"r-]+)}
@@ -61,4 +61,4 @@ variant zsh_completion {
}
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}
github.livecheck.regex {([^"r]+)}
@@ -57,4 +57,4 @@ if { ![variant_isset universal] } {
lappend merger_build_env(ppc) DMD='${prefix}/bin/dmd -m32'
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rba\]+)${extract.suffix}
github.livecheck.regex {([^"rba]+)}
@@ -25,4 +25,4 @@ pre-build {
file mkdir "${worksrcpath}/doc/man"
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -47,4 +47,4 @@ alias git=hub
or use 'hub' as standalone command
"

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -32,7 +32,7 @@ if {${subport} eq ${name}} {
# overload the github livecheck regex to look for versions that
# are just numbers and '.', no letters (e.g., "1.0.19rc1").

livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9\.\]+)${extract.suffix}
github.livecheck.regex {([0-9.]+)}

} else {

@@ -35,4 +35,4 @@ post-destroot {
copy ${worksrcpath}/doc ${dest_doc}
}

livecheck.regex archive/[join ${github.tag_prefix} ""](5\[^"\]+)${extract.suffix}
github.livecheck.regex {(5[^"]+)}
@@ -81,4 +81,4 @@ destroot {
${destroot}${docdir}
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rc\]+).tar
github.livecheck.regex {([^"rc]+)}
@@ -57,4 +57,4 @@ pre-activate {
}
}

livecheck.regex archive/${github.tag_prefix}(1\\\.\[0-9.\]+)${extract.suffix}
github.livecheck.regex {(1\.[0-9.]+)}
@@ -60,4 +60,4 @@ destroot {
file copy ${worksrcpath}/dmd ${destroot}${prefix}/share/doc
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -60,4 +60,4 @@ post-destroot {
xinstall -W ${worksrcpath} -m 644 man/man1/rdmd.1 ${destroot}${prefix}/share/man/man1
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -65,4 +65,4 @@ notes {
In order to have a complete dmd runtime environment consider installing the following ports:
druntime phobos dmd-tools }

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -59,4 +59,4 @@ destroot.args \
-f makefile_macports_install \
PREFIX=${prefix}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -136,4 +136,4 @@ variant blas64 description {Build internal OpenBLAS with 64-bit interface} {
}
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -86,4 +86,4 @@ destroot.args \
-f makefile_macports_install \
PREFIX=${prefix}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
github.livecheck.regex {([^"-]+)}
@@ -48,8 +48,6 @@ depends_build port:py${python.version}-docutils \

depends_lib port:py${python.version}-six

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
post-build {
system -W ${worksrcpath} "PATH='${python.prefix}/bin:$env(PATH)' make docs"
}
@@ -63,3 +61,5 @@ post-destroot {
xinstall -m 644 ${worksrcpath}/offlineimap.conf.minimal \
${destroot}${prefix}/etc/offlineimap.conf.minimal.sample
}

github.livecheck.regex {([^"-]+)}
@@ -39,4 +39,4 @@ post-destroot {
${destroot}${prefix}/share/doc/${name}
}

livecheck.regex archive/(\\d+(?:\\.\\d+)*)${extract.suffix}
github.livecheck.regex {(\d+(?:.\d+)*)}
@@ -43,7 +43,7 @@ if {${subport} eq ${name}} {
# overload the github livecheck regex to look for versions that
# are just numbers and '.', no letters (e.g., "3.7.3_rc2").

livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9.\]+)${extract.suffix}
github.livecheck.regex {([0-9.]+)}

} else {

@@ -49,4 +49,4 @@ if {${python.version} < 35} {
depends_lib-append port:py${python.version}-backports-ssl_match_hostname
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}
github.livecheck.regex {([^"r]+)}
@@ -46,4 +46,4 @@ port select --set ${select.group} [file tail ${select.file}]
"
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rba\]+)${extract.suffix}
github.livecheck.regex {([^"rba]+)}
@@ -35,6 +35,6 @@ if {${subport} ne ${name}} {
}
livecheck.type none
} else {
livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix}
github.livecheck.regex {([^"r-]+)}
}
@@ -25,5 +25,5 @@ if {${subport} ne ${name}} {
depends_lib-append port:py${python.version}-six
livecheck.type none
} else {
livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix}
github.livecheck.regex {([^"r-]+)}
}
@@ -106,5 +106,5 @@ the 'ipython' or 'ipython${python_major}' commands), run one or both of:

livecheck.type none
} else {
livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rba\]+)${extract.suffix}
github.livecheck.regex {([^"rba]+)}
}
@@ -171,5 +171,5 @@ More details regarding backends can be found in the matplotlib FAQ:
http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend
"
} else {
livecheck.regex archive/[join ${github.tag_prefix} ""](\[\\d+(?:\\.\\d+)*"\]+)${extract.suffix}"
github.livecheck.regex {([\d+(?:.\d+)*"]+)}
}
@@ -40,5 +40,5 @@ if {${name} ne ${subport}} {

livecheck.type none
} else {
livecheck.regex archive/(\[\\d\\.\]+)${extract.suffix}
github.livecheck.regex {([\d.]+)}
}
@@ -234,5 +234,5 @@ variant."

livecheck.type none
} else {
livecheck.regex archive/[join ${github.tag_prefix} ""](\[\\d+(?:\\.\\d+)*"\]+)${extract.suffix}"
github.livecheck.regex {([\d+(?:.\d+)*"]+)}
}
@@ -33,5 +33,5 @@ if {${name} ne ${subport}} {
livecheck.type none
} else {
# Ignore pyfftw repo's tags that have names like like "v0.10.1_docs"
livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9\.^"\]+)${extract.suffix}
github.livecheck.regex {([0-9.^"]+)}
}
@@ -132,4 +132,4 @@ have the +atlas variant active. Please ensure that numpy is activated with the\
# overload the github livecheck regex to look for versions that
# are just numbers, '.', and '-', no letters (e.g., "1.0.0b1").

livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9.-\]+)${extract.suffix}
github.livecheck.regex {([0-9.-]+)}
@@ -29,5 +29,5 @@ if {${name} ne ${subport}} {

livecheck.type none
} else {
livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"dev\]+)${extract.suffix}
github.livecheck.regex {([^"dev]+)}
}
@@ -198,4 +198,4 @@ if {[variant_isset geant4101]} {
}

livecheck.version ${version}
livecheck.regex archive/\[v\](\[^"\]+)${extract.suffix}
github.livecheck.regex {([^"]+)}
@@ -42,7 +42,7 @@ if {${subport} eq ${name}} {
# overload the github livecheck regex to look for versions that
# are just numbers and '.', no letters (e.g., "3.7.3git").

livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9\.\]+)${extract.suffix}
github.livecheck.regex {([0-9.]+)}

}

@@ -166,4 +166,4 @@ post-destroot {

# The second of the three version numbers is even for a stable release.
# See http://research.cs.wisc.edu/htcondor/version_number.html
livecheck.regex archive/V(\\d+_\\d*\[02468\]_\\d+)${extract.suffix}
github.livecheck.regex {(\d+_\d*[02468]_\d+)}
@@ -94,4 +94,4 @@ As of version 4.2 c++ and fortran interfaces are separate ports,\
netcdf-cxx and netcdf-fortran, respectively.
"

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rba\]+)${extract.suffix}
github.livecheck.regex {([^"rba]+)}
@@ -35,7 +35,7 @@ Provides the release version, which is typically updated every month or so.
# overload the github livecheck regex to look for versions that
# are just numbers and '_', no letters (e.g., "3.7.3_rc2").

livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9_\]+)${extract.suffix}
github.livecheck.regex {([0-9_]+)}

}

@@ -38,4 +38,4 @@ destroot {
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rw\]+)${extract.suffix}
github.livecheck.regex {([^"rw]+)}
@@ -26,4 +26,4 @@ python.versions 27
python.default_version 27
python.link_binaries_suffix

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix}
github.livecheck.regex {([^"r-]+)}
@@ -41,4 +41,4 @@ post-deactivate {
system "qlmanage -r"
}

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"b\]+)${extract.suffix}
github.livecheck.regex {([^"b]+)}
@@ -25,4 +25,4 @@ configure.args --disable-silent-rules \
checksums rmd160 3a50239fd977952bf8c8e3d5886d38377c85a53f \
sha256 d529c2e9dfe1db32826717aed80553a99ba31aeb82cee88f93e31a984b372489

livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"rb-\]+)${extract.suffix}
github.livecheck.regex {([^"rb-]+)}

0 comments on commit 9bbc6e4

Please sign in to comment.
You can’t perform that action at this time.