Revision: 89510 http://trac.macports.org/changeset/89510 Author: jwa@macports.org Date: 2012-02-01 07:53:35 -0800 (Wed, 01 Feb 2012) Log Message: ----------- restore hpn variant after patch being available, change checksums to current Modified Paths: -------------- trunk/dports/net/openssh/Portfile Modified: trunk/dports/net/openssh/Portfile =================================================================== --- trunk/dports/net/openssh/Portfile 2012-02-01 15:41:30 UTC (rev 89509) +++ trunk/dports/net/openssh/Portfile 2012-02-01 15:53:35 UTC (rev 89510) @@ -24,9 +24,8 @@ license BSD installs_libs no checksums ${distfiles} \ - md5 afe17eee7e98d3b8550cc349834a85d0 \ - sha1 ac4e0055421e9543f0af5da607a72cf5922dcc56 \ - rmd160 12d92321a2b9f404641a9cdada738784eb30e1cd + rmd160 12d92321a2b9f404641a9cdada738784eb30e1cd \ + sha256 8d3e8b6b6ff04b525a6dfa6fdeb6a99043ccf6c3310cc32eba84c939b07777d5 master_sites openbsd:OpenSSH/portable \ http://mirror.mcs.anl.gov/openssh/portable/ \ @@ -74,20 +73,19 @@ # For high-performance patch # re-enable when patch for current version is available -#variant hpn description "apply high performance patch" { -# patch_sites-append http://www.psc.edu/networking/projects/hpn-ssh/:hpn -# patchfiles-append ${distname}-hpn13v11.diff.gz:hpn -# checksums-append ${distname}-hpn13v11.diff.gz \ -# md5 8be77b83aa4dbdeb744ac682581f868d \ -# sha1 ea61ab71605ee867eebc1a92875a3ea5369e2d28 \ -# rmd160 45fbb8e2db2f829f2749cd745ed6a0542adb1c45 -# -# patch.pre_args -# post-patch { -# reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h -# } -#} +variant hpn description "apply high performance patch" { + patch_sites-append http://www.psc.edu/networking/projects/hpn-ssh/:hpn + patchfiles-append ${distname}-hpn13v12.diff.gz:hpn + checksums-append ${distname}-hpn13v12.diff.gz \ + rmd160 7ca2c431904b184072302cb3e9ab055ffb0f4024 \ + sha256 74499c3487a53eaaeaad79d89d8260c23f9a416173d7c256d1f3131677213040 \ + patch.pre_args + post-patch { + reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h + } +} + variant mute_fake_xauth description "Do not print (typically due to XQuartz) 'using fake authentication data' warning messages" { patchfiles-append patch-clientloop.c.diff }
participants (1)
-
jwa@macports.org