summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-01-30 12:42:12 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-01-30 12:42:12 +0000
commit668edca5c383fe1eef7aa63e78b8a5554e2c5ca6 (patch)
treebb9162893afd05789898af797f07ac9d97e8d7b9 /devel
parent61d4f4d9a2e6d7d432e96110fead874706267269 (diff)
downloadfreebsd-ports-668edca5c383fe1eef7aa63e78b8a5554e2c5ca6.zip
devel/concurrencykit: Update to 0.4.4
- Update to 0.4.4 - Strip shared library
Diffstat (limited to 'devel')
-rw-r--r--devel/concurrencykit/Makefile5
-rw-r--r--devel/concurrencykit/distinfo4
-rw-r--r--devel/concurrencykit/pkg-plist2
3 files changed, 8 insertions, 3 deletions
diff --git a/devel/concurrencykit/Makefile b/devel/concurrencykit/Makefile
index 937fd78f5da3..19776381f032 100644
--- a/devel/concurrencykit/Makefile
+++ b/devel/concurrencykit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= concurrencykit
-PORTVERSION= 0.4.3
+PORTVERSION= 0.4.4
CATEGORIES= devel
MASTER_SITES= http://concurrencykit.org/releases/ \
http://repnop.org/releases/
@@ -35,6 +35,9 @@ post-extract:
${REINPLACE_CMD} -e 's|PKGCONFIG_DATA=@LIBRARY@|PKGCONFIG_DATA=${PREFIX}/libdata/|g' \
${WRKSRC}/Makefile.in
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libck.so.${PORTVERSION}
+
regression-test: build
@cd ${WRKSRC} && ${MAKE} check
diff --git a/devel/concurrencykit/distinfo b/devel/concurrencykit/distinfo
index f05ae8adde4a..178f2183465a 100644
--- a/devel/concurrencykit/distinfo
+++ b/devel/concurrencykit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ck-0.4.3.tar.gz) = e235a5bcb320f7cdaad69be56eaef002323587c6ed018fcda3eb2b6ee4da4dba
-SIZE (ck-0.4.3.tar.gz) = 195634
+SHA256 (ck-0.4.4.tar.gz) = 23fe90d8a7306411b450575730eddbd4180867e55bca6621ff83c343cbfe6f54
+SIZE (ck-0.4.4.tar.gz) = 197668
diff --git a/devel/concurrencykit/pkg-plist b/devel/concurrencykit/pkg-plist
index 0dd93081ad1e..90807ffc6407 100644
--- a/devel/concurrencykit/pkg-plist
+++ b/devel/concurrencykit/pkg-plist
@@ -86,6 +86,7 @@ man/man3/ck_array_put_unique.3.gz
man/man3/ck_array_remove.3.gz
man/man3/ck_bitmap_base.3.gz
man/man3/ck_bitmap_bits.3.gz
+man/man3/ck_bitmap_bts.3.gz
man/man3/ck_bitmap_buffer.3.gz
man/man3/ck_bitmap_clear.3.gz
man/man3/ck_bitmap_init.3.gz
@@ -110,6 +111,7 @@ man/man3/ck_epoch_recycle.3.gz
man/man3/ck_epoch_register.3.gz
man/man3/ck_epoch_synchronize.3.gz
man/man3/ck_epoch_unregister.3.gz
+man/man3/ck_hs_apply.3.gz
man/man3/ck_hs_count.3.gz
man/man3/ck_hs_destroy.3.gz
man/man3/ck_hs_fas.3.gz