Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 15:34:19 +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: r486421 - head/security/py-certifi
Message-ID:  <201812021534.wB2FYJrs077409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  2 15:34:19 2018
New Revision: 486421
URL: https://svnweb.freebsd.org/changeset/ports/486421

Log:
  Update to 2018.11.29
  
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/certifi/python-certifi/commits/master

Modified:
  head/security/py-certifi/Makefile
  head/security/py-certifi/distinfo
  head/security/py-certifi/pkg-descr

Modified: head/security/py-certifi/Makefile
==============================================================================
--- head/security/py-certifi/Makefile	Sun Dec  2 15:34:10 2018	(r486420)
+++ head/security/py-certifi/Makefile	Sun Dec  2 15:34:19 2018	(r486421)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	certifi
-PORTVERSION=	2018.4.16
+PORTVERSION=	2018.11.29
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	python@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Mozilla SSL certificates
 
 LICENSE=	MPL20
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-certifi/distinfo
==============================================================================
--- head/security/py-certifi/distinfo	Sun Dec  2 15:34:10 2018	(r486420)
+++ head/security/py-certifi/distinfo	Sun Dec  2 15:34:19 2018	(r486421)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523979002
-SHA256 (certifi-2018.4.16.tar.gz) = 13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7
-SIZE (certifi-2018.4.16.tar.gz) = 149967
+TIMESTAMP = 1543683452
+SHA256 (certifi-2018.11.29.tar.gz) = 47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7
+SIZE (certifi-2018.11.29.tar.gz) = 153772

Modified: head/security/py-certifi/pkg-descr
==============================================================================
--- head/security/py-certifi/pkg-descr	Sun Dec  2 15:34:10 2018	(r486420)
+++ head/security/py-certifi/pkg-descr	Sun Dec  2 15:34:19 2018	(r486421)
@@ -1,3 +1,8 @@
-Certifi: Python Mozilla's SSL Certificates.
+Certifi is a carefully curated collection of Root Certificates for validating
+the trustworthiness of SSL certificates while verifying the identity of TLS
+hosts. It has been extracted from the Requests project.
 
-WWW: https://pypi.org/project/certifi/
+This MPL Licensed CA Bundle is extracted from the Mozilla Included CA
+Certificate List.
+
+WWW: https://certifi.io/



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