Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/fpkg @ 681:7655c501d4f3
fpkg: FIX: invalid "local" declaration
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 01 Oct 2024 13:28:53 +0200 |
| parents | a63e689d0529 |
| children | a7a8dc2fd013 |
comparison
equal
deleted
inserted
replaced
| 680:a63e689d0529 | 681:7655c501d4f3 |
|---|---|
| 236 Input (Globals): | 236 Input (Globals): |
| 237 FREEBSD_REPO: the (canonical) FreeBSD repository name | 237 FREEBSD_REPO: the (canonical) FreeBSD repository name |
| 238 LOCALBSDPORTS_REPO: the fast-track repository name | 238 LOCALBSDPORTS_REPO: the fast-track repository name |
| 239 | 239 |
| 240 ' | 240 ' |
| 241 local _name local _repo _j | 241 local _name _repo _j |
| 242 | 242 |
| 243 echo "${FPKG_SIGN}LOCALHOST" | 243 echo "${FPKG_SIGN}LOCALHOST" |
| 244 pkg query '%n %R' | | 244 pkg query '%n %R' | |
| 245 while read _name _repo; do | 245 while read _name _repo; do |
| 246 if [ "${_repo}" = "${LOCALBSDPORTS_REPO}" ]; then | 246 if [ "${_repo}" = "${LOCALBSDPORTS_REPO}" ]; then |
