Hi there, here is a simple update to pdfgrep 2.1.2, no port related changes from 2.1.0, unveil patch is unchanged, tests are passing, builds a nice binary which is fully functional on amd64.
Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/pdfgrep/Makefile,v retrieving revision 1.12 diff -r1.12 Makefile 5c5 < DISTNAME = pdfgrep-2.1.0 --- > DISTNAME = pdfgrep-2.1.2 Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/pdfgrep/distinfo,v retrieving revision 1.5 diff -r1.5 distinfo 1,2c1,2 < SHA256 (pdfgrep-2.1.0.tar.gz) = ycFrSBY4myAxOuu0+62G93da4DMw/MCMgvpSLtgQVI0= < SIZE (pdfgrep-2.1.0.tar.gz) = 196408 --- > SHA256 (pdfgrep-2.1.2.tar.gz) = DvPcoddJMj8IES/+aOb063vCX1b5Ci6TPbR3JhsIKro= > SIZE (pdfgrep-2.1.2.tar.gz) = 197289 Index: patches/patch-src_pdfgrep_cc =================================================================== RCS file: /cvs/ports/textproc/pdfgrep/patches/patch-src_pdfgrep_cc,v retrieving revision 1.3 diff -r1.3 patch-src_pdfgrep_cc 27c27 < @@ -725,6 +731,11 @@ int main(int argc, char** argv) --- > @@ -727,6 +733,11 @@ int main(int argc, char** argv) 39c39 < @@ -768,6 +779,12 @@ int main(int argc, char** argv) --- > @@ -770,6 +781,12 @@ int main(int argc, char** argv)
