svn commit: r480365 - head/security/py-certstream
Antoine Brodin
antoine at FreeBSD.org
Sat Sep 22 08:32:25 UTC 2018
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
More information about the svn-ports-all
mailing list