# HG changeset patch # User Franz Glasner # Date 1730382978 -3600 # Node ID 96631c3886d9ae178db41871d8bc646f7b4e9ec6 # Parent e48b38cf7bb198c2fc05cc051ca33fca28a606a3 fports: Rename _package_detail() to _package_max_detail() diff -r e48b38cf7bb1 -r 96631c3886d9 sbin/fports --- a/sbin/fports Thu Oct 31 14:54:54 2024 +0100 +++ b/sbin/fports Thu Oct 31 14:56:18 2024 +0100 @@ -355,7 +355,7 @@ indexfile="$(get_local_index_file)" for package in "$@"; do - _package_detail "${package}" "${packagemapping}" "${repositories}" "${indexfile}" + _package_max_detail "${package}" "${packagemapping}" "${repositories}" "${indexfile}" done falist_release "${packagemapping}" @@ -374,7 +374,7 @@ #: $3 (array): The array with all the configured/active repositories #: $4 (str, null): The local index file if it exists #: -_package_detail() { +_package_max_detail() { local package packagemapping repositories indexfile local instver instrepo repo title_printed _dummy \