From eba3795c63afcecbe1ef322f03e2740bdd24e795 Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 1 Nov 2022 20:44:49 +0000 Subject: [PATCH] pkg_outdated: unbreak: use "print-update-signature" instead of old alias --- infrastructure/bin/pkg_outdated | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/bin/pkg_outdated b/infrastructure/bin/pkg_outdated index 84d08576608..69c80e06d6e 100755 --- a/infrastructure/bin/pkg_outdated +++ b/infrastructure/bin/pkg_outdated @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $OpenBSD: pkg_outdated,v 1.5 2019/05/19 08:48:58 espie Exp $ +# $OpenBSD: pkg_outdated,v 1.6 2022/11/01 20:44:49 naddy Exp $ # # Copyright (c) 2005 Bernd Ahlers # @@ -144,7 +144,7 @@ sub collect_port_signatures chomp $tempdir; $ENV{'_DEPENDS_CACHE'} = $tempdir; my $cmd = "cd $portsdir && FULLPATH=Yes SUBDIR=\"".join(' ', @subdirs) - ."\" REPORT_PROBLEM=true make print-package-signature"; + ."\" REPORT_PROBLEM=true make print-update-signature"; my $count = 0; my $total = scalar @subdirs;