svn commit: r553228 - head/devel/pybind11
Yuri Victorovich
yuri at FreeBSD.org
Sat Oct 24 20:14:41 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list