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:
Also tried with:
However
Thanks.
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.