ok?

On 06.03.17 18:18, Reinhold Straub wrote:
Hi all,

pdfgrep has been updated to v. 2.0.1

It has a new option: --cache, which needs additional dependencies and some 
modification to the pledge(2) syscalls.

Most of our previous patches have been accepted upstream.

Regards,
Reinhold Straub


Index: pdfgrep/Makefile
===================================================================
RCS file: /cvs/ports/textproc/pdfgrep/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- pdfgrep/Makefile    15 Jan 2016 19:57:24 -0000      1.5
+++ pdfgrep/Makefile    6 Mar 2017 16:52:57 -0000
@@ -2,7 +2,7 @@

  COMMENT =              tool to search text in PDF files

-DISTNAME =             pdfgrep-1.4.1
+DISTNAME =             pdfgrep-2.0.1

  CATEGORIES =           textproc

@@ -18,11 +18,12 @@ MODGCC4_ARCHS =             *
  MODGCC4_LANGS =                c++

  # uses pledge()
-WANTLIB +=             c m pthread poppler-cpp pcre
+WANTLIB +=             c m pthread poppler-cpp pcre gcrypt gpg-error

  MASTER_SITES =         https://pdfgrep.org/download/

-LIB_DEPENDS =          print/poppler
+LIB_DEPENDS =          print/poppler \
+                       security/libgcrypt
  TEST_DEPENDS =         devel/dejagnu \
                         print/texlive/base

Index: pdfgrep/distinfo
===================================================================
RCS file: /cvs/ports/textproc/pdfgrep/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- pdfgrep/distinfo    15 Jan 2016 19:42:40 -0000      1.3
+++ pdfgrep/distinfo    6 Mar 2017 16:52:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (pdfgrep-1.4.1.tar.gz) = 2wSiEOa7e3fNbFSxfw9v7Q0SOoX5elQbJwc2pdOEDyw=
-SIZE (pdfgrep-1.4.1.tar.gz) = 151926
+SHA256 (pdfgrep-2.0.1.tar.gz) = A3DXRLMHLUc4Pb7Sy5yLC2S4PAhNpaiWH41Lx2aelB4=
+SIZE (pdfgrep-2.0.1.tar.gz) = 187217

Attachment: patches.tar.gz
Description: GNU Zip compressed data

Reply via email to