diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-11-03 13:10:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-01-01 06:22:15 +0000 |
commit | 1ce5e43e9408835b52ad7451569b6b8b1453a3b0 (patch) | |
tree | 6ed16a1cafa28468e8ba296c15e7b0d160867953 /sysutils/pass-secrets/Makefile | |
parent | 0fe69d9ac0d518dcea008bfd49ee5d7cb7b9fd57 (diff) | |
download | ports-1ce5e43e9408835b52ad7451569b6b8b1453a3b0.tar.gz ports-1ce5e43e9408835b52ad7451569b6b8b1453a3b0.zip |
Diffstat (limited to 'sysutils/pass-secrets/Makefile')
-rw-r--r-- | sysutils/pass-secrets/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pass-secrets/Makefile b/sysutils/pass-secrets/Makefile index e55f5d17ff95..ef026985d239 100644 --- a/sysutils/pass-secrets/Makefile +++ b/sysutils/pass-secrets/Makefile @@ -1,5 +1,5 @@ PORTNAME= pass-secrets -PORTVERSION= s20230220 +PORTVERSION= s20231103 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org @@ -15,9 +15,9 @@ RUN_DEPENDS= pass:sysutils/password-store USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= nullobsi -GH_TAGNAME= 7220576 -CMAKE_OFF= INSTALL_DBUS_SERVICE -PLIST_FILES= bin/${PORTNAME} +GH_TAGNAME= 0423a84 +PLIST_FILES= bin/${PORTNAME} \ + share/dbus-1/services/si.nullob.pass-secrets.service post-patch: @${REINPLACE_CMD} '/systemd/d' ${WRKSRC}/CMakeLists.txt |