diff options
author | grembo <grembo@FreeBSD.org> | 2019-10-08 15:32:16 +0800 |
---|---|---|
committer | grembo <grembo@FreeBSD.org> | 2019-10-08 15:32:16 +0800 |
commit | 40842efbc7d7ccc54d2fb6523d83ed6eb5c1fb7b (patch) | |
tree | 195424a00e44af3f6ca5908486575b9198739f28 /textproc/py-pdftotext | |
parent | 0051235e683f669bdeb8024fca605676fdf61041 (diff) | |
download | freebsd-ports-gnome-40842efbc7d7ccc54d2fb6523d83ed6eb5c1fb7b.tar.gz freebsd-ports-gnome-40842efbc7d7ccc54d2fb6523d83ed6eb5c1fb7b.tar.zst freebsd-ports-gnome-40842efbc7d7ccc54d2fb6523d83ed6eb5c1fb7b.zip |
Update to 2.1.2, add test target
Diffstat (limited to 'textproc/py-pdftotext')
-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 |