Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2019 23:40:41 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507921 - head/net/py-dpkt
Message-ID:  <201908022340.x72Nef13025102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Fri Aug  2 23:40:40 2019
New Revision: 507921
URL: https://svnweb.freebsd.org/changeset/ports/507921

Log:
  - Update to 1.9.2
  
  PR:		237418
  Reported by:	lwhsu
  Approved by:	myself

Modified:
  head/net/py-dpkt/Makefile
  head/net/py-dpkt/distinfo
  head/net/py-dpkt/pkg-descr

Modified: head/net/py-dpkt/Makefile
==============================================================================
--- head/net/py-dpkt/Makefile	Fri Aug  2 23:19:07 2019	(r507920)
+++ head/net/py-dpkt/Makefile	Fri Aug  2 23:40:40 2019	(r507921)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dpkt
-PORTVERSION=	1.9.1
+PORTVERSION=	1.9.2
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net/py-dpkt/distinfo
==============================================================================
--- head/net/py-dpkt/distinfo	Fri Aug  2 23:19:07 2019	(r507920)
+++ head/net/py-dpkt/distinfo	Fri Aug  2 23:40:40 2019	(r507921)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506074281
-SHA256 (dpkt-1.9.1.tar.gz) = c6a7ee878fa3d56e2c1fb44846f937046ba03b035da27382596e76f8d9f32967
-SIZE (dpkt-1.9.1.tar.gz) = 115253
+TIMESTAMP = 1564787799
+SHA256 (dpkt-1.9.2.tar.gz) = 52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54
+SIZE (dpkt-1.9.2.tar.gz) = 125532

Modified: head/net/py-dpkt/pkg-descr
==============================================================================
--- head/net/py-dpkt/pkg-descr	Fri Aug  2 23:19:07 2019	(r507920)
+++ head/net/py-dpkt/pkg-descr	Fri Aug  2 23:40:40 2019	(r507921)
@@ -1,4 +1,4 @@
 Python module for fast, simple packet creation / parsing, with definitions for
 the basic TCP/IP protocols.
 
-WWW: http://code.google.com/p/dpkt/
+WWW: https://github.com/kbandla/dpkt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908022340.x72Nef13025102>