Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:46:01 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: fd03523369b1 - main - www/py-pyjwt: Enable CRYPTO option by default
Message-ID:  <202203251346.22PDk1Tx022824@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=fd03523369b17ad7ff1fd395f08b82b618060652

commit fd03523369b17ad7ff1fd395f08b82b618060652
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:05:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:20 +0000

    www/py-pyjwt: Enable CRYPTO option by default
    
    - Bump PORTREVISION for dependency change
---
 www/py-pyjwt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
index c9fef5cf6dd1..29a9a067a0eb 100644
--- a/www/py-pyjwt/Makefile
+++ b/www/py-pyjwt/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pyjwt
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +22,7 @@ NO_ARCH=	yes
 CPE_VENDOR=	pyjwt_project
 
 OPTIONS_DEFINE=	CRYPTO
+OPTIONS_DEFAULT=CRYPTO
 
 CRYPTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=3.3.1:security/py-cryptography@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251346.22PDk1Tx022824>