Solved DEFAULT_VERSIONS and opendnssec

Hello,

Does specifying DEFAULT_VERSIONS in /etc/make.conf work for all ports, or something extra is required?

I have a server with dns/opendnssec installed which I'd like to update to dns/opendnssec2. I tried to modify /etc/make.conf and add:

Code:
DEFAULT_VERSIONS+=    opendnssec=opendnssec2

Also tried with:

Code:
DEFAULT_VERSIONS+=    opendnssec=2

However pkg upgrade doesn't seem to trigger any updates.

Thanks.
 
It only works for specific dependencies, like Apache, PHP, MySQL, Perl, Python and a few more. See /usr/ports/Mk/bsd.default-versions.mk.

In your case, simply uninstall the old one and install the new version.
 
Back
Top