svn commit: r347443 - head/devel/concurrencykit
Kubilay Kocak
koobs at FreeBSD.org
Sat Mar 8 03:00:32 UTC 2014
Author: koobs
Date: Sat Mar 8 03:00:30 2014
New Revision: 347443
URL: http://svnweb.freebsd.org/changeset/ports/347443
QAT: https://qat.redports.org/buildarchive/r347443/
Log:
devel/concurrencykit: Update to 0.4.1
- Update to 0.4.1
- Update and sort pkg-plist
Changes:
* http://concurrencykit.org/cgit/cgit.cgi/ck/log/
Modified:
head/devel/concurrencykit/Makefile
head/devel/concurrencykit/distinfo
head/devel/concurrencykit/pkg-plist
Modified: head/devel/concurrencykit/Makefile
==============================================================================
--- head/devel/concurrencykit/Makefile Sat Mar 8 02:55:56 2014 (r347442)
+++ head/devel/concurrencykit/Makefile Sat Mar 8 03:00:30 2014 (r347443)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= concurrencykit
-PORTVERSION= 0.3.5
-PORTREVISION= 1
+PORTVERSION= 0.4.1
CATEGORIES= devel
MASTER_SITES= http://concurrencykit.org/releases/ \
http://repnop.org/releases/
Modified: head/devel/concurrencykit/distinfo
==============================================================================
--- head/devel/concurrencykit/distinfo Sat Mar 8 02:55:56 2014 (r347442)
+++ head/devel/concurrencykit/distinfo Sat Mar 8 03:00:30 2014 (r347443)
@@ -1,2 +1,2 @@
-SHA256 (ck-0.3.5.tar.gz) = 5680253ce3feb1cae61f4bca89571e5e7651bf81699d6321d12351ebdfe0b5d6
-SIZE (ck-0.3.5.tar.gz) = 175751
+SHA256 (ck-0.4.1.tar.gz) = 589938621518e700c0edefdde0428862abf0db596aa62ae1dc66addde77d25be
+SIZE (ck-0.4.1.tar.gz) = 188050
Modified: head/devel/concurrencykit/pkg-plist
==============================================================================
--- head/devel/concurrencykit/pkg-plist Sat Mar 8 02:55:56 2014 (r347442)
+++ head/devel/concurrencykit/pkg-plist Sat Mar 8 03:00:30 2014 (r347443)
@@ -1,48 +1,49 @@
include/ck_array.h
include/ck_backoff.h
+include/ck_barrier.h
+include/ck_bitmap.h
+include/ck_brlock.h
+include/ck_bytelock.h
+include/ck_cc.h
+include/ck_cohort.h
include/ck_elide.h
-include/ck_stack.h
-include/ck_spinlock.h
-include/ck_sequence.h
-include/ck_rwlock.h
+include/ck_epoch.h
+include/ck_fifo.h
+include/ck_hp.h
+include/ck_hp_fifo.h
+include/ck_hp_stack.h
+include/ck_hs.h
+include/ck_ht.h
+include/ck_limits.h
+include/ck_malloc.h
+include/ck_md.h
+include/ck_pflock.h
+include/ck_pr.h
+include/ck_queue.h
+include/ck_rhs.h
include/ck_ring.h
include/ck_rwcohort.h
-include/ck_queue.h
-include/ck_pr.h
-include/ck_pflock.h
-include/ck_md.h
-include/ck_malloc.h
-include/ck_limits.h
-include/ck_ht.h
-include/ck_hs.h
-include/ck_hp_stack.h
-include/ck_hp_fifo.h
-include/ck_hp.h
-include/ck_fifo.h
-include/ck_epoch.h
-include/ck_cohort.h
-include/ck_cc.h
-include/ck_bytelock.h
-include/ck_brlock.h
-include/gcc/arm/ck_pr.h
+include/ck_rwlock.h
+include/ck_sequence.h
+include/ck_spinlock.h
+include/ck_stack.h
+include/ck_stdint.h
include/gcc/arm/ck_f_pr.h
-include/gcc/ppc/ck_pr.h
+include/gcc/arm/ck_pr.h
+include/gcc/ck_cc.h
+include/gcc/ck_f_pr.h
+include/gcc/ck_pr.h
include/gcc/ppc/ck_f_pr.h
-include/gcc/x86/ck_pr.h
-include/gcc/x86/ck_f_pr.h
-include/gcc/sparcv9/ck_f_pr.h
-include/gcc/sparcv9/ck_pr.h
+include/gcc/ppc/ck_pr.h
include/gcc/ppc64/ck_f_pr.h
include/gcc/ppc64/ck_pr.h
+include/gcc/sparcv9/ck_f_pr.h
+include/gcc/sparcv9/ck_pr.h
+include/gcc/x86/ck_f_pr.h
+include/gcc/x86/ck_pr.h
include/gcc/x86_64/ck_f_pr.h
include/gcc/x86_64/ck_pr.h
include/gcc/x86_64/ck_pr_rtm.h
-include/gcc/ck_pr.h
-include/gcc/ck_f_pr.h
-include/gcc/ck_cc.h
-include/ck_bitmap.h
-include/ck_barrier.h
-include/ck_stdint.h
include/spinlock/anderson.h
include/spinlock/cas.h
include/spinlock/clh.h
@@ -88,10 +89,11 @@ man/man3/ck_bitmap_clear.3.gz
man/man3/ck_bitmap_init.3.gz
man/man3/ck_bitmap_iterator_init.3.gz
man/man3/ck_bitmap_next.3.gz
-man/man3/ck_bitmap_reset_mpmc.3.gz
-man/man3/ck_bitmap_set_mpmc.3.gz
+man/man3/ck_bitmap_reset.3.gz
+man/man3/ck_bitmap_set.3.gz
man/man3/ck_bitmap_size.3.gz
man/man3/ck_bitmap_test.3.gz
+man/man3/ck_bitmap_union.3.gz
man/man3/ck_brlock.3.gz
man/man3/ck_cohort.3.gz
man/man3/ck_elide.3.gz
More information about the svn-ports-all
mailing list