Date: Wed, 31 Oct 2018 14:44:27 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483588 - head/sysutils/liburcu Message-ID: <201810311444.w9VEiRT6039010@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810311444.w9VEiRT6039010>