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
This commit is contained in:
kmos
2022-08-13 07:14:24 +00:00
parent 215bbaafcb
commit 3995e49a2d
+1 -2
View File
@@ -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 <tsg@openbsd.org>
#
@@ -43,7 +43,6 @@ my ( $type, $module ) = @ARGV;
my $map = {
p5 => 'CPAN',
py => 'PyPI',
ruby => 'Ruby',
go => 'Go',
};