Date: Sat, 11 Dec 2021 19:39:25 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0186d83ae398 - main - graphics/inkscape: fix build when POPPLER=OFF Message-ID: <202112111939.1BBJdPeX053026@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0186d83ae398607ce44184aefecc8aed82b3e163 commit 0186d83ae398607ce44184aefecc8aed82b3e163 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-12-11 19:37:38 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-12-11 19:37:38 +0000 graphics/inkscape: fix build when POPPLER=OFF Obtained from: https://gitlab.com/inkscape/inkscape/-/commit/7d9497b64df1ec3ddfb65efd105dd11212014ce9 Reported by: Philipp Ost <bsd@philippost.de>, rigoletto PR: 257687 --- graphics/inkscape/Makefile | 3 +++ graphics/inkscape/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 9451ba0284ce..4a744aa7466c 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -6,6 +6,9 @@ PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/gallery/item/26932/ +PATCH_SITES= https://gitlab.com/inkscape/inkscape/-/commit/ +PATCHFILES= 7d9497b64df1ec3ddfb65efd105dd11212014ce9.patch:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index d745fe63da61..8a1f0bc325c6 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1625415647 +TIMESTAMP = 1639251421 SHA256 (inkscape-1.1.tar.xz) = 71e6e8ce3fdf702f59dbc4a276665eb982eb7822b029bbdbeced2df4301795e6 SIZE (inkscape-1.1.tar.xz) = 34203156 +SHA256 (7d9497b64df1ec3ddfb65efd105dd11212014ce9.patch) = ed61d89468901fbf8a2148d49eeb7753c40fb7f074ec7008b604f46b146c7ae7 +SIZE (7d9497b64df1ec3ddfb65efd105dd11212014ce9.patch) = 1158
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112111939.1BBJdPeX053026>