In news-procs.tcl, change
set url_stub [news_util_get_url news]
to
set url_stub [news_util_get_url $package_id]
and in the corresponding xql file, there's a typo in one line (missing d). line should read:
select package_id
instead of
select package_i