wildcards in CONFLICTS - Re: git: fd9ed808cee4 - main - sysutils/bareos24-client: Remove entry from CONFLICTS
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <1090094306.82.1770107467372@localhost> |
Hi, AFAIK, you can wildcard the conflicts pattern. https://people.freebsd.org/~olivierd/porters-handbook/conflicts.html CONFLICTS= bareos*-client Contrary to what the documentation says, I'm told that it will not conflict with itself. And in the databases/mongodb70/80 ports I maintain I have never seen it conflict with itself. Others with more in-depth knowledge of the implementation of CONFLICTS might shine a light on this also. cc: ports@ Regards, Ronald. Van: Jose Alonso Cardenas Marquez <[email protected]> Datum: dinsdag, 3 februari 2026 07:35 Aan: [email protected], [email protected], [email protected] Onderwerp: git: fd9ed808cee4 - main - sysutils/bareos24-client: Remove entry from CONFLICTS > > The branch main has been updated by acm: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=fd9ed808cee48d9ff43517d066e4f1b8c4b5e32a > > commit fd9ed808cee48d9ff43517d066e4f1b8c4b5e32a > Author: Jose Alonso Cardenas Marquez <[email protected]> > AuthorDate: 2026-02-03 06:35:03 +0000 > Commit: Jose Alonso Cardenas Marquez <[email protected]> > CommitDate: 2026-02-03 06:35:51 +0000 > > sysutils/bareos24-client: Remove entry from CONFLICTS > > - Bump PORTREVISION > --- > sysutils/bareos24-client/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sysutils/bareos24-client/Makefile b/sysutils/bareos24-client/Makefile > index d79650cb9504..4590e0b90781 100644 > --- a/sysutils/bareos24-client/Makefile > +++ b/sysutils/bareos24-client/Makefile > @@ -1,12 +1,12 @@ > PORTNAME= bareos > > -PORTREVISION= 0 > +PORTREVISION= 1 > > PKGNAMESUFFIX= 24-client > > COMMENT= Backup archiving recovery open sourced (client) > > -CONFLICTS= bareos22-client bareos23-client bareos-client > +CONFLICTS= bareos23-client bareos-client > > WITH_CLIENT_ONLY=yes > USE_RC_SUBR= bareos-fd > > > >