git: 2a75ee96476d - main - databases/py-rb: Update to 1.9.0

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


The branch main has been updated by sunpoet:

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

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

    databases/py-rb: Update to 1.9.0
    
    Changes:        https://github.com/getsentry/rb/releases
---
 databases/py-rb/Makefile | 8 +++++---
 databases/py-rb/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/databases/py-rb/Makefile b/databases/py-rb/Makefile
index a83ecdf110d1..084c17a8caf8 100644
--- a/databases/py-rb/Makefile
+++ b/databases/py-rb/Makefile
@@ -1,9 +1,8 @@
 # Created by: Tom Judge <tj at FreeBSD.org>
 
 PORTNAME=	rb
-PORTVERSION=	1.8
+PORTVERSION=	1.9.0
 CATEGORIES=	databases python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -11,11 +10,14 @@ COMMENT=	Redis blaster
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis2>=2.6<3.4:databases/py-redis2@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis2>=2.6<3.5:databases/py-redis2@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+GH_ACCOUNT=	getsentry
+USE_GITHUB=	yes
+
 .include <bsd.port.mk>
diff --git a/databases/py-rb/distinfo b/databases/py-rb/distinfo
index 059abafe53b4..a4b6c74adadc 100644
--- a/databases/py-rb/distinfo
+++ b/databases/py-rb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601319690
-SHA256 (rb-1.8.tar.gz) = c40ff38c560cff53350324948fa6f1998e67b37500c5f11f644dcaf3b85029f4
-SIZE (rb-1.8.tar.gz) = 20402
+TIMESTAMP = 1620405381
+SHA256 (getsentry-rb-1.9.0_GH0.tar.gz) = 7990b9f2a26a27bbae18c3fb78fa91038a3072ca02488f92ec1efbe2546a424a
+SIZE (getsentry-rb-1.9.0_GH0.tar.gz) = 168973


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