From 3995e49a2da2983412b4ea0f80f2cf76df43b72b Mon Sep 17 00:00:00 2001 From: kmos Date: Sat, 13 Aug 2022 07:14:24 +0000 Subject: [PATCH] The portgen Python modue has been rotting and doesn't generate a usable port. Disable it and pull mention of it from the portgen(1) man page. Don't delete the modules yet, in case someone wants to whip it back into shape. ok sthen --- infrastructure/bin/portgen | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/bin/portgen b/infrastructure/bin/portgen index edd2989ffb0..aa0465e8fd6 100755 --- a/infrastructure/bin/portgen +++ b/infrastructure/bin/portgen @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $OpenBSD: portgen,v 1.5 2022/01/05 09:12:50 espie Exp $ +# $OpenBSD: portgen,v 1.6 2022/08/13 07:14:24 kmos Exp $ # # Copyright (c) 2015 Giannis Tsaraias # @@ -43,7 +43,6 @@ my ( $type, $module ) = @ARGV; my $map = { p5 => 'CPAN', - py => 'PyPI', ruby => 'Ruby', go => 'Go', };