Index: head/devel/py-bullet3/Makefile =================================================================== --- head/devel/py-bullet3/Makefile (revision 550008) +++ head/devel/py-bullet3/Makefile (revision 550009) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= bullet3 -DISTVERSION= 2.89 +DISTVERSION= 3.05 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python version of 3D collision detection library Bullet LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c++11-lang gl localbase python USE_GITHUB= yes GH_ACCOUNT= bulletphysics USE_PYTHON= autoplist distutils USE_GL= gl glew post-patch: # remove examples because they fail: https://github.com/bulletphysics/bullet3/issues/1510, and they shouldn't be built anyway @${REINPLACE_CMD} -E 's,"examples/.*\.(cpp|c|m)",,' ${WRKSRC}/setup.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pybullet.so .include Index: head/devel/py-bullet3/distinfo =================================================================== --- head/devel/py-bullet3/distinfo (revision 550008) +++ head/devel/py-bullet3/distinfo (revision 550009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578131800 -SHA256 (bulletphysics-bullet3-2.89_GH0.tar.gz) = 621b36e91c0371933f3c2156db22c083383164881d2a6b84636759dc4cbb0bb8 -SIZE (bulletphysics-bullet3-2.89_GH0.tar.gz) = 135742506 +TIMESTAMP = 1601024969 +SHA256 (bulletphysics-bullet3-3.05_GH0.tar.gz) = 49c9bddd978bef81b386cf0cb9497feb7c83f4cf6d8b8c27494c7fbc8be2fc4c +SIZE (bulletphysics-bullet3-3.05_GH0.tar.gz) = 142858358 Index: head/devel/py-bullet3/pkg-descr =================================================================== --- head/devel/py-bullet3/pkg-descr (revision 550008) +++ head/devel/py-bullet3/pkg-descr (revision 550009) @@ -1,5 +1,5 @@ The Python version of Bullet, a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library. It is free for commercial use under the ZLib license. -WWW: http://www.bulletphysics.com/ +WWW: https://pybullet.org/wordpress/