Date: Sat, 24 Oct 2020 20:14:40 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553228 - head/devel/pybind11 Message-ID: <202010242014.09OKEev3043890@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Oct 24 20:14:39 2020 New Revision: 553228 URL: https://svnweb.freebsd.org/changeset/ports/553228 Log: devel/pybind11: Update 2.5.0 -> 2.6.0 Reported by: portscout Modified: head/devel/pybind11/Makefile head/devel/pybind11/distinfo head/devel/pybind11/pkg-plist Modified: head/devel/pybind11/Makefile ============================================================================== --- head/devel/pybind11/Makefile Sat Oct 24 20:07:42 2020 (r553227) +++ head/devel/pybind11/Makefile Sat Oct 24 20:14:39 2020 (r553228) @@ -2,7 +2,7 @@ PORTNAME= pybind11 DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org @@ -12,10 +12,12 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang + USE_GITHUB= yes GH_ACCOUNT= pybind -NO_ARCH= yes CMAKE_OFF= PYBIND11_TEST + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/pybind11/distinfo ============================================================================== --- head/devel/pybind11/distinfo Sat Oct 24 20:07:42 2020 (r553227) +++ head/devel/pybind11/distinfo Sat Oct 24 20:14:39 2020 (r553228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587447825 -SHA256 (pybind-pybind11-v2.5.0_GH0.tar.gz) = 97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504 -SIZE (pybind-pybind11-v2.5.0_GH0.tar.gz) = 573769 +TIMESTAMP = 1603569801 +SHA256 (pybind-pybind11-v2.6.0_GH0.tar.gz) = 90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571 +SIZE (pybind-pybind11-v2.6.0_GH0.tar.gz) = 631925 Modified: head/devel/pybind11/pkg-plist ============================================================================== --- head/devel/pybind11/pkg-plist Sat Oct 24 20:07:42 2020 (r553227) +++ head/devel/pybind11/pkg-plist Sat Oct 24 20:14:39 2020 (r553228) @@ -23,7 +23,9 @@ include/pybind11/pytypes.h include/pybind11/stl.h include/pybind11/stl_bind.h share/cmake/pybind11/FindPythonLibsNew.cmake +share/cmake/pybind11/pybind11Common.cmake share/cmake/pybind11/pybind11Config.cmake share/cmake/pybind11/pybind11ConfigVersion.cmake +share/cmake/pybind11/pybind11NewTools.cmake share/cmake/pybind11/pybind11Targets.cmake share/cmake/pybind11/pybind11Tools.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010242014.09OKEev3043890>