diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-07-03 18:16:13 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-07-04 09:58:49 +0000 |
| commit | 6b0806a84f648eff294f53a6f914da14b56e6feb (patch) | |
| tree | b8d4a3d96d38378cd6b2c23208f25253475299a8 | |
| parent | b4098338ff058495cedb3aabc2b91675ccb9075c (diff) | |
graphics/yacreader: Update to 10.1.0
- Upstream changed default unarr to 7zip on Linux that involves fetching
and building bundled depend, lets keep it as unarr on FreeBSD for the
time being. This means no RAR5 support ATM.
ChangeLog: https://github.com/YACReader/yacreader/releases/tag/10.1.0
| -rw-r--r-- | graphics/yacreader/Makefile | 4 | ||||
| -rw-r--r-- | graphics/yacreader/distinfo | 6 | ||||
| -rw-r--r-- | graphics/yacreader/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/yacreader/Makefile b/graphics/yacreader/Makefile index ad2f4c583475..91ab63856c56 100644 --- a/graphics/yacreader/Makefile +++ b/graphics/yacreader/Makefile @@ -1,6 +1,5 @@ PORTNAME= yacreader -DISTVERSION= 10.0.0 -PORTREVISION= 1 +DISTVERSION= 10.1.0 CATEGORIES= graphics MASTER_SITES= https://github.com/YACReader/${PORTNAME}/releases/download/${DISTVERSION}/ EXTRACT_SUFX= -src.tar.xz @@ -29,6 +28,7 @@ ARCHIVE_DESC= libarchive instead of unarr for reading compressed formats ARCHIVE_LIB_DEPENDS_OFF=libunarr.so:archivers/unarr ARCHIVE_USES= libarchive ARCHIVE_CMAKE_ON= -DDECOMPRESSION_BACKEND=libarchive +ARCHIVE_CMAKE_OFF= -DDECOMPRESSION_BACKEND=unarr POPPLER_LIB_DEPENDS= libpoppler-qt6.so:graphics/poppler-qt6 POPPLER_CMAKE_OFF= -DPDF_BACKEND=no_pdf diff --git a/graphics/yacreader/distinfo b/graphics/yacreader/distinfo index 7ab4faf240d4..9428fde700d7 100644 --- a/graphics/yacreader/distinfo +++ b/graphics/yacreader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777657338 -SHA256 (yacreader-10.0.0-src.tar.xz) = 53a36e8b6388e7b2ac90244fde510290507ea06f03a75ca42f4ca0fb96346e2e -SIZE (yacreader-10.0.0-src.tar.xz) = 1378528 +TIMESTAMP = 1783100440 +SHA256 (yacreader-10.1.0-src.tar.xz) = 86f9b3418ee8be753fcbcedcfc2f56446350d888f362ef6185a94f7aef83b4ff +SIZE (yacreader-10.1.0-src.tar.xz) = 1326652 diff --git a/graphics/yacreader/pkg-plist b/graphics/yacreader/pkg-plist index e5bbf0f2fa87..10a46c34ecde 100644 --- a/graphics/yacreader/pkg-plist +++ b/graphics/yacreader/pkg-plist @@ -8,4 +8,6 @@ share/icons/hicolor/scalable/apps/YACReader.svg share/icons/hicolor/scalable/apps/YACReaderLibrary.svg share/man/man1/YACReader.1.gz share/man/man1/YACReaderLibrary.1.gz +%%DATADIR%%/server/docroot/css/webui.css %%DATADIR%%/server/docroot/images/webui/YACLibraryServer.svg +%%DATADIR%%/server/docroot/js/webui.js |
