From owner-svn-ports-head@freebsd.org Wed Sep 14 19:17:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1E9CBD6DF3; Wed, 14 Sep 2016 19:17:09 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id A736F1695; Wed, 14 Sep 2016 19:17:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8EJH8L1073352; Wed, 14 Sep 2016 19:17:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8EJH8HX073350; Wed, 14 Sep 2016 19:17:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609141917.u8EJH8HX073350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 14 Sep 2016 19:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422152 - head/net/py-dpkt X-SVN-Group: ports-head 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.23 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: Wed, 14 Sep 2016 19:17:10 -0000 Author: antoine Date: Wed Sep 14 19:17:08 2016 New Revision: 422152 URL: https://svnweb.freebsd.org/changeset/ports/422152 Log: Unbreak by updating to 1.8.8 and switching to CHEESESHOP Modified: head/net/py-dpkt/Makefile head/net/py-dpkt/distinfo Modified: head/net/py-dpkt/Makefile ============================================================================== --- head/net/py-dpkt/Makefile Wed Sep 14 19:13:07 2016 (r422151) +++ head/net/py-dpkt/Makefile Wed Sep 14 19:17:08 2016 (r422152) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= dpkt -PORTVERSION= 1.8 +PORTVERSION= 1.8.8 CATEGORIES= net python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sbz@FreeBSD.org @@ -12,23 +12,15 @@ COMMENT= Python fast, simple packet crea LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) - USES= python USE_PYTHON= distutils autoplist pythonprefix OPTIONS_DEFINE= DOCS EXAMPLES -PORTDOCS= AUTHORS CHANGES HACKING PKG-INFO README -PORTEXAMPLES= * +PORTDOCS= AUTHORS CHANGES PKG-INFO README.rst post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - -regression-test: extract - @(cd ${WRKSRC} && ${PYTHON_CMD} tests/test-perf2.py) .include Modified: head/net/py-dpkt/distinfo ============================================================================== --- head/net/py-dpkt/distinfo Wed Sep 14 19:13:07 2016 (r422151) +++ head/net/py-dpkt/distinfo Wed Sep 14 19:17:08 2016 (r422152) @@ -1,2 +1,3 @@ -SHA256 (dpkt-1.8.tar.gz) = c56de2f9dc2f4654a356de0f0d458bb7b1c86c374988e8b4f358556f7dbe0507 -SIZE (dpkt-1.8.tar.gz) = 76311 +TIMESTAMP = 1473874463 +SHA256 (dpkt-1.8.8.tar.gz) = d99525e534266818ecd122052f4086c684a88491c8073a848193bbf13ed69800 +SIZE (dpkt-1.8.8.tar.gz) = 102074