Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2016 17:36:34 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428369 - head/security/py-SecretStorage
Message-ID:  <201612111736.uBBHaYGF053533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Dec 11 17:36:34 2016
New Revision: 428369
URL: https://svnweb.freebsd.org/changeset/ports/428369

Log:
  Update to 2.3.1
  
  PR:		214866
  Submitted by:	douglas@douglasthrift.net (maintainer)

Modified:
  head/security/py-SecretStorage/Makefile
  head/security/py-SecretStorage/distinfo

Modified: head/security/py-SecretStorage/Makefile
==============================================================================
--- head/security/py-SecretStorage/Makefile	Sun Dec 11 17:20:02 2016	(r428368)
+++ head/security/py-SecretStorage/Makefile	Sun Dec 11 17:36:34 2016	(r428369)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	SecretStorage
-PORTVERSION=	2.2.1
+PORTVERSION=	2.3.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Store passwords using the Secre
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography
 
 NO_ARCH=	yes
 USES=		python

Modified: head/security/py-SecretStorage/distinfo
==============================================================================
--- head/security/py-SecretStorage/distinfo	Sun Dec 11 17:20:02 2016	(r428368)
+++ head/security/py-SecretStorage/distinfo	Sun Dec 11 17:36:34 2016	(r428369)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470223336
-SHA256 (SecretStorage-2.2.1.tar.gz) = d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6
-SIZE (SecretStorage-2.2.1.tar.gz) = 15972
+TIMESTAMP = 1480203823
+SHA256 (SecretStorage-2.3.1.tar.gz) = 3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6
+SIZE (SecretStorage-2.3.1.tar.gz) = 16073



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