Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 09:12:27 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447536 - in head/security: py-acme py-certbot
Message-ID:  <201708080912.v789CR1a094021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Aug  8 09:12:27 2017
New Revision: 447536
URL: https://svnweb.freebsd.org/changeset/ports/447536

Log:
  security/py-{acme,certbot}: Update to 0.17.0
  
  Common:
  
  - Update PORTVERSION and distinfo checksum (0.17.0)
  
  py-certbot:
  
  - Silence explicitly called command
  
  Changelog: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0170---2017-08-02
  
  Approved by:	koobs (maintainer, py-certbot)
  Differential Revision:	https://reviews.freebsd.org/D11916

Modified:
  head/security/py-acme/Makefile
  head/security/py-acme/distinfo
  head/security/py-certbot/Makefile
  head/security/py-certbot/distinfo

Modified: head/security/py-acme/Makefile
==============================================================================
--- head/security/py-acme/Makefile	Tue Aug  8 09:01:17 2017	(r447535)
+++ head/security/py-acme/Makefile	Tue Aug  8 09:12:27 2017	(r447536)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	acme
-PORTVERSION=	0.16.0
+PORTVERSION=	0.17.0
 PORTEPOCH=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP

Modified: head/security/py-acme/distinfo
==============================================================================
--- head/security/py-acme/distinfo	Tue Aug  8 09:01:17 2017	(r447535)
+++ head/security/py-acme/distinfo	Tue Aug  8 09:12:27 2017	(r447536)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499421068
-SHA256 (acme-0.16.0.tar.gz) = 538b69134cc50bdcdcc081b844c85158509022c61d7abc1f44216beeb95de9cd
-SIZE (acme-0.16.0.tar.gz) = 94118
+TIMESTAMP = 1502133910
+SHA256 (acme-0.17.0.tar.gz) = 3ccbe4aaeb98c77b98ee4093b4e4adb76a1a24cbdfec0130c489c206f1d9b66e
+SIZE (acme-0.17.0.tar.gz) = 94676

Modified: head/security/py-certbot/Makefile
==============================================================================
--- head/security/py-certbot/Makefile	Tue Aug  8 09:01:17 2017	(r447535)
+++ head/security/py-certbot/Makefile	Tue Aug  8 09:12:27 2017	(r447536)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	certbot
-PORTVERSION=	0.16.0
-PORTREVISION=	1
+PORTVERSION=	0.17.0
 PORTEPOCH=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
@@ -36,7 +35,7 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 post-patch:
-	${REINPLACE_CMD} \
+	@${REINPLACE_CMD} \
 		-e 's|/etc/|${LOCALBASE}/etc/|' \
 		-e 's|/var/lib|/var/db|' \
 		${WRKSRC}/${PORTNAME}/constants.py

Modified: head/security/py-certbot/distinfo
==============================================================================
--- head/security/py-certbot/distinfo	Tue Aug  8 09:01:17 2017	(r447535)
+++ head/security/py-certbot/distinfo	Tue Aug  8 09:12:27 2017	(r447536)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499421236
-SHA256 (certbot-0.16.0.tar.gz) = 795801fd6b06b32060e364ac045312e6b26c6272d5ca32878277e5a2afdee186
-SIZE (certbot-0.16.0.tar.gz) = 269600
+TIMESTAMP = 1502134062
+SHA256 (certbot-0.17.0.tar.gz) = 43f5b26c3f314d14babf79a3bdf3522e4fc9eef867a0681c426f113c650a669c
+SIZE (certbot-0.17.0.tar.gz) = 274054



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