mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
misc/swissfileknife: update the port to version 1.9.9.0
Install the SFK Micro Tracing Kernel (MTK) while I'm here.
This commit is contained in:
parent
378ffe082e
commit
59b71a0036
2 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= swissfileknife
|
||||
PORTVERSION= 1.9.8.2
|
||||
PORTVERSION= 1.9.9.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF/${PORTNAME}/1-${PORTNAME}/${PORTVERSION}
|
||||
DISTNAME= sfk-${PORTVERSION:R}
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -DVER_STR_OS=\\\"${OPSYS:tl}-${ARCH}\\\"
|
||||
|
||||
PLIST_FILES= bin/sfk
|
||||
PLIST_FILES= bin/sfk ${DATADIR_REL}/mtk.tar.gz
|
||||
PORTDOCS= ChangeLog README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -28,6 +28,10 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e '/_STDINT_H/,+6d' ${WRKSRC}/sfkmatch.hpp
|
||||
@${REINPLACE_CMD} -e 's,^ *register, ,' ${WRKSRC}/sfkpack.cpp
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${TAR} czvf ${STAGEDIR}${DATADIR}/mtk.tar.gz -C ${WRKSRC} mtk
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1663690424
|
||||
SHA256 (sfk-1.9.8.tar.gz) = 051e6b81d9da348f19de906b6696882978d8b2c360b01d5447c5d4664aefe40c
|
||||
SIZE (sfk-1.9.8.tar.gz) = 1235643
|
||||
TIMESTAMP = 1692086907
|
||||
SHA256 (sfk-1.9.9.tar.gz) = 49cd73283495a254f8659cb0d96983239c34618892064c318b0c2d19861c7910
|
||||
SIZE (sfk-1.9.9.tar.gz) = 1254116
|
||||
|
|
Loading…
Add table
Reference in a new issue