svn commit: r378704 - head/devel/concurrencykit

Kubilay Kocak koobs at FreeBSD.org
Mon Feb 9 02:15:23 UTC 2015


Author: koobs
Date: Mon Feb  9 02:15:21 2015
New Revision: 378704
URL: https://svnweb.freebsd.org/changeset/ports/378704
QAT: https://qat.redports.org/buildarchive/r378704/

Log:
  devel/concurrencykit: Update to 0.4.5
  
  - Update to 0.4.5
  - Remove RTM as a default OPTION
  
  Changes:
  
    * http://concurrencykit.org/releases/ck-0.4.5.announcement

Modified:
  head/devel/concurrencykit/Makefile
  head/devel/concurrencykit/distinfo

Modified: head/devel/concurrencykit/Makefile
==============================================================================
--- head/devel/concurrencykit/Makefile	Sun Feb  8 23:12:43 2015	(r378703)
+++ head/devel/concurrencykit/Makefile	Mon Feb  9 02:15:21 2015	(r378704)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	concurrencykit
-PORTVERSION=	0.4.4
+PORTVERSION=	0.4.5
 CATEGORIES=	devel
 MASTER_SITES=	http://concurrencykit.org/releases/ \
 		http://repnop.org/releases/
@@ -14,8 +14,8 @@ COMMENT=	Lock-free data structures for h
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-OPTIONS_DEFINE=	RTM VMAPACK
-OPTIONS_DEFAULT=RTM VMAPACK
+OPTIONS_DEFINE=		RTM VMAPACK
+OPTIONS_DEFAULT=	VMAPACK
 
 RTM_DESC=	Restricted Transactional Memory (x86_64 only)
 VMAPACK_DESC=	Enable pointer packing

Modified: head/devel/concurrencykit/distinfo
==============================================================================
--- head/devel/concurrencykit/distinfo	Sun Feb  8 23:12:43 2015	(r378703)
+++ head/devel/concurrencykit/distinfo	Mon Feb  9 02:15:21 2015	(r378704)
@@ -1,2 +1,2 @@
-SHA256 (ck-0.4.4.tar.gz) = 23fe90d8a7306411b450575730eddbd4180867e55bca6621ff83c343cbfe6f54
-SIZE (ck-0.4.4.tar.gz) = 197668
+SHA256 (ck-0.4.5.tar.gz) = 89feea338cd6a8efbe7bd64d033cefccb34775ea0bedbcb1612df2b822fa0356
+SIZE (ck-0.4.5.tar.gz) = 198840


More information about the svn-ports-head mailing list