From owner-svn-ports-all@freebsd.org Thu Dec 3 01:35:29 2020 Return-Path: Delivered-To: svn-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 03DD54753CD; Thu, 3 Dec 2020 01:35:29 +0000 (UTC) (envelope-from wen@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cmdh06V3hz4bks; Thu, 3 Dec 2020 01:35:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD2E01170C; Thu, 3 Dec 2020 01:35:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B31ZS6i032701; Thu, 3 Dec 2020 01:35:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B31ZSdW032700; Thu, 3 Dec 2020 01:35:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202012030135.0B31ZSdW032700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 3 Dec 2020 01:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556881 - head/security/py-flask-saml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/py-flask-saml X-SVN-Commit-Revision: 556881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 01:35:29 -0000 Author: wen Date: Thu Dec 3 01:35:28 2020 New Revision: 556881 URL: https://svnweb.freebsd.org/changeset/ports/556881 Log: - Update to 0.4.4 PR: 251473 Submitted by: john@saltant.com(maintainer) Modified: head/security/py-flask-saml/Makefile head/security/py-flask-saml/distinfo Modified: head/security/py-flask-saml/Makefile ============================================================================== --- head/security/py-flask-saml/Makefile Thu Dec 3 01:31:16 2020 (r556880) +++ head/security/py-flask-saml/Makefile Thu Dec 3 01:35:28 2020 (r556881) @@ -1,9 +1,7 @@ -# Created by: John W. O'Brien # $FreeBSD$ PORTNAME= Flask-SAML -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= security www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +12,19 @@ COMMENT= SAML authentication for Flask web apps LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8.0:www/py-flask@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3900 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR} +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml2>=5.1.0<6.20:security/py-pysaml2@${PY_FLAVOR} +.endif + +.include Modified: head/security/py-flask-saml/distinfo ============================================================================== --- head/security/py-flask-saml/distinfo Thu Dec 3 01:31:16 2020 (r556880) +++ head/security/py-flask-saml/distinfo Thu Dec 3 01:35:28 2020 (r556881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516061025 -SHA256 (Flask-SAML-0.4.3.tar.gz) = f03dea7bee6746de22042a2f73637d39666e54ab15e3d844de134603f92861c1 -SIZE (Flask-SAML-0.4.3.tar.gz) = 4572 +TIMESTAMP = 1606409293 +SHA256 (Flask-SAML-0.4.4.tar.gz) = 393e6ff24e19cf1dd975d8def6e855aad836d7842bd9f39548b7af4a437fc881 +SIZE (Flask-SAML-0.4.4.tar.gz) = 4838