mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user