'pkg_fetch', which is used by 'portupgrade', keeps looking for packages in the wrong path; "ftp://ftp.uk.mirror.org/pub/FreeBSD/ports/All" instead of ".../pub/FreeBSD/ports/packages/All".
And this is despite I've set my environment variable correctly by:
setenv PKG_SITES "ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/packages"
So am I doing something wrong?
Error message in case needed:
-------
---> Checking the availability of the latest package of 'security/openssl'
---> Fetching the package(s) for 'openssl-0.9.7a' (security/openssl)
---> Fetching openssl-0.9.7a
fetch: /var/tmp/openssl-0.9.7a.tgz: File unavailable (e.g., file not found, no access)
** The command returned a non-zero exit status: 1
** Failed to fetch ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/All/openssl-0.9.7a.tgz
fetch: /var/tmp/openssl-0.9.7a.tbz: File unavailable (e.g., file not found, no access)
** The command returned a non-zero exit status: 1
** Failed to fetch ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/All/openssl-0.9.7a.tbz
fetch: /var/tmp/openssl-0.9.7a.tgz: File unavailable (e.g., file not found, no access)
** The command returned a non-zero exit status: 1
--------
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
