git: c5a4527b76f6 - main - devel/svn2git: Migrate to Qt6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Sep 2025 17:16:02 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c5a4527b76f62d319fd85a8fcbf500133f772df9
commit c5a4527b76f62d319fd85a8fcbf500133f772df9
Author: Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-09-20 17:14:22 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-09-20 17:15:43 +0000
devel/svn2git: Migrate to Qt6
PR: 289590
Reported by: diizzy
---
devel/svn2git/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/svn2git/Makefile b/devel/svn2git/Makefile
index 5ebf54091988..aa6abe12061f 100644
--- a/devel/svn2git/Makefile
+++ b/devel/svn2git/Makefile
@@ -1,5 +1,6 @@
PORTNAME= svn2git
DISTVERSION= 1.0.20
+PORTREVISION= 1
CATEGORIES= devel kde
MAINTAINER= uzsolt@FreeBSD.org
@@ -21,10 +22,10 @@ LIB_DEPENDS+= libsvn_client-1.so:devel/subversion
RUN_DEPENDS= p5-subversion>=0:devel/p5-subversion
.endif
-USES= compiler:c++11-lang qmake qt:5
+USES= compiler:c++11-lang qmake qt:6
USE_GITHUB= yes
GH_ACCOUNT= svn-all-fast-export
-USE_QT= core
+USE_QT= 5compat base
QMAKE_ARGS= APR_INCLUDE=${LOCALBASE}/include/apr-1 \
SVN_INCLUDE=${LOCALBASE}/include/subversion-1 \
SVN_LIBDIR=${LOCALBASE}/lib