Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Properly report deprecated packages: #1498
Baptiste Daroussin committed 9 years ago
commit 4bb7cba2e72e84d8d25605ae97597292e5862e98
parent eefd17b
1 file changed +1 -1
modified scripts/periodic/410.pkg-audit.in
@@ -83,7 +83,7 @@ expiration_pkgs() {
deprecation_pkgs() {
	local pkgargs="$1"

-
	output=$(${pkgcmd} ${pkgargs} annotate -a -S expiration_date)
+
	output=$(${pkgcmd} ${pkgargs} annotate -a -S deprecated)

	if [ -n "${output}" ]; then
		echo $output