diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2019-10-08 15:32:16 +0800 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2019-10-08 15:32:16 +0800 |
commit | 8c5b13e8d398503fc58ad382fab6c970f43df204 (patch) | |
tree | 195424a00e44af3f6ca5908486575b9198739f28 /textproc | |
parent | f48fca453cc590d80cd40b40aa4c419e9f439429 (diff) | |
download | freebsd-ports-gnome-8c5b13e8d398503fc58ad382fab6c970f43df204.tar.gz freebsd-ports-gnome-8c5b13e8d398503fc58ad382fab6c970f43df204.tar.zst freebsd-ports-gnome-8c5b13e8d398503fc58ad382fab6c970f43df204.zip |
Update to 2.1.2, add test target
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pdftotext/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-pdftotext/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
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 <bsd.port.mk> diff --git a/textproc/py-pdftotext/distinfo b/textproc/py-pdftotext/distinfo index 0bea30ad084d..ca8e71c5100b 100644 --- a/textproc/py-pdftotext/distinfo +++ b/textproc/py-pdftotext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553009960 -SHA256 (pdftotext-2.1.1.tar.gz) = e3ad11efe0aa22cbfc46aa1296b2ea5a52ad208b778288311f2801adef178ccb -SIZE (pdftotext-2.1.1.tar.gz) = 112921 +TIMESTAMP = 1570519774 +SHA256 (pdftotext-2.1.2.tar.gz) = c8bdc47b08baa17b8e03ba1f960fc6335b183d2644eaf7300e088516758a6090 +SIZE (pdftotext-2.1.2.tar.gz) = 113324 |