View | Details | Raw Unified | Return to bug 203019 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
2
# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
3
3
4
PORTNAME=	pdfgrep
4
PORTNAME=	pdfgrep
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.4.1
6
PORTREVISION=	4
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
7
#MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
9
8
MASTER_SITES=   https://pdfgrep.org/download/
10
MAINTAINER=	michael@ranner.eu
9
MAINTAINER=	michael@ranner.eu
11
COMMENT=	Tool to search text in PDF files
10
COMMENT=	Tool to search text in PDF files
12
11

Return to bug 203019