Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 19:13:31 +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: r538430 - head/devel/py-pybind11
Message-ID:  <202006101913.05AJDVI2099917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jun 10 19:13:30 2020
New Revision: 538430
URL: https://svnweb.freebsd.org/changeset/ports/538430

Log:
  devel/py-pybind11: Update 2.4.3 -> 2.5.0

Modified:
  head/devel/py-pybind11/Makefile
  head/devel/py-pybind11/distinfo

Modified: head/devel/py-pybind11/Makefile
==============================================================================
--- head/devel/py-pybind11/Makefile	Wed Jun 10 19:03:57 2020	(r538429)
+++ head/devel/py-pybind11/Makefile	Wed Jun 10 19:13:30 2020	(r538430)
@@ -2,10 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	pybind11
-DISTVERSION=	2.4.3
+DISTVERSION=	2.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+PATCH_SITES=	https://github.com/pybind/pybind11/commit/
+PATCHFILES=	198656858e24a635f5c128ae9310b42691b59b96.patch:-p1 # https://github.com/pybind/pybind11/pull/2186
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Seamless interoperability between C++11 and Python

Modified: head/devel/py-pybind11/distinfo
==============================================================================
--- head/devel/py-pybind11/distinfo	Wed Jun 10 19:03:57 2020	(r538429)
+++ head/devel/py-pybind11/distinfo	Wed Jun 10 19:13:30 2020	(r538430)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1571728388
-SHA256 (pybind11-2.4.3.tar.gz) = 72e6def53fb491f7f4e92692029d2e7bb5a0783314f20d80222735ff10a75758
-SIZE (pybind11-2.4.3.tar.gz) = 138789
+TIMESTAMP = 1591816249
+SHA256 (pybind11-2.5.0.tar.gz) = ea5a4e7a880112915463826f1acbec5892df36dfe102ecb249229ac514fb54ad
+SIZE (pybind11-2.5.0.tar.gz) = 139770
+SHA256 (198656858e24a635f5c128ae9310b42691b59b96.patch) = 17752fa379bc1d20db3b1061423c7a38d6a4ecfa778db334bd51fdf48ad40c6a
+SIZE (198656858e24a635f5c128ae9310b42691b59b96.patch) = 854



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006101913.05AJDVI2099917>