Unbreak by updating to 1.8.8 and switching to CHEESESHOP
This commit is contained in:
parent
8b20e983f7
commit
20c3eb3516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422152
2 changed files with 6 additions and 13 deletions
|
@ -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 creation / parsing module
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue