diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-10-17 13:27:18 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-10-17 13:27:18 +0000 |
commit | 3d5fa7b9974c898a9eb46b7e177857719996ef9a (patch) | |
tree | 0b67a602a478aef1813e90e995fcb39529ad9f13 /security/openssh-portable | |
parent | 3ec1c482f40e0bf2a6759838ac4e9ab6d27ab8d4 (diff) | |
download | ports-3d5fa7b9974c898a9eb46b7e177857719996ef9a.tar.gz ports-3d5fa7b9974c898a9eb46b7e177857719996ef9a.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 6 | ||||
-rw-r--r-- | security/openssh-portable/distinfo | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index d56a58976246..9c49b1691e7c 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -147,7 +147,7 @@ BROKEN= HPN and LPK patches are incompatible .if defined(WITH_HPN) PATCH_DIST_STRIP= -p1 PATCH_SITES+= http://www.psc.edu/networking/projects/hpn-ssh/ -PATCHFILES+= openssh-4.4p1-hpn.diff.gz +PATCHFILES+= openssh-4.4p1-hpn12v11.diff.gz .endif .if defined(WITH_LPK) @@ -218,6 +218,10 @@ post-patch: ${WRKSRC}/version.h @${ECHO_CMD} '#define SSH_RELEASE TMP_SSH_VERSION SSH_PORTABLE FREEBSD_PORT_VERSION' >> \ ${WRKSRC}/version.h +.if defined(WITH_HPN) + @${REINPLACE_CMD} -e 's|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|' \ + ${WRKSRC}/version.h +.endif pre-install: .if defined(WITH_OVERWRITE_BASE) diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index e27c1848bfb0..83ed5d847fae 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -4,9 +4,6 @@ SIZE (openssh-4.4p1.tar.gz) = 1044334 MD5 (openssh-4.4p1-gsskex-20061002.patch) = 61e8573f7192eb1ff26036f486db445a SHA256 (openssh-4.4p1-gsskex-20061002.patch) = cc21b7038589be27924bdc0ba163cf059ea1f0b7b65d0f8d7ddc015cac6d9ac4 SIZE (openssh-4.4p1-gsskex-20061002.patch) = 69152 -MD5 (openssh-4.4p1-hpn.diff.gz) = d5f07fcb10360b52bdcacf3c7de803b6 -SHA256 (openssh-4.4p1-hpn.diff.gz) = 6febe17260ff66a8dbb7b466252889f855dcc5dec50c93eff25050839cf65977 -SIZE (openssh-4.4p1-hpn.diff.gz) = 16258 -MD5 (openssh-lpk-4.3p1-0.3.7.patch) = d9eacb819a73daddb3d21ca7aa8e5c25 -SHA256 (openssh-lpk-4.3p1-0.3.7.patch) = 0bcfa28804caf685de2248ddc966666196f6df81d1d058066f2da17714518af4 -SIZE (openssh-lpk-4.3p1-0.3.7.patch) = 60451 +MD5 (openssh-4.4p1-hpn12v11.diff.gz) = ae271cb7f4e4ba8f6d34b9e289bd1123 +SHA256 (openssh-4.4p1-hpn12v11.diff.gz) = f42e6799de702281228691eadd5c983acadf81ceb31af82434607633c2cc4ada +SIZE (openssh-4.4p1-hpn12v11.diff.gz) = 15786 |