From owner-svn-ports-head@freebsd.org Sat Dec 10 11:52:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AB07C70085; Sat, 10 Dec 2016 11:52:32 +0000 (UTC) (envelope-from jhale@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 mx1.freebsd.org (Postfix) with ESMTPS id 0422F165A; Sat, 10 Dec 2016 11:52:31 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBABqVwk025890; Sat, 10 Dec 2016 11:52:31 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBABqUPi025887; Sat, 10 Dec 2016 11:52:30 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612101152.uBABqUPi025887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 10 Dec 2016 11:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428280 - head/sysutils/liburcu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 11:52:32 -0000 Author: jhale Date: Sat Dec 10 11:52:30 2016 New Revision: 428280 URL: https://svnweb.freebsd.org/changeset/ports/428280 Log: Update to 0.7.17 While here: Convert regression tests to ports testing framework PR: 215160 Submitted by: Leo Vandewoestijne (maintainer) Modified: head/sysutils/liburcu/Makefile head/sysutils/liburcu/distinfo head/sysutils/liburcu/pkg-plist Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Sat Dec 10 10:38:52 2016 (r428279) +++ head/sysutils/liburcu/Makefile Sat Dec 10 11:52:30 2016 (r428280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liburcu -PORTVERSION= 0.7.13 +PORTVERSION= 0.7.17 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/urcu/ DISTNAME= userspace-rcu-${PORTVERSION} @@ -24,8 +24,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} INSTALL_TARGET= install-strip - -regression-test: build - @cd ${WRKSRC} && ${MAKE} check +TEST_TARGET= check .include Modified: head/sysutils/liburcu/distinfo ============================================================================== --- head/sysutils/liburcu/distinfo Sat Dec 10 10:38:52 2016 (r428279) +++ head/sysutils/liburcu/distinfo Sat Dec 10 11:52:30 2016 (r428280) @@ -1,2 +1,3 @@ -SHA256 (userspace-rcu-0.7.13.tar.bz2) = 368a0db48926b127f86f62595f67b21ff09d9c1183b5d0342b48b25eae957b35 -SIZE (userspace-rcu-0.7.13.tar.bz2) = 390152 +TIMESTAMP = 1481228008 +SHA256 (userspace-rcu-0.7.17.tar.bz2) = 19ceae968fa29a3bb425a2743832f2965c3b28639e845cf01edfe2e75b31781c +SIZE (userspace-rcu-0.7.17.tar.bz2) = 392424 Modified: head/sysutils/liburcu/pkg-plist ============================================================================== --- head/sysutils/liburcu/pkg-plist Sat Dec 10 10:38:52 2016 (r428279) +++ head/sysutils/liburcu/pkg-plist Sat Dec 10 11:52:30 2016 (r428280) @@ -14,6 +14,7 @@ include/urcu/futex.h include/urcu/hlist.h include/urcu/list.h include/urcu/map/urcu-bp.h +include/urcu/map/urcu-mp.h include/urcu/map/urcu-qsbr.h include/urcu/map/urcu.h include/urcu/rcuhlist.h