View | Details | Raw Unified | Return to bug 252211
Collapse All | Expand All

(-)www/py-hpack/Makefile (-4 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	hpack
4
PORTNAME=	hpack
5
PORTVERSION=	3.0.0
5
PORTVERSION=	4.0.0
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
19
post-extract:
20
	${REINPLACE_CMD} -e 's/RFC 7541 ../RFC 7541 section/' ${WRKSRC}/HISTORY.rst
21
22
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)www/py-hpack/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1491954952
1
TIMESTAMP = 1609082781
2
SHA256 (hpack-3.0.0.tar.gz) = 8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2
2
SHA256 (hpack-4.0.0.tar.gz) = fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095
3
SIZE (hpack-3.0.0.tar.gz) = 43321
3
SIZE (hpack-4.0.0.tar.gz) = 49117

Return to bug 252211