Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2019 20:52:15 +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: r505113 - head/security/py-cryptography-vectors
Message-ID:  <201906252052.x5PKqFsf031153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jun 25 20:52:15 2019
New Revision: 505113
URL: https://svnweb.freebsd.org/changeset/ports/505113

Log:
  Update to 2.7
  
  - Add NO_ARCH
  
  Changes:	https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst

Modified:
  head/security/py-cryptography-vectors/Makefile
  head/security/py-cryptography-vectors/distinfo

Modified: head/security/py-cryptography-vectors/Makefile
==============================================================================
--- head/security/py-cryptography-vectors/Makefile	Tue Jun 25 20:52:10 2019	(r505112)
+++ head/security/py-cryptography-vectors/Makefile	Tue Jun 25 20:52:15 2019	(r505113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cryptography-vectors
-PORTVERSION=	2.6.1
+PORTVERSION=	2.7
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,5 +18,7 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-cryptography-vectors/distinfo
==============================================================================
--- head/security/py-cryptography-vectors/distinfo	Tue Jun 25 20:52:10 2019	(r505112)
+++ head/security/py-cryptography-vectors/distinfo	Tue Jun 25 20:52:15 2019	(r505113)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552829545
-SHA256 (cryptography_vectors-2.6.1.tar.gz) = 03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af
-SIZE (cryptography_vectors-2.6.1.tar.gz) = 35097785
+TIMESTAMP = 1561479278
+SHA256 (cryptography_vectors-2.7.tar.gz) = f12dfb9bd669a68004074cb5b26df6e93ed1a95ebd1a999dff0a840212ff68bc
+SIZE (cryptography_vectors-2.7.tar.gz) = 35098743



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