mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Drop 4.X statistics. They are half-a-year stale.
This commit is contained in:
parent
b41c69df37
commit
2e85070f37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196037
@ -228,7 +228,8 @@ write_header
|
||||
# display all the mainstream builds first
|
||||
for arch in ${SUPPORTED_ARCHS}; do
|
||||
|
||||
builds=`ls ${ROOT_DIRECTORY}/${arch} | grep '^[1-9]$' | sort`
|
||||
# drop 4 as obsolete
|
||||
builds=`ls ${ROOT_DIRECTORY}/${arch} | grep '^[5-9]$' | sort`
|
||||
if [ ! -z "$builds" ]; then
|
||||
write_table_begin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user