Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 08:32:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480365 - head/security/py-certstream
Message-ID:  <201809220832.w8M8WPgL056847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 22 08:32:24 2018
New Revision: 480365
URL: https://svnweb.freebsd.org/changeset/ports/480365

Log:
  Update to 1.10

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

Modified: head/security/py-certstream/Makefile
==============================================================================
--- head/security/py-certstream/Makefile	Sat Sep 22 08:26:51 2018	(r480364)
+++ head/security/py-certstream/Makefile	Sat Sep 22 08:32:24 2018	(r480365)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	certstream
-PORTVERSION=	1.9
-PORTREVISION=	1
+PORTVERSION=	1.10
 CATEGORIES=	security www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,5 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel
 NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist concurrent
+
+post-patch:
+	@${REINPLACE_CMD} 's,==.*,,' ${WRKSRC}/requirements.txt
 
 .include <bsd.port.mk>

Modified: head/security/py-certstream/distinfo
==============================================================================
--- head/security/py-certstream/distinfo	Sat Sep 22 08:26:51 2018	(r480364)
+++ head/security/py-certstream/distinfo	Sat Sep 22 08:32:24 2018	(r480365)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525354256
-SHA256 (certstream-1.9.tar.gz) = 9499be570ff1df4e3f6efa589ace7a6eb11d0820a3a9527a9f3162e3bb4f4c06
-SIZE (certstream-1.9.tar.gz) = 8824
+TIMESTAMP = 1537604749
+SHA256 (certstream-1.10.tar.gz) = 566d59ceda3371ce5093fa985d6b6b5f11413cb3e4afa25311a890b524695548
+SIZE (certstream-1.10.tar.gz) = 9514



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