From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:48:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D38756B2865; Tue, 21 Sep 2021 03:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6qH0R0Jz4csJ; Tue, 21 Sep 2021 03:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9C841C7E1; Tue, 21 Sep 2021 03:48:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3mv5e017478; Tue, 21 Sep 2021 03:48:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3mvj8017477; Tue, 21 Sep 2021 03:48:57 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:48:57 GMT Message-Id: <202109210348.18L3mvj8017477@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 16cae1d9b05b - main - devel/libtickit: Update to 0.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 16cae1d9b05b66e974414821b87eddf70abf6abd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:49:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=16cae1d9b05b66e974414821b87eddf70abf6abd commit 16cae1d9b05b66e974414821b87eddf70abf6abd Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:06:52 +0000 Commit: Po-Chuan Hsieh 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 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 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