summaryrefslogtreecommitdiff
path: root/textproc/pdfgrep/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-02-15 11:15:05 +0000
committerryoon <ryoon@pkgsrc.org>2015-02-15 11:15:05 +0000
commite7493534e67b121f06c6405314eca29d6313ac4e (patch)
treeb10bc5cb04828fcbf665a5ce75677ff42200c7c0 /textproc/pdfgrep/Makefile
parent53b19b2dc6c3feb0cc927d10331454e5e15565fe (diff)
downloadpkgsrc-e7493534e67b121f06c6405314eca29d6313ac4e.tar.gz
Update to 1.3.1
* zsh completion module is not installed. Changelog: Release 1.3.1 [2014-08-10] - INCOMPATIBLE CHANGE: -r doesn't follow symlinks - A zsh completion module - Support for password-protected PDFs - Allow to omit '.' with -r to search current directory - Add -p or --page-count to count matches per page (by Jascha Knack) - Add -m or --max-count to limit matches per file (by Thibault Marin)
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 7cdf4ce9e55..7ead6af27cf 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2015/01/08 10:20:37 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2015/02/15 11:15:05 ryoon Exp $
#
-DISTNAME= pdfgrep-1.3.0
-PKGREVISION= 12
+DISTNAME= pdfgrep-1.3.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/}