1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

devel/concurrencykit: Update to 0.4.4

- Update to 0.4.4
- Strip shared library
This commit is contained in:
Kubilay Kocak 2015-01-30 12:42:12 +00:00
parent 61d4f4d9a2
commit 668edca5c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378149
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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