aboutsummaryrefslogtreecommitdiff
path: root/security/hpn-ssh/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-07-11 23:53:08 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-07-11 23:53:08 +0000
commitd3fa98c5650e3e0f3399f43a9e72d7add468f8b4 (patch)
tree17dc24f1fd48dff85912988d57fa59505b5de61e /security/hpn-ssh/Makefile
parent6e1d53e949bd95bbf67a2219bf517d8a0183b4ee (diff)
Notes
Diffstat (limited to 'security/hpn-ssh/Makefile')
-rw-r--r--security/hpn-ssh/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 8e45f26fc9c5..b258edcdb46f 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -6,21 +6,17 @@
#
PORTNAME= hpn-ssh
-PORTVERSION= 3.9.0.1
+PORTVERSION= 3.9.0.1.${HPNVERSION}
PORTEPOCH= 1
-.if defined(WITH_NONE_CIPHER)
-PORTREVISON= 1
-.endif
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \
ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/
PKGNAMESUFFIX?= ${GSSAPI_SUFFIX}${BASE_SUFFIX}
DISTNAME= openssh-${OPENSSHVERSION}
+PATCHFILES+= openssh-${OPENSSHVERSION}-hpn${HPNVERSION}.diff
.if defined(WITH_NONE_CIPHER)
-PATCHFILES= openssh-${OPENSSHVERSION}-hpn-none-p2.diff
-.else
-PATCHFILES= openssh-${OPENSSHVERSION}-hpn.diff
+PATCHFILES+= openssh-${OPENSSHVERSION}-hpn${HPNVERSION}-none.diff
.endif
PATCH_SITES= http://www.psc.edu/networking/projects/hpn-ssh/
PATCH_DIST_STRIP=-p1
@@ -28,6 +24,7 @@ PATCH_DIST_STRIP=-p1
MAINTAINER= brooks@FreeBSD.org
COMMENT= High Performance Enabled SSH/SCP
+HPNVERSION= 11
OPENSSHVERSION= 3.9p1
WRKSRC= ${WRKDIR}/openssh-${OPENSSHVERSION}