Skip to content

Commit

Permalink
misc/swissfileknife: update the port to version 1.9.9.0
Browse files Browse the repository at this point in the history
Install the SFK Micro Tracing Kernel (MTK) while I'm here.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Sep 1, 2023
1 parent 378ffe0 commit 59b71a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions misc/swissfileknife/Makefile
@@ -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}
Expand All @@ -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
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions misc/swissfileknife/distinfo
@@ -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

0 comments on commit 59b71a0

Please sign in to comment.