Update to 0.7.17

While here:
Convert regression tests to ports testing framework

PR:		215160
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
This commit is contained in:
Jason E. Hale 2016-12-10 11:52:30 +00:00
parent f5b9023549
commit 91030c85cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428280
3 changed files with 6 additions and 6 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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