Permalink
Browse files
Use github.livecheck.branch
- Loading branch information
|
|
@@ -38,7 +38,7 @@ subport libuv-devel { |
|
|
This port is kept up with the libuv GIT 'master' branch, is typically updated weekly to monthly. |
|
|
conflicts libuv |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/v1.x.atom |
|
|
github.livecheck.branch v1.x |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@@ -31,7 +31,7 @@ if {[string first "-devel" $subport] > 0} { |
|
|
patchfiles patch-libnoarch.devel.diff \ |
|
|
patch-linkLib.devel.diff |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/develop.atom |
|
|
github.livecheck.branch develop |
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
|
@@ -34,5 +34,5 @@ if {${name} ne ${subport}} { |
|
|
|
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.url ${github.homepage}/commits/develop.atom |
|
|
github.livecheck.branch develop |
|
|
} |
|
|
@@ -101,9 +101,9 @@ subport gnss-sdr-next { |
|
|
-DGIT_BRANCH="next-MacPorts" \ |
|
|
-DGIT_COMMIT_HASH="[string range ${github.version} 0 7](${version})" |
|
|
|
|
|
# overload the github livecheck URL with the next branch. |
|
|
# overload the github livecheck branch |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/next.atom |
|
|
github.livecheck.branch next |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@@ -86,9 +86,9 @@ subport gnuradio-next { |
|
|
|
|
|
set GR_VERSION_INFO "next-git-[string range ${github.version} 0 7](${version})" |
|
|
|
|
|
# overload the github livecheck URL with the correct branch |
|
|
# overload the github livecheck branch |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/next.atom |
|
|
github.livecheck.branch next |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@@ -10,10 +10,10 @@ checksums rmd160 f6281a002790394f6e33f0153086b2b2fbdd9359 \ |
|
|
sha256 f34658090a4078eb2667dd2c8a2e0180a5e3c254c725833c485856b60206735f \ |
|
|
size 384919 |
|
|
|
|
|
# overload the github livecheck URL with the development branch, |
|
|
# when it is more advanced; comment out for master. |
|
|
# overload the github livecheck branch. |
|
|
# when master is more advanced, comment this out. |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/development.atom |
|
|
github.livecheck.branch development |
|
|
|
|
|
# allow gr-gsm to work with both gnuradio and gnuradio-devel ... |
|
|
|
|
|
|
|
|
@@ -52,10 +52,10 @@ Provides the UHD GIT maint or master branch, depending on which is more advanced |
|
|
sha256 764f016e17e2cc2305b2bf61646cba92be6284ca9ddd663e2fd4f857b6b7bdf7 \ |
|
|
size 9289076 |
|
|
|
|
|
# overload the github livecheck URL with the maint branch, |
|
|
# when it is more advanced; comment out for master. |
|
|
# overload the github livecheck branch. |
|
|
# when master is more advanced, comment this out. |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/maint.atom |
|
|
github.livecheck.branch maint |
|
|
|
|
|
# set the version override string |
|
|
|
|
|
|
|
|
@@ -70,9 +70,9 @@ subport volk-gnss-sdr-next { |
|
|
|
|
|
conflicts volk-gnss-sdr volk-gnss-sdr-devel |
|
|
|
|
|
# overload the github livecheck URL with the next branch. |
|
|
# overload the github livecheck branch |
|
|
|
|
|
livecheck.url ${github.homepage}/commits/next.atom |
|
|
github.livecheck.branch next |
|
|
|
|
|
} |
|
|
|
|
|
|