Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 17:55:26 +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: r553040 - head/devel/py-click
Message-ID:  <202010221755.09MHtQJk061662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 22 17:55:26 2020
New Revision: 553040
URL: https://svnweb.freebsd.org/changeset/ports/553040

Log:
  Update to 7.1.2
  
  Changes:	https://github.com/pallets/click/releases
  		https://github.com/pallets/click/blob/master/CHANGES.rst
  PR:		250108
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 18 days)

Modified:
  head/devel/py-click/Makefile
  head/devel/py-click/distinfo

Modified: head/devel/py-click/Makefile
==============================================================================
--- head/devel/py-click/Makefile	Thu Oct 22 17:55:21 2020	(r553039)
+++ head/devel/py-click/Makefile	Thu Oct 22 17:55:26 2020	(r553040)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	click
-PORTVERSION=	7.0
+PORTVERSION=	7.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	Click-${PORTVERSION}
 
 MAINTAINER=	robak@FreeBSD.org
 COMMENT=	Python package for creating command line interfaces

Modified: head/devel/py-click/distinfo
==============================================================================
--- head/devel/py-click/distinfo	Thu Oct 22 17:55:21 2020	(r553039)
+++ head/devel/py-click/distinfo	Thu Oct 22 17:55:26 2020	(r553040)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551680094
-SHA256 (Click-7.0.tar.gz) = 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
-SIZE (Click-7.0.tar.gz) = 286192
+TIMESTAMP = 1598529882
+SHA256 (click-7.1.2.tar.gz) = d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
+SIZE (click-7.1.2.tar.gz) = 297279



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