# File lib/chef/provider/package/freebsd.rb, line 75
        def file_candidate_version
          file_candidate_version_path.split(/-/).last.split(/.tbz/).first
        end