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

(-)net/py-dpkt/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dpkt
3
PORTNAME=	dpkt
4
PORTVERSION=	1.9.1
4
PORTVERSION=	1.9.2
5
CATEGORIES=	net python
5
CATEGORIES=	net python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)net/py-dpkt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1506074281
1
TIMESTAMP = 1555776751
2
SHA256 (dpkt-1.9.1.tar.gz) = c6a7ee878fa3d56e2c1fb44846f937046ba03b035da27382596e76f8d9f32967
2
SHA256 (dpkt-1.9.2.tar.gz) = 52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54
3
SIZE (dpkt-1.9.1.tar.gz) = 115253
3
SIZE (dpkt-1.9.2.tar.gz) = 125532
(-)net/py-dpkt/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Python module for fast, simple packet creation / parsing, with definitions for
1
Python module for fast, simple packet creation / parsing, with definitions for
2
the basic TCP/IP protocols.
2
the basic TCP/IP protocols.
3
3
4
WWW: http://code.google.com/p/dpkt/
4
WWW: https://github.com/kbandla/dpkt

Return to bug 237418