git: a210e2864bad - main - sysutils/bareos23-traymonitor: Fix name collisions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Dec 2024 08:59:52 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a210e2864bad3a38c640de261e6c7854f083bd2c commit a210e2864bad3a38c640de261e6c7854f083bd2c Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-29 08:59:10 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-29 08:59:10 +0000 sysutils/bareos23-traymonitor: Fix name collisions Reported by: antoine --- sysutils/bareos23-traymonitor/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sysutils/bareos23-traymonitor/Makefile b/sysutils/bareos23-traymonitor/Makefile index 05e6ac730f44..c2187714733f 100644 --- a/sysutils/bareos23-traymonitor/Makefile +++ b/sysutils/bareos23-traymonitor/Makefile @@ -1,5 +1,4 @@ -PORTREVISION= 0 -PKGNAMESUFFIX= 23-traymonitor +PORTREVISION= 1 COMMENT= Backup archiving recovery open sourced (traymonitor) @@ -19,13 +18,13 @@ qt5_CONFLICTS= bareos-traymonitor-qt6 qt6_CONFLICTS= bareos-traymonitor-qt5 .if ${FLAVOR} == qt6 -PKGNAMESUFFIX= -traymonitor-qt6 +PKGNAMESUFFIX= 23-traymonitor-qt6 USES+= qt:6 USE_QT= base:run declarative:build tools:build CMAKE_ARGS+= -Dbat-qt6=yes .else -PKGNAMESUFFIX= -traymonitor-qt5 +PKGNAMESUFFIX= 23-traymonitor-qt5 LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 USES+= qt:5