Update to 20160111
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pytsk
|
||||
PORTVERSION= 20150406
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20160111
|
||||
CATEGORIES= sysutils security devel python
|
||||
MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \
|
||||
MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}${EXTRACT_SUFX}/ \
|
||||
LOCAL/antoine
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@@ -18,24 +17,11 @@ LIB_DEPENDS= libtsk.so:${PORTSDIR}/sysutils/sleuthkit
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= python shebangfix tar:tgz
|
||||
SHEBANG_FILES= samples/*.py
|
||||
python_OLD_CMD= .*
|
||||
USES= python tar:tgz
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
PORTDOCS= README
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|"/", "usr", "local"|"${LOCALBASE}"|' \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (pytsk-20150406.tgz) = dfd5306a63c6aa4875af6e3540be10e91721844256d0a0c1054b63050e9c093e
|
||||
SIZE (pytsk-20150406.tgz) = 103477
|
||||
SHA256 (pytsk-20160111.tgz) = 7f05965b82ccc724a3d56ec31e3cd6e8e6e869add0bd8eff70927640cc01a187
|
||||
SIZE (pytsk-20160111.tgz) = 92570
|
||||
|
||||
Reference in New Issue
Block a user