Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff bin/check-ports @ 14:c0e2eb5613fe
Comment on the 3 repositories handled repositories
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 26 Oct 2017 22:45:08 +0200 |
| parents | fd56d1b7d822 |
| children | 532757223c28 |
line wrap: on
line diff
--- a/bin/check-ports Thu Oct 26 09:28:53 2017 +0200 +++ b/bin/check-ports Thu Oct 26 22:45:08 2017 +0200 @@ -1,7 +1,18 @@ #!/bin/sh +# +# Local repository with +# non-public packages and/or ports with changed OPTIONS (i.e. not using the +# defaults) +# : ${LOCAL_REPO:=LocalRepo} +# +# The official FreeBSD binary repository +# : ${FREEBSD_REPO:=FreeBSD} +# +# Directly installed from ports +# : ${PORTS_DIRECT_INSTALLED_REPO:=unknown-repository} get_remote_repo_versions() {
