Index: head/graphics/py-djvulibre/Makefile =================================================================== --- head/graphics/py-djvulibre/Makefile (revision 474328) +++ head/graphics/py-djvulibre/Makefile (revision 474329) @@ -1,24 +1,23 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= python-djvulibre -PORTVERSION= 0.8 -PORTREVISION= 1 +DISTVERSION= 0.8.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python support for the DjVu image format LICENSE= GPLv2 LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre -USES= python:2.7 pkgconfig +USES= python pkgconfig USE_PYTHON= autoplist distutils cython post-patch: @${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py .include Index: head/graphics/py-djvulibre/distinfo =================================================================== --- head/graphics/py-djvulibre/distinfo (revision 474328) +++ head/graphics/py-djvulibre/distinfo (revision 474329) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493964367 -SHA256 (python-djvulibre-0.8.tar.gz) = 9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b -SIZE (python-djvulibre-0.8.tar.gz) = 85436 +TIMESTAMP = 1531198545 +SHA256 (python-djvulibre-0.8.1.tar.gz) = 7f6f875d09cd2bae98c6d59bd6934cf53737c9d46f325e7816afedc5fe518029 +SIZE (python-djvulibre-0.8.1.tar.gz) = 86460 Index: head/graphics/py-djvulibre/pkg-descr =================================================================== --- head/graphics/py-djvulibre/pkg-descr (revision 474328) +++ head/graphics/py-djvulibre/pkg-descr (revision 474329) @@ -1,5 +1,4 @@ A set of Python bindings for the DjVuLibre library, an open source implementation of DjVu. -WWW: https://pypi.org/project/python-djvulibre/ -WWW: http://jwilk.net/software/python-djvulibre +WWW: https://jwilk.net/software/python-djvulibre