From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 22:25:54 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 A3C7667C9EF; Tue, 21 Sep 2021 22:25:54 +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 4HDbc06t4yz4j2q; Tue, 21 Sep 2021 22:25:52 +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 48E5F4650; Tue, 21 Sep 2021 22:25:51 +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 18LMPpe4039685; Tue, 21 Sep 2021 22:25:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LMPpXH039684; Tue, 21 Sep 2021 22:25:51 GMT (envelope-from git) Date: Tue, 21 Sep 2021 22:25:51 GMT Message-Id: <202109212225.18LMPpXH039684@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: 5b741c77f2c4 - main - www/py-scgi: Update to 2.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: 5b741c77f2c4d2a5100448b6458483d0055d89c0 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:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b741c77f2c4d2a5100448b6458483d0055d89c0 commit 5b741c77f2c4d2a5100448b6458483d0055d89c0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 22:15:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 22:23:41 +0000 www/py-scgi: Update to 2.2 - Change MASTER_SITES to CHEESESHOP - Strip shared library - Update WWW - Take maintainership Changes: https://github.com/nascheme/scgi/commits/master --- www/py-scgi/Makefile | 11 +++++++---- www/py-scgi/distinfo | 6 +++--- www/py-scgi/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index 13e4a8b88b32..68b8ac0d533a 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,13 +1,13 @@ # Created by: Neil Blakey-Milner PORTNAME= scgi -DISTVERSION= 2.0 +PORTVERSION= 2.2 CATEGORIES= www python -MASTER_SITES= http://python.ca/scgi/releases/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python server implementation of the Simple Common Gateway Protocol +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python package for implementing SCGI servers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -15,4 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + .include diff --git a/www/py-scgi/distinfo b/www/py-scgi/distinfo index 1c3dd4ae76bf..b65aa0701469 100644 --- a/www/py-scgi/distinfo +++ b/www/py-scgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584899838 -SHA256 (scgi-2.0.tar.gz) = fc59ec13cb989d14216e78426a2f84bd3d46f712a35bca0f4806cd3c38050a72 -SIZE (scgi-2.0.tar.gz) = 32726 +TIMESTAMP = 1632227588 +SHA256 (scgi-2.2.tar.gz) = 45bf16159779be0f3d405eb25f535d0c22565000be121de322aa540b3defdf18 +SIZE (scgi-2.2.tar.gz) = 35052 diff --git a/www/py-scgi/pkg-descr b/www/py-scgi/pkg-descr index 7d5941626d2d..fd9168f00f54 100644 --- a/www/py-scgi/pkg-descr +++ b/www/py-scgi/pkg-descr @@ -1,3 +1,3 @@ Python server implementation of the Simple Common Gateway Protocol -WWW: http://www.mems-exchange.org/software/scgi/ +WWW: https://github.com/nascheme/scgi