Index: head/sysutils/liburcu/Makefile =================================================================== --- head/sysutils/liburcu/Makefile (revision 562576) +++ head/sysutils/liburcu/Makefile (revision 562577) @@ -1,27 +1,28 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= liburcu PORTVERSION= 0.12.1 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/urcu/ DISTNAME= userspace-rcu-${PORTVERSION} MAINTAINER= freebsd@dns-lab.com COMMENT= Userspace read-copy-update (RCU) data synchronization library -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt PLIST_SUB= SO_SHORT_VER=6 \ SO_VER=6.1.0 USES= pathfix libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --docdir=${DOCSDIR} +CONFIGURE_ARGS= --docdir=${DOCSDIR} INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include Index: head/sysutils/liburcu/pkg-descr =================================================================== --- head/sysutils/liburcu/pkg-descr (revision 562576) +++ head/sysutils/liburcu/pkg-descr (revision 562577) @@ -1,9 +1,9 @@ liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible. -WWW: http://lttng.org/urcu +WWW: http://liburcu.org/