svn commit: r539906 - head/security/libssh

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 22 19:34:56 UTC 2020


Author: sunpoet
Date: Mon Jun 22 19:34:55 2020
New Revision: 539906
URL: https://svnweb.freebsd.org/changeset/ports/539906

Log:
  Take maintainership

Modified:
  head/security/libssh/Makefile

Modified: head/security/libssh/Makefile
==============================================================================
--- head/security/libssh/Makefile	Mon Jun 22 19:34:50 2020	(r539905)
+++ head/security/libssh/Makefile	Mon Jun 22 19:34:55 2020	(r539906)
@@ -4,9 +4,9 @@
 PORTNAME=	libssh
 DISTVERSION=	0.9.4
 CATEGORIES=	security devel
-MASTER_SITES=	https://www.libssh.org/files/0.9/
+MASTER_SITES=	https://www.libssh.org/files/${PORTVERSION:R}/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library implementing the SSH2 protocol
 
 LICENSE=	LGPL21
@@ -20,7 +20,7 @@ CMAKE_OFF=	WITH_EXAMPLES
 OPTIONS_DEFINE=	GSSAPI STATIC ZLIB
 OPTIONS_RADIO=	CRYPTO
 OPTIONS_RADIO_CRYPTO=	GCRYPT OPENSSL
-OPTIONS_DEFAULT=	GSSAPI OPENSSL STATIC ZLIB
+OPTIONS_DEFAULT=GSSAPI OPENSSL STATIC ZLIB
 OPTIONS_SUB=	yes
 
 GCRYPT_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \


More information about the svn-ports-all mailing list