mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/concurrencykit: Update to 0.4.3
- Update to 0.4.3 - Add LICENSE_FILE
This commit is contained in:
parent
e23d2e3e40
commit
bb52d4e35f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366313
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= concurrencykit
|
||||
PORTVERSION= 0.4.2
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://concurrencykit.org/releases/ \
|
||||
http://repnop.org/releases/
|
||||
|
@ -12,6 +12,7 @@ MAINTAINER= koobs@FreeBSD.org
|
|||
COMMENT= Lock-free data structures for high performance concurrent systems
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= RTM VMAPACK
|
||||
OPTIONS_DEFAULT=RTM VMAPACK
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ck-0.4.2.tar.gz) = c298835c55a9652c05ca8a6db90959a9b740ff12bf4b35b649ec9614e635984c
|
||||
SIZE (ck-0.4.2.tar.gz) = 195446
|
||||
SHA256 (ck-0.4.3.tar.gz) = e235a5bcb320f7cdaad69be56eaef002323587c6ed018fcda3eb2b6ee4da4dba
|
||||
SIZE (ck-0.4.3.tar.gz) = 195634
|
||||
|
|
Loading…
Add table
Reference in a new issue