summaryrefslogtreecommitdiff
path: root/textproc/pdfgrep/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-02-25 12:44:32 +0000
committerryoon <ryoon@pkgsrc.org>2019-02-25 12:44:32 +0000
commit2c38b41f5ea24ec42f1452beea94a46157369522 (patch)
treecf95697edf66727311f7d8238ea9a6b4b553d687 /textproc/pdfgrep/Makefile
parent6ebf2aa9b121b215ba9a511bbe1e89397b99c071 (diff)
downloadpkgsrc-2c38b41f5ea24ec42f1452beea94a46157369522.tar.gz
Update to 2.1.2
Changelog: Version 2.1.2 [2018-11-19] --------------------------- - Bugfix: Fix crash when compiled with hardened compiler flags (specifically -D_GLIBCXX_ASSERTIONS) Version 2.1.1 [2018-05-22] --------------------------- - Bugfix: Fix build with libunac support enabled Version 2.1.0 [2018-04-28] --------------------------- - New option `--page-range` to limit search to a set of pages - New option `--file/-f` to read patterns from a file - New option `--regexp/-e` to specify multiple patterns (combined with OR). - New options `--files-with-matches/-l` and `--files-without-match/-L` to only list filenames of files that contain or don't contain matches. - Major manpage restructuring. It's now divided into subsections like the GNU grep's manpage. - Bugfix: Actually stop searching after first match with `-q` Version 2.0.1 [2017-03-06] --------------------------- - Bugfix: Fix --cache when used with recursive search
Diffstat (limited to 'textproc/pdfgrep/Makefile')
-rw-r--r--textproc/pdfgrep/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index 4be9ed1f3c0..888f13e744f 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/02/16 13:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/02/25 12:44:32 ryoon Exp $
-DISTNAME= pdfgrep-2.0.1
-PKGREVISION= 15
+DISTNAME= pdfgrep-2.1.2
CATEGORIES= textproc
MASTER_SITES= https://pdfgrep.org/download/