maintainer-feedback requested: [Bug 246130] ports-mgmt/pkg: variables not expanded (except ABI)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 2 21:43:02 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-pkg mailing list
<pkg at FreeBSD.org> for maintainer-feedback:
Bug 246130: ports-mgmt/pkg: variables not expanded (except ABI)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246130



--- Description ---
According to pkg.conf manual, the following variables are expanded during the
parsing of pkg.conf: ABI, OSNAME, RELEASE, VERSION_MAJOR, VERSION_MINOR, ARCH

Using a variable other than ABI, the expansion is not performed.

poudriere: {
    url: https://xxxx/poudriere/packages/$RELEASE/
}

$ pkg --version
1.14.2

$ pkg update
pkg: https://xxxx/poudriere/packages/$RELEASE//packagesite.txz: Not Found


More information about the freebsd-pkg mailing list