git: 244f8f5fc10a - main - sysutils/bacula13-server: Fix CONFLICTS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Aug 2022 12:17:33 UTC
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