From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 22:25:18 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 A7D6667CA11; Tue, 21 Sep 2021 22:25:18 +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 4HDbbL1DSkz4hn3; Tue, 21 Sep 2021 22:25:18 +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 08900468F; Tue, 21 Sep 2021 22:25:18 +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 18LMPHnV038959; Tue, 21 Sep 2021 22:25:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LMPHBe038958; Tue, 21 Sep 2021 22:25:17 GMT (envelope-from git) Date: Tue, 21 Sep 2021 22:25:17 GMT Message-Id: <202109212225.18LMPHBe038958@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: 35ec13345c8e - main - devel/py-jellyfish: Update to 0.8.8 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: 35ec13345c8e96aa94b885303531e330155df154 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 22:25:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35ec13345c8e96aa94b885303531e330155df154 commit 35ec13345c8e96aa94b885303531e330155df154 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 22:13:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 22:23:33 +0000 devel/py-jellyfish: Update to 0.8.8 Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.rst --- devel/py-jellyfish/Makefile | 5 ++--- devel/py-jellyfish/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index c27a1c8236d1..470d99482ff6 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -1,6 +1,5 @@ PORTNAME= jellyfish -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.8.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/jellyfish/cjellyfish*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/devel/py-jellyfish/distinfo b/devel/py-jellyfish/distinfo index 0ec2ffa98476..e2ff160e8bb7 100644 --- a/devel/py-jellyfish/distinfo +++ b/devel/py-jellyfish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590171962 -SHA256 (jellyfish-0.8.2.tar.gz) = a499741401512d05bbd3556e448e960bc908eba3879fb73d450e8e91566a030b -SIZE (jellyfish-0.8.2.tar.gz) = 134200 +TIMESTAMP = 1632227534 +SHA256 (jellyfish-0.8.8.tar.gz) = 0506089cacf9b5897442134417b04b3c6610c19f280ae535eace390dc6325a5c +SIZE (jellyfish-0.8.8.tar.gz) = 134461