From owner-svn-ports-head@FreeBSD.ORG Sat Mar 8 03:00:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF8065B9; Sat, 8 Mar 2014 03:00:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC6CFDC8; Sat, 8 Mar 2014 03:00:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2830VNo093246; Sat, 8 Mar 2014 03:00:31 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2830V39093243; Sat, 8 Mar 2014 03:00:31 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201403080300.s2830V39093243@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 8 Mar 2014 03:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347443 - head/devel/concurrencykit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 03:00:32 -0000 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