gnupg: enable the WKS server
Cristoph Lukas asked me why the WKS server was disabled, and I have no idea. It was added r462573, and that commit message and associated bug report don't list why --disable-wks-tools was added. (Folks, please use commit messages for writing, you know, messages.) We've been installing the gpg-wks-server manpage, so this commit enables the WKS server and installs the binary, and bumps PORTREVISION for it. While here, sort the plist.
This commit is contained in:
parent
bba3676688
commit
7684d5fde6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509948
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= gnupg
|
||||
PORTVERSION= 2.2.17
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNUPG
|
||||
|
||||
@ -28,8 +28,7 @@ USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2
|
||||
CONFLICTS= gnupg-2.0.* dirmngr-[0-9]*
|
||||
CPE_VENDOR= gnupg
|
||||
|
||||
CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \
|
||||
--enable-gpg-is-gpg2 --enable-symcryptrun
|
||||
CONFIGURE_ARGS= --disable-ntbtls --enable-gpg-is-gpg2 --enable-symcryptrun
|
||||
GNU_CONFIGURE= yes
|
||||
INFO= gnupg
|
||||
TEST_TARGET= check
|
||||
|
@ -1,10 +1,11 @@
|
||||
bin/gpg-agent
|
||||
bin/dirmngr
|
||||
bin/dirmngr-client
|
||||
bin/gpg-connect-agent
|
||||
bin/gpg-agent
|
||||
bin/gpgscm
|
||||
bin/gpgsm
|
||||
bin/gpgtar
|
||||
bin/gpg-connect-agent
|
||||
bin/gpg-wks-server
|
||||
bin/kbxutil
|
||||
%%SUID_GPG%%@(,,4555) bin/gpg2
|
||||
%%NO_SUID_GPG%%bin/gpg2
|
||||
|
Loading…
Reference in New Issue
Block a user