1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

misc/bibletime: updated to 3.1.1

ALso switched to Qt 6 and GitHub
This commit is contained in:
Eric Turgeon
2025-08-17 08:06:30 -03:00
parent 90d00895e4
commit 5ef56fd69d
4 changed files with 1314 additions and 943 deletions
+1
View File
@@ -2,6 +2,7 @@
/packages /packages
/security/vuxml/vuln-flat.xml /security/vuxml/vuln-flat.xml
/.vscode /.vscode
/.idea
Makefile.local Makefile.local
Mk/bsd.local.mk Mk/bsd.local.mk
Mk/bsd.overlay.mk Mk/bsd.overlay.mk
+11 -7
View File
@@ -1,8 +1,7 @@
PORTNAME= bibletime PORTNAME= bibletime
PORTVERSION= 2.11.2 DISTVERSIONPREFIX= v
PORTREVISION= 5 DISTVERSION= 3.1.1
CATEGORIES= misc kde CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= ericbsd@FreeBSD.org MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Open source Bible study tool COMMENT= Open source Bible study tool
@@ -10,11 +9,16 @@ WWW= https://www.bibletime.info/
LICENSE= GPLv2 LICENSE= GPLv2
BUILD_DEPENDS= po4a:textproc/po4a \
fop:textproc/fop
LIB_DEPENDS= libclucene-core.so:textproc/clucene \ LIB_DEPENDS= libclucene-core.so:textproc/clucene \
libsword.so:misc/sword libsword.so:misc/sword
USES= cmake compiler:c11 qt:5 tar:xz ssl USES= cmake compiler:c++17-lang qt:6 ssl
USE_QT= buildtools core dbus gui linguist:build network printsupport \ USE_GITHUB= yes
script svg webengine widgets \ GH_ACCOUNT= bibletime
xml qmake:build testlib:build USE_QT= 5compat declarative svg webengine tools:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk> .include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1535475198 TIMESTAMP = 1755359506
SHA256 (bibletime-2.11.2.tar.xz) = d178197ce87c8211733409fb28fa6ed0220800bbf06944ebb8fe85bf78ddabe8 SHA256 (bibletime-bibletime-v3.1.1_GH0.tar.gz) = 64a4c88a056329ac0827581b55f0bd1d5288f6880cd3a0b9ffdd2bd7de006cfc
SIZE (bibletime-2.11.2.tar.xz) = 2533472 SIZE (bibletime-bibletime-v3.1.1_GH0.tar.gz) = 2801748
+1299 -933
View File
File diff suppressed because it is too large Load Diff