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

Collapse All | Expand All

(-)Makefile (-4 / +8 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
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=	https://pdfgrep.org/download/
9
8
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
Lines 12-23 Link Here
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
13
15
LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
14
LIB_DEPENDS=	libpoppler.so:graphics/poppler
16
15
17
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
18
USES=		gmake pkgconfig
17
USES=		gmake pkgconfig
19
CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
18
CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
20
19
20
.include <bsd.port.options.mk>
21
.if ${OSVERSION} < 1000000
22
USE_GCC=	4.8+
23
.endif
24
21
PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
25
PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
22
26
23
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
1
SHA256 (pdfgrep-1.4.1.tar.gz) = db04a210e6bb7b77cd6c54b17f0f6fed0d123a85f97a541b270736a5d3840f2c
2
SIZE (pdfgrep-1.3.0.tar.gz) = 99739
2
SIZE (pdfgrep-1.4.1.tar.gz) = 151926

Return to bug 203411