Index: MOVED =================================================================== --- MOVED (revision 320049) +++ MOVED (working copy) @@ -4381,3 +4381,4 @@ emulators/linux-xjoypad||2013-06-05|Removed: depend on expired devel/linux-js, consider using emulators/joytran instead lang/elisp-manual||2013-06-05|Has expired: Broken for more than 6 months sysutils/sge62||2013-06-05|Has expired: Ancient and unsupported release +sysutils/userspace-rcu|sysutils/liburcu|2013-06-06|Renamed correctly according to upstream Index: dns/knot/Makefile =================================================================== --- dns/knot/Makefile (revision 320049) +++ dns/knot/Makefile (working copy) @@ -14,7 +14,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex -LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/userspace-rcu +LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes Index: sysutils/Makefile =================================================================== --- sysutils/Makefile (revision 320049) +++ sysutils/Makefile (working copy) @@ -473,6 +473,7 @@ SUBDIR += libretto-config SUBDIR += libsunacl SUBDIR += libumberlog + SUBDIR += liburcu SUBDIR += libutempter SUBDIR += libzeitgeist SUBDIR += lineak-defaultplugin @@ -980,7 +981,6 @@ SUBDIR += usermin SUBDIR += userneu SUBDIR += userneu-devel - SUBDIR += userspace-rcu SUBDIR += usrinfo SUBDIR += utcount SUBDIR += vbetool Index: sysutils/liburcu/Makefile =================================================================== --- sysutils/liburcu/Makefile (working copy) +++ sysutils/liburcu/Makefile (working copy) @@ -1,23 +1,26 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ -PORTNAME= userspace-rcu -PORTVERSION= 0.7.5 +PORTNAME= liburcu +PORTVERSION= 0.7.6 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/urcu/ +DISTNAME= userspace-rcu-${PORTVERSION} MAINTAINER= freebsd@dns-lab.com -COMMENT= A read-copy-update data synchronization library +COMMENT= Userspace read-copy-update (RCU) data synchronization library LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt +USES= pathfix USE_BZIP2= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix -USE_LDCONFIG= yes +CONFIGURE_ARGS+= --docdir=${DOCSDIR} + .if defined(.PARSEDIR) USE_GMAKE= yes .endif Index: sysutils/liburcu/distinfo =================================================================== --- sysutils/liburcu/distinfo (working copy) +++ sysutils/liburcu/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (userspace-rcu-0.7.5.tar.bz2) = 0f7d4a1e0c6c6ecc75e7de0a4b80518c6ba93c97872981e196c758db7a2404e2 -SIZE (userspace-rcu-0.7.5.tar.bz2) = 383705 +SHA256 (userspace-rcu-0.7.6.tar.bz2) = 71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2c5900a +SIZE (userspace-rcu-0.7.6.tar.bz2) = 393590 Index: sysutils/liburcu/pkg-descr =================================================================== --- sysutils/liburcu/pkg-descr (working copy) +++ sysutils/liburcu/pkg-descr (working copy) @@ -6,4 +6,4 @@ monitoring the data structure accesses to detect grace periods after which memory reclamation is possible. -WWW: http://lttng.org/content/userspace-rcu +WWW: http://lttng.org/urcu Index: sysutils/userspace-rcu/Makefile (deleted) =================================================================== Index: sysutils/userspace-rcu/distinfo (deleted) =================================================================== Index: sysutils/userspace-rcu/pkg-descr (deleted) =================================================================== Index: sysutils/userspace-rcu/pkg-plist (deleted) ===================================================================