Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 19:17:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422152 - head/net/py-dpkt
Message-ID:  <201609141917.u8EJH8HX073350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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