summaryrefslogtreecommitdiff
path: root/security/gpg-tui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gpg-tui/Makefile')
-rw-r--r--security/gpg-tui/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile
index c568faeae234..c22c53c3d666 100644
--- a/security/gpg-tui/Makefile
+++ b/security/gpg-tui/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gpg-tui
DISTVERSIONPREFIX= v
-DISTVERSION= 0.11.0
-PORTREVISION= 11
+DISTVERSION= 0.11.1
CATEGORIES= security
MAINTAINER= se@FreeBSD.org
@@ -12,10 +11,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= gpgme>=1.7.0:security/gpgme
-LIB_DEPENDS= libassuan.so:security/libassuan \
- libgpg-error.so:security/libgpg-error \
- libxcb.so:x11/libxcb \
- libxkbcommon.so:x11/libxkbcommon
+LIB_DEPENDS= libgpg-error.so:security/libgpg-error
+
RUN_DEPENDS= gpg:security/gnupg \
gpgme>=1.7.0:security/gpgme
@@ -27,9 +24,12 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_FILES= bin/gpg-tui \
bin/gpg-tui-completions \
- share/man/man1/gpg-tui.1.gz
+ share/man/man1/gpg-tui.1.gz \
+ share/man/man1/gpg-tui.toml.5.gz
+
post-install:
${INSTALL_DATA} ${WRKSRC}/man/gpg-tui.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+ ${INSTALL_DATA} ${WRKSRC}/man/gpg-tui.toml.5 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>