diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-14 03:28:34 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-14 03:29:17 -0500 |
commit | 406a18892835037d4eff9ed2bbf9ead3520f578f (patch) | |
tree | 765ff0cab14de991b8072ddd63365081e3afef3b | |
parent | sysutils/kshutdown: Update to 5.92-beta (diff) |
misc/tellico: Update to 4.1.1
Clean up dependencies.
https://tellico-project.org/tellico-4-1-1-released/
-rw-r--r-- | misc/tellico/Makefile | 26 | ||||
-rw-r--r-- | misc/tellico/distinfo | 6 |
2 files changed, 16 insertions, 16 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 251ede732478..06602fde368c 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,5 +1,5 @@ PORTNAME= tellico -DISTVERSION= 4.1 +DISTVERSION= 4.1.1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -13,27 +13,27 @@ LIB_DEPENDS= libbtparse.so:textproc/p5-Text-BibTeX \ libcdio.so:sysutils/libcdio \ libcsv.so:textproc/libcsv \ libexempi.so:textproc/exempi \ - libiso9660.so:sysutils/libcdio \ libpoppler-qt6.so:graphics/poppler-qt6 \ libpoppler.so:graphics/poppler \ libtag.so:audio/taglib \ libyaz.so:net/yaz -USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ - kde:6 pkgconfig python:run qt:6 shared-mime-info shebangfix \ - tar:xz xorg +USES= cmake compiler:c++17-lang desktop-file-utils gettext-tools \ + gl gnome kde:6 pkgconfig python:run qt:6 shared-mime-info \ + shebangfix tar:xz xorg +USE_GL= gl opengl # GLX USE_GNOME= libxml2 libxslt -USE_KDE= archive attica auth bookmarks codecs completion config \ - configwidgets coreaddons crash filemetadata guiaddons \ - i18n iconthemes itemmodels itemviews jobwidgets kio \ - libkcddb libksane newstuff service solid sonnet \ - textwidgets wallet widgetsaddons windowsystem xmlgui \ +USE_KDE= archive attica bookmarks codecs colorscheme completion \ + config configwidgets coreaddons crash filemetadata guiaddons \ + i18n iconthemes itemmodels itemviews jobwidgets kio libkcddb \ + libksane newstuff service solid sonnet textwidgets \ + widgetsaddons xmlgui \ doctools:build ecm:build -USE_QT= base charts declarative location \ - webchannel webengine +USE_QT= base charts declarative positioning webchannel webengine USE_XORG= x11 SHEBANG_FILES= src/fetch/scripts/dark_horse_comics.py -CMAKE_OFF= BUILD_WITH_QT5 + +CMAKE_ON= BUILD_WITH_QT6 .include <bsd.port.mk> diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index 44a18f4f82cf..6b5ee83402be 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738990767 -SHA256 (tellico-4.1.tar.xz) = 5230d57ad6e6095237f8af2938ba8ef44851018e4037cadc0458af2b87a4f101 -SIZE (tellico-4.1.tar.xz) = 6843316 +TIMESTAMP = 1739510299 +SHA256 (tellico-4.1.1.tar.xz) = 0a72d60f78ec60fc990f031cd1fcdf1dca9b7c32c620ac60839f4a8353ce3ca0 +SIZE (tellico-4.1.1.tar.xz) = 6788272 |