Take maintainership
This commit is contained in:
parent
0d2d5222d6
commit
039c857722
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539906
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
PORTNAME= libssh
|
PORTNAME= libssh
|
||||||
DISTVERSION= 0.9.4
|
DISTVERSION= 0.9.4
|
||||||
CATEGORIES= security devel
|
CATEGORIES= security devel
|
||||||
MASTER_SITES= https://www.libssh.org/files/0.9/
|
MASTER_SITES= https://www.libssh.org/files/${PORTVERSION:R}/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Library implementing the SSH2 protocol
|
COMMENT= Library implementing the SSH2 protocol
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
@ -20,7 +20,7 @@ CMAKE_OFF= WITH_EXAMPLES
|
||||||
OPTIONS_DEFINE= GSSAPI STATIC ZLIB
|
OPTIONS_DEFINE= GSSAPI STATIC ZLIB
|
||||||
OPTIONS_RADIO= CRYPTO
|
OPTIONS_RADIO= CRYPTO
|
||||||
OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL
|
OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL
|
||||||
OPTIONS_DEFAULT= GSSAPI OPENSSL STATIC ZLIB
|
OPTIONS_DEFAULT=GSSAPI OPENSSL STATIC ZLIB
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
||||||
|
|
Loading…
Reference in a new issue