Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2022 12:17:33 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 244f8f5fc10a - main - sysutils/bacula13-server: Fix CONFLICTS
Message-ID:  <202208181217.27ICHX1Z083876@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=244f8f5fc10aad262466ad3a539034ce02310ae9

commit 244f8f5fc10aad262466ad3a539034ce02310ae9
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-08-18 12:14:26 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-08-18 12:14:26 +0000

    sysutils/bacula13-server: Fix CONFLICTS
    
    bacula13-server should conflict with bacula11-server, not itself.
---
 sysutils/bacula13-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/bacula13-server/Makefile b/sysutils/bacula13-server/Makefile
index 6465bd3e9646..f9449f98ceea 100644
--- a/sysutils/bacula13-server/Makefile
+++ b/sysutils/bacula13-server/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES+=		cpe libtool readline shebangfix ssl
 SHEBANG_FILES=	src/cats/make_catalog_backup.pl.in scripts/baculabackupreport.in
 
-CONFLICTS?=	bacula13-server bacula9-server bacula-server
+CONFLICTS?=	bacula11-server bacula9-server bacula-server
 
 LIB_DEPENDS+=	liblzo2.so:archivers/lzo2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208181217.27ICHX1Z083876>