# HG changeset patch # User Franz Glasner # Date 1730382894 -3600 # Node ID e48b38cf7bb198c2fc05cc051ca33fca28a606a3 # Parent 7f64b44207034eeb83955a97db18c696d5f974cf fports: FIX: Remove debug setting with regard to mapped packages diff -r 7f64b4420703 -r e48b38cf7bb1 sbin/fports --- a/sbin/fports Thu Oct 31 14:54:27 2024 +0100 +++ b/sbin/fports Thu Oct 31 14:54:54 2024 +0100 @@ -400,7 +400,7 @@ fi farray_for_each repositories _package_repository_detail "${package}" 0 mapped_package="$(get_package_mapping "${packagemapping}" "${package}")" - if [ -z "${mapped_package}" ]; then + if [ -n "${mapped_package}" ]; then printf '%18s %s\n' "--------------->" "${mapped_package}" if [ -n "${indexfile}" ]; then pkgversion="$(parse_index_file_for_package_version "${indexfile}" "${mapped_package}")"