# HG changeset patch # User Franz Glasner # Date 1511339051 -3600 # Node ID 1066c046c93b840c7eb12aee7574f142b0ca3893 # Parent 094324510aa2b5fad76e382be59be19ab87a4b4a In default and short mode (-s): print always packages from the "unknown-repository" diff -r 094324510aa2 -r 1066c046c93b bin/check-ports --- a/bin/check-ports Wed Nov 22 08:59:17 2017 +0100 +++ b/bin/check-ports Wed Nov 22 09:24:11 2017 +0100 @@ -178,7 +178,7 @@ get_remote_repo_data ${LOCAL_REPO} ${_installed_name} get_remote_repo_data ${LOCALBSDPORTS_REPO} ${_installed_name} get_remote_repo_data ${FREEBSD_REPO} ${_installed_name} - if [ \( -n "${alldata_flag}" \) -o \( "${llabel}" != '?' -a "${llabel}" != '=' \) -o \( "${remote_FreeBSD_label}" != '?' -a "${remote_FreeBSD_label}" != '=' \) -o \( "${remote_LocalBSDPorts_label}" != '?' -a "${remote_LocalBSDPorts_label}" != '=' \) -o \( "${remote_LocalRepo_label}" != '?' -a "${remote_LocalRepo_label}" != '=' \) ] ; then + if [ \( -n "${alldata_flag}" \) -o \( \( "${llabel}" != '?' -a "${llabel}" != '=' \) -o \( "${remote_FreeBSD_label}" != '?' -a "${remote_FreeBSD_label}" != '=' \) -o \( "${remote_LocalBSDPorts_label}" != '?' -a "${remote_LocalBSDPorts_label}" != '=' \) -o \( "${remote_LocalRepo_label}" != '?' -a "${remote_LocalRepo_label}" != '=' \) \) -o \( "${repository}" = "${PORTS_DIRECT_INSTALLED_REPO}" \) ]; then _print_detail="" if [ -n "${short_flag}" ]; then #