From owner-svn-ports-all@freebsd.org Wed Oct 31 14:44:28 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 BB69D10DBEB1; Wed, 31 Oct 2018 14:44:28 +0000 (UTC) (envelope-from mmokhi@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 71C9D78EC6; Wed, 31 Oct 2018 14:44:28 +0000 (UTC) (envelope-from mmokhi@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 5469D5EAD; Wed, 31 Oct 2018 14:44:28 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VEiSpm039011; Wed, 31 Oct 2018 14:44:28 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VEiRT6039010; Wed, 31 Oct 2018 14:44:27 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201810311444.w9VEiRT6039010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Wed, 31 Oct 2018 14:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483588 - head/sysutils/liburcu X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/sysutils/liburcu X-SVN-Commit-Revision: 483588 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.29 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: Wed, 31 Oct 2018 14:44:28 -0000 Author: mmokhi Date: Wed Oct 31 14:44:27 2018 New Revision: 483588 URL: https://svnweb.freebsd.org/changeset/ports/483588 Log: sysutils/liburcu: Update the port to new release 0.10.1 Upstream changes: - don't use membarrier SHARED syscall command in liburcu-bp - assignment from incompatible pointer type warnings Sponsored by: The FreeBSD Foundation Modified: head/sysutils/liburcu/Makefile head/sysutils/liburcu/distinfo Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Wed Oct 31 14:38:31 2018 (r483587) +++ head/sysutils/liburcu/Makefile Wed Oct 31 14:44:27 2018 (r483588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liburcu -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/urcu/ DISTNAME= userspace-rcu-${PORTVERSION} Modified: head/sysutils/liburcu/distinfo ============================================================================== --- head/sysutils/liburcu/distinfo Wed Oct 31 14:38:31 2018 (r483587) +++ head/sysutils/liburcu/distinfo Wed Oct 31 14:44:27 2018 (r483588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499000825 -SHA256 (userspace-rcu-0.10.0.tar.bz2) = 7cb58a7ba5151198087f025dc8d19d8918e9c6d56772f039696c111d9aad3190 -SIZE (userspace-rcu-0.10.0.tar.bz2) = 483899 +TIMESTAMP = 1540996704 +SHA256 (userspace-rcu-0.10.1.tar.bz2) = 9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06 +SIZE (userspace-rcu-0.10.1.tar.bz2) = 503347