diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-17 00:47:21 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-17 00:47:21 +0000 |
commit | 36a3856a809ca548546f10cff7be45111113f90e (patch) | |
tree | 9ac055b0ec887b75228529cd594e4b177f3a2d2e /security/lsh/Makefile | |
parent | 53f42dfe893bb683a27ea59e8656086789fafc42 (diff) |
Notes
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r-- | security/lsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 05c5fc0754df..c40c1cd3d38b 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= lsh -PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTVERSION= 2.0.3 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ @@ -15,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ |