mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to mupdf-1.27.2
This commit is contained in:
@@ -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/}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -12,7 +12,7 @@ Index: source/tools/pdfclean.c
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@@ -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++]);
|
||||
|
||||
Reference in New Issue
Block a user