From owner-svn-ports-all@freebsd.org Fri Feb 9 20:05:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8AD1F201AF; Fri, 9 Feb 2018 20:05:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D19B766D7; Fri, 9 Feb 2018 20:05:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93D2C1769; Fri, 9 Feb 2018 20:05:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w19K5QtF049096; Fri, 9 Feb 2018 20:05:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w19K5QHO049094; Fri, 9 Feb 2018 20:05:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802092005.w19K5QHO049094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 9 Feb 2018 20:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461332 - head/devel/pybind11 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/pybind11 X-SVN-Commit-Revision: 461332 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 20:05:27 -0000 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 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