From 8c5b13e8d398503fc58ad382fab6c970f43df204 Mon Sep 17 00:00:00 2001 From: Michael Gmelin Date: Tue, 8 Oct 2019 07:32:16 +0000 Subject: Update to 2.1.2, add test target --- textproc/py-pdftotext/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc/py-pdftotext/Makefile') diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index e3a02e61c016..a4b3d10eb8e4 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pdftotext -PORTVERSION= 2.1.1 -PORTREVISION= 8 +PORTVERSION= 2.1.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +17,7 @@ LIB_DEPENDS= libpoppler.so:graphics/poppler USES= compiler:c11 python USE_PYTHON= autoplist distutils +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include -- cgit v1.2.3