mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Update to 2.6.1-34
This commit is contained in:
parent
ce73bbecfb
commit
2e7cd482df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493884
@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= volatility
|
||||
PORTVERSION= 2.6
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.6.1-34
|
||||
DISTVERSIONSUFFIX= -g753bfa87
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
@ -21,23 +20,27 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 shebangfix zip
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= volatilityfoundation
|
||||
|
||||
USES= python:2.7 shebangfix
|
||||
USE_PYTHON= distutils autoplist
|
||||
SHEBANG_FILES= tools/*.py tools/mac/*.py
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
WRKSRC= ${WRKDIR}/volatility-master
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}
|
||||
NO_ARCH= yes
|
||||
PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt README.txt
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR}
|
||||
|
||||
post-install-DOCS-on:
|
||||
post-patch:
|
||||
${TOUCH} ${WRKSRC}/contrib/plugins/aspaces/__init__.py \
|
||||
${WRKSRC}/contrib/plugins/malware/__init__.py
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1483110602
|
||||
SHA256 (volatility-2.6.zip) = 5b73050d72bf94870ffce22843f03d4b0b7764011dec29ef1a0a5b1b46cf9295
|
||||
SIZE (volatility-2.6.zip) = 4179806
|
||||
TIMESTAMP = 1551046207
|
||||
SHA256 (volatilityfoundation-volatility-2.6.1-34-g753bfa87_GH0.tar.gz) = b4ae3ae17a9494ae4ade1956c265ef259b03679d0f32fa42a32dedccc37c9fcf
|
||||
SIZE (volatilityfoundation-volatility-2.6.1-34-g753bfa87_GH0.tar.gz) = 5576611
|
||||
|
Loading…
Reference in New Issue
Block a user