git: c94e51eda5c7 - main - devel/py-frozendict: Update to 2.0.2

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:52:17 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c94e51eda5c716e901772f278484c125b8c70c1f

commit c94e51eda5c716e901772f278484c125b8c70c1f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:15:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:08 +0000

    devel/py-frozendict: Update to 2.0.2
    
    Changes:        https://github.com/Marco-Sulla/python-frozendict/releases
---
 devel/py-frozendict/Makefile  | 8 ++++++--
 devel/py-frozendict/distinfo  | 6 +++---
 devel/py-frozendict/pkg-descr | 2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile
index 4b16af5d260f..d74eef74beed 100644
--- a/devel/py-frozendict/Makefile
+++ b/devel/py-frozendict/Makefile
@@ -1,9 +1,9 @@
 # Created by: Brendan Molloy <brendan+freebsd at bbqsrc.net>
 
 PORTNAME=	frozendict
-PORTVERSION=	1.2
+PORTVERSION=	2.0.2
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -17,4 +17,8 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+GH_ACCOUNT=	Marco-Sulla
+GH_PROJECT=	python-frozendict
+USE_GITHUB=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/py-frozendict/distinfo b/devel/py-frozendict/distinfo
index f15cab80e84e..7769ee65f291 100644
--- a/devel/py-frozendict/distinfo
+++ b/devel/py-frozendict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524259656
-SHA256 (frozendict-1.2.tar.gz) = 774179f22db2ef8a106e9c38d4d1f8503864603db08de2e33be5b778230f6e45
-SIZE (frozendict-1.2.tar.gz) = 2650
+TIMESTAMP = 1620405401
+SHA256 (Marco-Sulla-python-frozendict-v2.0.2_GH0.tar.gz) = f0d8dbbdd44f5a1ceb6254d90cdb13b0035a71186ccd205cc25437898d5bc0ae
+SIZE (Marco-Sulla-python-frozendict-v2.0.2_GH0.tar.gz) = 1005681
diff --git a/devel/py-frozendict/pkg-descr b/devel/py-frozendict/pkg-descr
index d62c68ee07c5..f9306744e6b5 100644
--- a/devel/py-frozendict/pkg-descr
+++ b/devel/py-frozendict/pkg-descr
@@ -14,4 +14,4 @@ The only difference is that the copy() method of frozendict takes variable
 keyword arguments, which will be present as key/value pairs in the new,
 immutable copy.
 
-WWW: https://github.com/slezica/python-frozendict
+WWW: https://github.com/Marco-Sulla/python-frozendict


More information about the dev-commits-ports-all mailing list