aboutsummaryrefslogtreecommitdiff
path: root/graphics/libheif/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-04-02 19:59:29 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-04-02 19:59:34 +0000
commit4db69ff968f725722d8c91dbc7fbe48d3595d48d (patch)
treeae663a24a78a9d756366dc3628ac5cb86183d54b /graphics/libheif/Makefile
parent1470183f134b07fc7d485009a6daf09086e00e63 (diff)
downloadports-4db69ff968f725722d8c91dbc7fbe48d3595d48d.tar.gz
ports-4db69ff968f725722d8c91dbc7fbe48d3595d48d.zip
graphics/libheif: Update to 1.15.2
Backport upstream commits be16fc6767c8b3a2f6e78efdc9d2b6f07e3e558a and 4fd25823d16ccbe082ad3be9b96656296284d9b4 Changelog: https://github.com/strukturag/libheif/releases/tag/v1.15.2 References: https://github.com/strukturag/libheif/commit/be16fc6767c8b3a2f6e78efdc9d2b6f07e3e558a https://github.com/strukturag/libheif/commit/4fd25823d16ccbe082ad3be9b96656296284d9b4 Approved by: makc (implicit via private email)
Diffstat (limited to 'graphics/libheif/Makefile')
-rw-r--r--graphics/libheif/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile
index 6989c97f5f2c..d0330f986d54 100644
--- a/graphics/libheif/Makefile
+++ b/graphics/libheif/Makefile
@@ -1,8 +1,12 @@
PORTNAME= libheif
-DISTVERSION= 1.15.1
+DISTVERSION= 1.15.2
CATEGORIES= graphics
MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/
+PATCH_SITES= https://github.com/strukturag/${PORTNAME}/commit/
+PATCHFILES= be16fc6767c8b3a2f6e78efdc9d2b6f07e3e558a.patch:-p1 \
+ 4fd25823d16ccbe082ad3be9b96656296284d9b4.patch:-p1
+
MAINTAINER= makc@FreeBSD.org
COMMENT= ISO/IEC 23008-12:2017 HEIF file format de- and encoder
WWW= https://github.com/strukturag/libheif