Bug 199458

Summary: DEFAULT_VERSIONS weirdness
Product: Ports & Packages Reporter: Konstantin Belousov <kib>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed Feedback Timeout    
Severity: Affects Only Me CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Konstantin Belousov freebsd_committer freebsd_triage 2015-04-15 07:07:46 UTC
I have the following line in make.conf:

DEFAULT_VERSIONS=       perl5=5.20 ruby=2.2

And, the installed packages (built from the ports) are named ruby-2.2.2,1 and perl5-5.20.2_2.  Today, after the upgrade to pkg 1.5.0, I got the following output from the "pkg check -Bdnrsa":

Checking all packages... done                                                   
portupgrade has a missing dependency: ruby22                                    
ruby22-bdb6 has a missing dependency: ruby22

Some of my machines indeed use the package name like perl5.20-5.20.2_2, but some do have perl5, ruby. I noted that before, but now the new pkg complained.