Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 18:19:58 +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: r484721 - head/security/py-m2crypto
Message-ID:  <201811111819.wABIJwrN031480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 11 18:19:58 2018
New Revision: 484721
URL: https://svnweb.freebsd.org/changeset/ports/484721

Log:
  Update to 0.31.0
  
  Changes:	https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES

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

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Sun Nov 11 18:19:49 2018	(r484720)
+++ head/security/py-m2crypto/Makefile	Sun Nov 11 18:19:58 2018	(r484721)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	m2crypto
-PORTVERSION=	0.30.1
+PORTVERSION=	0.31.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 BUILD_DEPENDS=	swig3.0:devel/swig30
 
-PYDISTUTILS_BUILDARGS=	build_ext --include=${OPENSSLINC} --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python ssl
+USE_PYTHON=	autoplist concurrent distutils
+
+PYDISTUTILS_BUILDARGS=	build_ext --include=${OPENSSLINC} --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|swig\(', '-version\)|swig3.0\1|" ${WRKSRC}/setup.py

Modified: head/security/py-m2crypto/distinfo
==============================================================================
--- head/security/py-m2crypto/distinfo	Sun Nov 11 18:19:49 2018	(r484720)
+++ head/security/py-m2crypto/distinfo	Sun Nov 11 18:19:58 2018	(r484721)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525105659
-SHA256 (M2Crypto-0.30.1.tar.gz) = a1b2751cdadc6afac3df8a5799676b7b7c67a6ad144bb62d38563062e7cd3fc6
-SIZE (M2Crypto-0.30.1.tar.gz) = 1272599
+TIMESTAMP = 1541859312
+SHA256 (M2Crypto-0.31.0.tar.gz) = fd59a9705275d609948005f4cbcaf25f28a4271308237eb166169528692ce498
+SIZE (M2Crypto-0.31.0.tar.gz) = 1292016



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