Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 19:06:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498509 - head/security/py-requests-credssp
Message-ID:  <201904091906.x39J6bGH041941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr  9 19:06:37 2019
New Revision: 498509
URL: https://svnweb.freebsd.org/changeset/ports/498509

Log:
  Update to 1.0.2
  
  - Update LICENSE
  - While I'm here, sort RUN_DEPENDS
  
  Changes:	https://github.com/jborean93/requests-credssp/releases
  PR:		237008
  Submitted by:	Pavel Timofeev <timp87@gmail.com>
  Approved by:	Rozhuk Ivan <rozhuk.im@gmail.com> (maintainer)

Modified:
  head/security/py-requests-credssp/Makefile
  head/security/py-requests-credssp/distinfo   (contents, props changed)

Modified: head/security/py-requests-credssp/Makefile
==============================================================================
--- head/security/py-requests-credssp/Makefile	Tue Apr  9 19:06:32 2019	(r498508)
+++ head/security/py-requests-credssp/Makefile	Tue Apr  9 19:06:37 2019	(r498509)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests-credssp
-PORTVERSION=	0.1.0
+PORTVERSION=	1.0.2
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,14 +9,18 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rozhuk.im@gmail.com
 COMMENT=	Authentication handler for using CredSSP with Python Requests
 
-LICENSE=	ISCL
+LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-requests-credssp/distinfo
==============================================================================
--- head/security/py-requests-credssp/distinfo	Tue Apr  9 19:06:32 2019	(r498508)
+++ head/security/py-requests-credssp/distinfo	Tue Apr  9 19:06:37 2019	(r498509)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520514244
-SHA256 (requests-credssp-0.1.0.tar.gz) = f2888920b065bc1d3c8c13004fbb0df76fbd6585ee4d951d89c42ef22becee03
-SIZE (requests-credssp-0.1.0.tar.gz) = 14545
+TIMESTAMP = 1554397685
+SHA256 (requests-credssp-1.0.2.tar.gz) = b1fe2c42eb7258d4a754a9ad31344ad31a68375a87a10384e6519cdc0edfa546
+SIZE (requests-credssp-1.0.2.tar.gz) = 21813



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