diff --git a/textproc/mupdf/Makefile b/textproc/mupdf/Makefile index 969c39704d0..a7865e3a82a 100644 --- a/textproc/mupdf/Makefile +++ b/textproc/mupdf/Makefile @@ -2,7 +2,7 @@ COMMENT = graphic library, pdf parser, viewer and utilities SHARED_LIBS += mupdf 15.0 -V = 1.27.1 +V = 1.27.2 DISTNAME = mupdf-$V-source PKGNAME = mupdf-${V:S/-rc/rc/} diff --git a/textproc/mupdf/distinfo b/textproc/mupdf/distinfo index ed050c42dda..19928bee786 100644 --- a/textproc/mupdf/distinfo +++ b/textproc/mupdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (mupdf-1.27.1-source.tar.gz) = Wh/Oc3MEij6JhdZhbuN8qqGIWrkMGws5Vr21PW7NIq8= -SIZE (mupdf-1.27.1-source.tar.gz) = 66965636 +SHA256 (mupdf-1.27.2-source.tar.gz) = VThnsTUwPcTCWrZ8XyNNjpAKDjbmboSE2ZrcBf4ehzc= +SIZE (mupdf-1.27.2-source.tar.gz) = 66968384 diff --git a/textproc/mupdf/patches/patch-source_tools_pdfclean_c b/textproc/mupdf/patches/patch-source_tools_pdfclean_c index 9eb2367fd8b..b8a28093760 100644 --- a/textproc/mupdf/patches/patch-source_tools_pdfclean_c +++ b/textproc/mupdf/patches/patch-source_tools_pdfclean_c @@ -12,7 +12,7 @@ Index: source/tools/pdfclean.c #include #include #include -@@ -268,6 +270,12 @@ int pdfclean_main(int argc, char **argv) +@@ -273,6 +275,12 @@ int pdfclean_main(int argc, char **argv) (strstr(argv[fz_optind], ".pdf") || strstr(argv[fz_optind], ".PDF"))) { outfile = fz_optpath(argv[fz_optind++]);