From owner-svn-ports-head@freebsd.org Fri Aug 2 23:40:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCD4EBEC34; Fri, 2 Aug 2019 23:40:41 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 460kDn5YgCz4dvW; Fri, 2 Aug 2019 23:40:41 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A07C2A207; Fri, 2 Aug 2019 23:40:41 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x72NefoI025105; Fri, 2 Aug 2019 23:40:41 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x72Nef13025102; Fri, 2 Aug 2019 23:40:41 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201908022340.x72Nef13025102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Fri, 2 Aug 2019 23:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507921 - head/net/py-dpkt X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: head/net/py-dpkt X-SVN-Commit-Revision: 507921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2019 23:40:41 -0000 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