sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-22 02:42:59 +00:00
parent a2b482cdca
commit 5d7f23fd90
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
35 changed files with 3160 additions and 3729 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: Var.pm,v 1.65 2023/08/14 17:36:43 espie Exp $
# $OpenBSD: Var.pm,v 1.66 2023/08/21 11:35:19 espie Exp $
#
# Copyright (c) 2006-2010 Marc Espie <espie@openbsd.org>
#
@ -982,11 +982,11 @@ sub ports_view_column($self, $name)
package SupdistfilesVar;
our @ISA = qw(DistfilesVar);
sub match($) { 1 }
sub match($) { 2 }
package PatchfilesVar;
our @ISA = qw(DistfilesVar);
sub match($) { 2 }
sub match($) { 1 }
package Sql::Column::View::WithExtra;
our @ISA = qw(Sql::Column::View::Expr);