View | Details | Raw Unified | Return to bug 237237 | Differences between
and this patch

Collapse All | Expand All

(-)databases/py-redis/Makefile (-5 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	redis
4
PORTNAME=	redis
5
PORTVERSION=	2.10.6
5
PORTVERSION=	3.2.1
6
CATEGORIES=	databases python
6
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
9
MAINTAINER=	koobs@FreeBSD.org
10
MAINTAINER=	koobs@FreeBSD.org
Lines 23-32 Link Here
23
USES=		python
24
USES=		python
24
USE_PYTHON=	distutils autoplist concurrent
25
USE_PYTHON=	distutils autoplist concurrent
25
26
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	andymccurdy
28
GH_PROJECT=	${PORTNAME}-py
29
30
NO_ARCH=	yes
27
NO_ARCH=	yes
31
28
32
# Needs redis-server to be running
29
# Needs redis-server to be running
(-)databases/py-redis/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1508148992
1
TIMESTAMP = 1552741956
2
SHA256 (andymccurdy-redis-py-2.10.6_GH0.tar.gz) = e28e24539d6590a8b88498f2d30f7fe3e2be1171d7a91fe1fa6c5b6982519015
2
SHA256 (redis-3.2.1.tar.gz) = 8ca418d2ddca1b1a850afa1680a7d2fd1f3322739271de4b704e0d4668449273
3
SIZE (andymccurdy-redis-py-2.10.6_GH0.tar.gz) = 94869
3
SIZE (redis-3.2.1.tar.gz) = 124692

Return to bug 237237