comparison sbin/check-ports @ 138:850ebdb132d1

Name a shared local repository: SharedLocalRepo
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 25 Oct 2019 09:24:06 +0200
parents dbbb04c46d97
children 302225cfb01b
comparison
equal deleted inserted replaced
137:dbbb04c46d97 138:850ebdb132d1
34 # OPTIONS (i.e. not using the defaults) or forks of official packages with 34 # OPTIONS (i.e. not using the defaults) or forks of official packages with
35 # other package names. 35 # other package names.
36 # This repo is strictly *local* to the host and/or jail. 36 # This repo is strictly *local* to the host and/or jail.
37 # 37 #
38 : ${LOCAL_REPO:=LocalRepo} 38 : ${LOCAL_REPO:=LocalRepo}
39
40 #
41 # Shared local repository with non-public packages and/or ports with
42 # changed OPTIONS (i.e. not using the defaults).
43 # Contrary to LOCAL_REPO this repository may be shared.
44 #
45 : ${SHARED_LOCAL_REPO:=SharedLocalRepo}
39 46
40 # 47 #
41 # (Shared) repository with ports with default OPTIONS (i.e. unchanged) 48 # (Shared) repository with ports with default OPTIONS (i.e. unchanged)
42 # but newer than the packages in the "FreeBSD" repository. 49 # but newer than the packages in the "FreeBSD" repository.
43 # Can also contain non-FreeBSD *public* packages. 50 # Can also contain non-FreeBSD *public* packages.