diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2025-12-04 12:19:53 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2025-12-06 12:50:14 +0000 |
| commit | 446f1c77ead733d838a0fa8a6aeb7d7d64f02e9f (patch) | |
| tree | d376688660ebea151b6e2182bfab3775e6a6c65f | |
| parent | bce553f83cd2e8c25243a16f2f1f1c24564db249 (diff) | |
editors/calligra: fix build with poppler 25.10
PR: 291277
| -rw-r--r-- | editors/calligra/Makefile | 4 | ||||
| -rw-r--r-- | editors/calligra/distinfo | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index e6e18f94bff7..ae1e4a1f3b4d 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,7 +1,11 @@ PORTNAME= calligra DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde kde-applications +PATCH_SITES= https://invent.kde.org/office/calligra/-/commit/ +PATCHFILES= 45e8b302bce1d318f310ea13599d7ce84acc477e.patch:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite WWW= https://calligra.org/ diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo index 5ef7a905dd1f..bc7e462eb177 100644 --- a/editors/calligra/distinfo +++ b/editors/calligra/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1762264434 +TIMESTAMP = 1764829753 SHA256 (KDE/release-service/25.08.3/calligra-25.08.3.tar.xz) = 74fac78253c429853e99fae00bcf2b84332dbc3a8f538ccf70674259266b9251 SIZE (KDE/release-service/25.08.3/calligra-25.08.3.tar.xz) = 58045012 +SHA256 (KDE/release-service/25.08.3/45e8b302bce1d318f310ea13599d7ce84acc477e.patch) = cf621e71d0bcca57c9bdb9df3bfae7a0103b44ee229c8d82007a56f06b769e5b +SIZE (KDE/release-service/25.08.3/45e8b302bce1d318f310ea13599d7ce84acc477e.patch) = 6581 |
