Bug 199458 - DEFAULT_VERSIONS weirdness
Summary: DEFAULT_VERSIONS weirdness
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 07:07 UTC by Konstantin Belousov
Modified: 2016-04-13 11:32 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.