diff --git a/dports/net/openssh/Portfile b/dports/net/openssh/Portfile
a
|
b
|
variant xauth description {Build with su |
98 | 98 | |
99 | 99 | variant no_x11 conflicts xauth description {Legacy compatibility variant} {} |
100 | 100 | |
101 | 101 | variant hpn conflicts gsskex description {Apply high performance patch} { |
102 | 102 | # http://www.psc.edu/index.php/hpn-ssh |
103 | | patch_sites-append http://distfiles.gentoo.org/distfiles/:hpn |
104 | | set hpn_patchfile ${distname}-hpn14v1.diff.gz |
105 | | patchfiles-append ${hpn_patchfile}:hpn |
| 103 | patch_sites-append sourceforge:hpnssh |
| 104 | set hpn_patchfile ${distname}-hpnssh14v2.diff.gz |
| 105 | patchfiles-append ${hpn_patchfile} |
106 | 106 | checksums-append ${hpn_patchfile} \ |
107 | | rmd160 6e1593e58b093d0908a98f3bba5c3b187eabffc8 \ |
108 | | sha256 5243c76ceecb2fd0934d87fd9c33604ff0241c00156e456bf5b7e40e407d8c90 |
| 107 | rmd160 8af79c3f63609da96d04b8e162f2b53cf7543be9 \ |
| 108 | sha256 23ae9307b58629ccf76a8ed5d9cf7215a45d6b7533d6b17eef17279fb9c48dca |
109 | 109 | } |
110 | 110 | |
111 | 111 | variant gsskex conflicts hpn requires kerberos5 description "Add OpenSSH GSSAPI key exchange patch" { |
112 | 112 | set extra_cppflags [concat \ |
113 | 113 | "-F/System/Library/Frameworks/DirectoryService.framework" \ |
… |
… |
startupitem.stop \ |
176 | 176 | "if \[ -r ${prefix}/var/run/sshd.pid \]; then |
177 | 177 | kill `cat ${prefix}/var/run/sshd.pid` |
178 | 178 | fi" |
179 | 179 | |
180 | 180 | livecheck.type regex |
| 181 | # remove this after they update to p2 since there is a typo in the webpage |
| 182 | livecheck.version 6.3p2 |
181 | 183 | livecheck.regex OpenSSH ((\[5-9\].\[0-9\])(p\[0-9\])) |