svn commit: r305561 - head/security/libssh2

Sofian Brabez sbz at FreeBSD.org
Tue Oct 9 06:28:14 UTC 2012


Author: sbz
Date: Mon Oct  8 22:51:50 2012
New Revision: 305561
URL: http://svn.freebsd.org/changeset/ports/305561

Log:
  - Update MASTER_SITES
  - Remove options description already in Mk/bsd.options.desc.mk

Modified:
  head/security/libssh2/Makefile   (contents, props changed)

Modified: head/security/libssh2/Makefile
==============================================================================
--- head/security/libssh2/Makefile	Mon Oct  8 22:47:56 2012	(r305560)
+++ head/security/libssh2/Makefile	Mon Oct  8 22:51:50 2012	(r305561)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	libssh2
-# Date created:		2005-04-07
-# Whom:			Alexander Leidinger <netchild at freebsd.org>
-#
+# Whom:	Alexander Leidinger <netchild at freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libssh2
 PORTVERSION=	1.4.2
 PORTEPOCH=	2
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.libssh2.org/download/ \
-		${MASTER_SITE_LOCAL:S,%SUBDIR%,sbz,}
+		LOCAL/sbz
 
 MAINTAINER=	sbz at FreeBSD.org
 COMMENT=	A library implementing the SSH2 protocol
@@ -26,9 +22,9 @@ USE_LDCONFIG=	yes
 OPTIONS_DEFINE=	GCRYPT TRACE ZLIB
 OPTIONS_DEFAULT=	ZLIB
 
-GCRYPT_DESC=	Use libgcrypt instead of OpenSSL
+.include <bsd.port.options.mk>
+
 TRACE_DESC=	Enable debug packet traces
-ZLIB_DESC=	Enable compression
 
 .include <bsd.port.pre.mk>
 
@@ -217,7 +213,7 @@ MAN3=	libssh2_agent_connect.3 \
 	libssh2_version.3
 
 # allow maintainer to generate MAN3 manpages list (make extract is required before)
-x-generate-man3:
+x-generate-man3: extract
 	@(cd ${WRKSRC}/docs && ${LS} -1F *.3 | ${SORT} | ${CUT} -d '/' -f4 \
 		| ${GREP} -v template)
 



More information about the svn-ports-all mailing list