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/
This commit is contained in:
Kubilay Kocak 2014-03-08 03:00:30 +00:00
parent 0fc23029c1
commit d7af11e57b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347443
3 changed files with 40 additions and 39 deletions

View File

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

View File

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

View File

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