Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2018 20:05:26 +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: r461332 - head/devel/pybind11
Message-ID:  <201802092005.w19K5QHO049094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Feb  9 20:05:26 2018
New Revision: 461332
URL: https://svnweb.freebsd.org/changeset/ports/461332

Log:
  devel/pybind11: Update to 2.2.2
  
  Additional port changes:
  * Changed to CMAKE_OFF
  
  Reported by:	portscout
  Approved by:	tcberner (mentor, implicit)

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

Modified: head/devel/pybind11/Makefile
==============================================================================
--- head/devel/pybind11/Makefile	Fri Feb  9 20:03:06 2018	(r461331)
+++ head/devel/pybind11/Makefile	Fri Feb  9 20:05:26 2018	(r461332)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pybind11
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.2.1
+DISTVERSION=	2.2.2
 CATEGORIES=	devel python
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,6 +15,6 @@ USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	pybind
 NO_ARCH=	yes
-CMAKE_ARGS=	-DPYBIND11_TEST:BOOL="OFF"
+CMAKE_OFF=	PYBIND11_TEST
 
 .include <bsd.port.mk>

Modified: head/devel/pybind11/distinfo
==============================================================================
--- head/devel/pybind11/distinfo	Fri Feb  9 20:03:06 2018	(r461331)
+++ head/devel/pybind11/distinfo	Fri Feb  9 20:05:26 2018	(r461332)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510299608
-SHA256 (pybind-pybind11-v2.2.1_GH0.tar.gz) = f8bd1509578b2a1e7407d52e6ee8afe64268909a1bbda620ca407318598927e7
-SIZE (pybind-pybind11-v2.2.1_GH0.tar.gz) = 540643
+TIMESTAMP = 1518204875
+SHA256 (pybind-pybind11-v2.2.2_GH0.tar.gz) = b639a2b2cbf1c467849660801c4665ffc1a4d0a9e153ae1996ed6f21c492064e
+SIZE (pybind-pybind11-v2.2.2_GH0.tar.gz) = 545041



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