Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2022 12:17:34 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: 72ec4c86d5e5 - main - sysutils/bacula11-server: Fix CONFLICTS
Message-ID:  <202208181217.27ICHYvm083900@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=72ec4c86d5e5effb26fe66688ee5e46ddba6e3f8

commit 72ec4c86d5e5effb26fe66688ee5e46ddba6e3f8
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-08-18 12:15:56 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-08-18 12:15:56 +0000

    sysutils/bacula11-server: Fix CONFLICTS
    
    Add sysutuls/bacula13-server to CONFLICTS
---
 sysutils/bacula11-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile
index 5c9fcc793cc6..641fb1f2c9aa 100644
--- a/sysutils/bacula11-server/Makefile
+++ b/sysutils/bacula11-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?=	bacula9-server bacula-server
+CONFLICTS?=	bacula-11-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.27ICHYvm083900>