diff sbin/fports @ 799:96631c3886d9

fports: Rename _package_detail() to _package_max_detail()
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 31 Oct 2024 14:56:18 +0100
parents e48b38cf7bb1
children 1c4d729963dc
line wrap: on
line diff
--- 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 \