Date: Tue, 21 Sep 2021 03:48:57 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16cae1d9b05b - main - devel/libtickit: Update to 0.4.2 Message-ID: <202109210348.18L3mvj8017477@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=16cae1d9b05b66e974414821b87eddf70abf6abd commit 16cae1d9b05b66e974414821b87eddf70abf6abd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:06:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:35:12 +0000 devel/libtickit: Update to 0.4.2 - Strip shared library Changes: https://github.com/leonerd/libtickit/blob/master/CHANGES --- devel/libtickit/Makefile | 5 ++++- devel/libtickit/distinfo | 6 +++--- devel/libtickit/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/devel/libtickit/Makefile b/devel/libtickit/Makefile index f62b672405c3..96cc428c7fd8 100644 --- a/devel/libtickit/Makefile +++ b/devel/libtickit/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= libtickit -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= devel MASTER_SITES= http://www.leonerd.org.uk/code/libtickit/ @@ -19,4 +19,7 @@ MAKE_ARGS= MANDIR=${PREFIX}/share/man PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtickit.so + .include <bsd.port.mk> diff --git a/devel/libtickit/distinfo b/devel/libtickit/distinfo index 1cfb44bf9b0f..11bee65118fd 100644 --- a/devel/libtickit/distinfo +++ b/devel/libtickit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569385 -SHA256 (libtickit-0.4.1.tar.gz) = 48b72a12548da23f32384ddf0f8d727bc27515f36a74d2f4d4f0bbbb562a2665 -SIZE (libtickit-0.4.1.tar.gz) = 161075 +TIMESTAMP = 1632036854 +SHA256 (libtickit-0.4.2.tar.gz) = eb9abafebce65c3c4aa67e066b02e50ddaf4256db97a638786830a11814f247d +SIZE (libtickit-0.4.2.tar.gz) = 164329 diff --git a/devel/libtickit/pkg-plist b/devel/libtickit/pkg-plist index 01988039fa0a..d435d7b941de 100644 --- a/devel/libtickit/pkg-plist +++ b/devel/libtickit/pkg-plist @@ -184,6 +184,8 @@ share/man/man3/tickit_utf8_seqlen.3.gz share/man/man3/tickit_watch_cancel.3.gz share/man/man3/tickit_watch_io.3.gz share/man/man3/tickit_watch_later.3.gz +share/man/man3/tickit_watch_process.3.gz +share/man/man3/tickit_watch_signal.3.gz share/man/man3/tickit_watch_timer_after_msec.3.gz share/man/man3/tickit_watch_timer_after_tv.3.gz share/man/man3/tickit_watch_timer_at_epoch.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210348.18L3mvj8017477>