diff options
Diffstat (limited to 'graphics/libheif/Makefile')
-rw-r--r-- | graphics/libheif/Makefile | 6 |
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 |