Index: head/devel/py-pyplusplus/Makefile =================================================================== --- head/devel/py-pyplusplus/Makefile (revision 548905) +++ head/devel/py-pyplusplus/Makefile (revision 548906) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= pyplusplus -DISTVERSION= 1.8.3 +DISTVERSION= 1.8.4 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Framework of components for creating a C++ code generator LICENSE= BSL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygccxml>0:textproc/py-pygccxml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygccxml>0:textproc/py-pygccxml@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/devel/py-pyplusplus/distinfo =================================================================== --- head/devel/py-pyplusplus/distinfo (revision 548905) +++ head/devel/py-pyplusplus/distinfo (revision 548906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588143949 -SHA256 (pyplusplus-1.8.3.tar.gz) = 6855c16537410841557f69b5e9f6acabc79b6c3d0b668644135083f02cbf7374 -SIZE (pyplusplus-1.8.3.tar.gz) = 169328 +TIMESTAMP = 1600458972 +SHA256 (pyplusplus-1.8.4.tar.gz) = bf995c5896af6e84947395da2e6da619878a1092c1b8cf830d557826e7605196 +SIZE (pyplusplus-1.8.4.tar.gz) = 169037 Index: head/devel/py-pyplusplus/pkg-descr =================================================================== --- head/devel/py-pyplusplus/pkg-descr (revision 548905) +++ head/devel/py-pyplusplus/pkg-descr (revision 548906) @@ -1,11 +1,11 @@ Py++ is an object-oriented framework for creating a code generator for Boost.Python library and ctypes package. Py++ uses few different programming paradigms to help you to expose C++ declarations to Python. This code generator will not stand on your way. It will guide you through the whole process. It will raise warnings in the case you are doing something wrong with a link to the explanation. And the most important it will save your time - you will not have to update code generator script every time source code is changed. -WWW: https://bitbucket.org/ompl/pyplusplus/src +WWW: https://github.com/ompl/pyplusplus