Index: Makefile =================================================================== --- Makefile (revision 458590) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= bsdstats PORTVERSION= 6.0 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= Index: files/300.statistics.in =================================================================== --- files/300.statistics.in (revision 458590) +++ files/300.statistics.in (working copy) @@ -494,16 +494,8 @@ setup_proxies test_connection log "INIT" "Connected to ${checkin_server_description}" - # When non-interactive, sleep to reduce congestion on bsdstats.org - if [ "$1" != -nodelay ]; then - # In FreeBSD 12.0 the anticongestion function should be used - # instead of a hard-coded sleep - if [ -n "$anticongestion_sleeptime" ]; then - anticongestion - else - ${SLEEP} $(random) - fi - fi + # sleep random number of seconds by default + test X"$1" = X-nodelay || ${SLEEP} $(random) # prepare get_id_token # begin