svn commit: r355914 - head/devel/concurrencykit

Kubilay Kocak koobs at FreeBSD.org
Fri May 30 21:14:53 UTC 2014


Author: koobs
Date: Fri May 30 21:14:52 2014
New Revision: 355914
URL: http://svnweb.freebsd.org/changeset/ports/355914
QAT: https://qat.redports.org/buildarchive/r355914/

Log:
  devel/concurrencykit: Update to 0.4.2
  
  - Update to 0.4.2
  - Update pkg-plist
  
  Changes:
  
  https://github.com/concurrencykit/ck/commits/0.4.2
  
  PR:		ports/189836
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/devel/concurrencykit/Makefile
  head/devel/concurrencykit/distinfo
  head/devel/concurrencykit/pkg-plist

Modified: head/devel/concurrencykit/Makefile
==============================================================================
--- head/devel/concurrencykit/Makefile	Fri May 30 20:58:44 2014	(r355913)
+++ head/devel/concurrencykit/Makefile	Fri May 30 21:14:52 2014	(r355914)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	concurrencykit
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.2
 CATEGORIES=	devel
 MASTER_SITES=	http://concurrencykit.org/releases/ \
 		http://repnop.org/releases/

Modified: head/devel/concurrencykit/distinfo
==============================================================================
--- head/devel/concurrencykit/distinfo	Fri May 30 20:58:44 2014	(r355913)
+++ head/devel/concurrencykit/distinfo	Fri May 30 21:14:52 2014	(r355914)
@@ -1,2 +1,2 @@
-SHA256 (ck-0.4.1.tar.gz) = 589938621518e700c0edefdde0428862abf0db596aa62ae1dc66addde77d25be
-SIZE (ck-0.4.1.tar.gz) = 188050
+SHA256 (ck-0.4.2.tar.gz) = c298835c55a9652c05ca8a6db90959a9b740ff12bf4b35b649ec9614e635984c
+SIZE (ck-0.4.2.tar.gz) = 195446

Modified: head/devel/concurrencykit/pkg-plist
==============================================================================
--- head/devel/concurrencykit/pkg-plist	Fri May 30 20:58:44 2014	(r355913)
+++ head/devel/concurrencykit/pkg-plist	Fri May 30 21:14:52 2014	(r355914)
@@ -28,6 +28,8 @@ include/ck_sequence.h
 include/ck_spinlock.h
 include/ck_stack.h
 include/ck_stdint.h
+include/ck_swlock.h
+include/ck_tflock.h
 include/gcc/arm/ck_f_pr.h
 include/gcc/arm/ck_pr.h
 include/gcc/ck_cc.h
@@ -52,10 +54,10 @@ include/spinlock/fas.h
 include/spinlock/hclh.h
 include/spinlock/mcs.h
 include/spinlock/ticket.h
-lib/libck.so.%%VERSION%%
+lib/libck.a
 lib/libck.so
 lib/libck.so.0
-lib/libck.a
+lib/libck.so.%%VERSION%%
 libdata/pkgconfig/ck.pc
 man/man3/CK_ARRAY_FOREACH.3.gz
 man/man3/CK_COHORT_INIT.3.gz
@@ -111,8 +113,8 @@ man/man3/ck_epoch_unregister.3.gz
 man/man3/ck_hs_count.3.gz
 man/man3/ck_hs_destroy.3.gz
 man/man3/ck_hs_fas.3.gz
-man/man3/ck_hs_get.3.gz
 man/man3/ck_hs_gc.3.gz
+man/man3/ck_hs_get.3.gz
 man/man3/ck_hs_grow.3.gz
 man/man3/ck_hs_init.3.gz
 man/man3/ck_hs_iterator_init.3.gz
@@ -151,6 +153,7 @@ man/man3/ck_ht_reset_size_spmc.3.gz
 man/man3/ck_ht_reset_spmc.3.gz
 man/man3/ck_ht_set_spmc.3.gz
 man/man3/ck_ht_stat.3.gz
+man/man3/ck_pflock.3.gz
 man/man3/ck_pr.3.gz
 man/man3/ck_pr_add.3.gz
 man/man3/ck_pr_and.3.gz
@@ -200,11 +203,13 @@ man/man3/ck_rwcohort.3.gz
 man/man3/ck_rwlock.3.gz
 man/man3/ck_sequence.3.gz
 man/man3/ck_spinlock.3.gz
- at dirrmtry include/spinlock
- at dirrmtry include/gcc/x86_64
- at dirrmtry include/gcc/x86
- at dirrmtry include/gcc/sparcv9
- at dirrmtry include/gcc/ppc64
- at dirrmtry include/gcc/ppc
+man/man3/ck_swlock.3.gz
+man/man3/ck_tflock.3.gz
 @dirrmtry include/gcc/arm
+ at dirrmtry include/gcc/ppc
+ at dirrmtry include/gcc/ppc64
+ at dirrmtry include/gcc/sparcv9
+ at dirrmtry include/gcc/x86
+ at dirrmtry include/gcc/x86_64
 @dirrmtry include/gcc
+ at dirrmtry include/spinlock


More information about the svn-ports-all mailing list