Skip to content

Commit

Permalink
sysutils/fusefs-securefs: Update to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 21, 2023
1 parent a71f6f1 commit 1e9f8e5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 47 deletions.
23 changes: 13 additions & 10 deletions sysutils/fusefs-securefs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= securefs
PORTVERSION= 0.12.0
PORTREVISION= 1
DISTVERSION= 0.14.3
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-

Expand All @@ -11,19 +10,23 @@ WWW= https://github.com/netheril96/securefs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

BROKEN= does not build

BUILD_DEPENDS= ${LOCALBASE}/include/tclap/TCLAPConfig.h:devel/tclap
LIB_DEPENDS= libutf8proc.so:textproc/utf8proc \
libjsoncpp.so:devel/jsoncpp
libargon2.so:security/libargon2 \
libjsoncpp.so:devel/jsoncpp \
libcryptopp.so:security/cryptopp \
libabsl_strings.so:devel/abseil

USES= cmake compiler:c++17-lang fuse pkgconfig

USES= cmake compiler:c++11-lang fuse
LDFLAGS+= -L${LOCALBASE}/lib -lutf8proc -ljsoncpp
USE_GITHUB= yes
GH_ACCOUNT= netheril96

PLIST_FILES= bin/securefs

post-patch:
${REINPLACE_CMD} "s|@GIT_VERSION@|${PORTVERSION}|" ${WRKSRC}/sources/git-version.cpp.in
${MV} ${WRKSRC}/sources/git-version.cpp.in ${WRKSRC}/sources/git-version.cpp
CMAKE_OFF= SECUREFS_ENABLE_BUILD_TEST \
SECUREFS_ENABLE_UNIT_TEST \
SECUREFS_USE_VCPKG
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions sysutils/fusefs-securefs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1635075069
SHA256 (netheril96-securefs-0.12.0_GH0.tar.gz) = 309af1fe64584fe916d6a2a6e1a2ef988a05f0015bf416bf6e0729cc3865797c
SIZE (netheril96-securefs-0.12.0_GH0.tar.gz) = 1896516
TIMESTAMP = 1697868086
SHA256 (netheril96-securefs-0.14.3_GH0.tar.gz) = 3323e027fc4399dbbaf2a2e5cde11dae4b4e19ff08b2f9208dc6742a9f2f0611
SIZE (netheril96-securefs-0.14.3_GH0.tar.gz) = 419328
12 changes: 0 additions & 12 deletions sysutils/fusefs-securefs/files/patch-CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions sysutils/fusefs-securefs/files/patch-sources_commands.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions sysutils/fusefs-securefs/files/patch-sources_mystring.cpp

This file was deleted.

0 comments on commit 1e9f8e5

Please sign in to comment.