Changeset 68745 for trunk/dports


Ignore:
Timestamp:
Jun 12, 2010, 8:57:04 AM (14 years ago)
Author:
jwa@…
Message:

re-enable hpn variant, as it is available for the latest version, does not affect current installs, hence no revision change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/openssh/Portfile

    r68663 r68745  
    2222homepage        http://www.openbsd.org/openssh/
    2323platforms       darwin
    24 #checksums       ${distfiles}
    25 checksums           md5     88633408f4cb1eb11ec7e2ec58b519eb \
    26                     sha1    361c6335e74809b26ea096b34062ba8ff6c97cd6 \
    27                     rmd160  7cee614112b691da5daac9f2579becba2409b727
     24checksums       ${distfiles} \
     25    md5     88633408f4cb1eb11ec7e2ec58b519eb \
     26    sha1    361c6335e74809b26ea096b34062ba8ff6c97cd6 \
     27    rmd160  7cee614112b691da5daac9f2579becba2409b727
    2828
    2929master_sites    openbsd:OpenSSH/portable \
     
    6666# For high-performance patch
    6767# re-enable when patch for current version is available
    68 #variant hpn description "apply high performance patch" {
    69 #  patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/:hpn
    70 #  patchfiles-append     ${distname}-hpn13v6.diff.gz:hpn
    71 #  checksums-append      ${distname}-hpn13v6.diff.gz \
    72 #                       md5 910fd1b82ea27ea9913127efae69b90b    \
    73 #                       sha1 9683d5feb3f7e302ef836901af5366df6c425815   \
    74 #                       rmd160 d647d3b0547e4d698c616f5ed6643b3ddbcced95
    75 #
    76 #  patch.pre_args
    77 #  post-patch {
    78 #    reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h
    79 #  }
    80 #}
     68variant hpn description "apply high performance patch" {
     69  patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/:hpn
     70  patchfiles-append     ${distname}-hpn13v9.diff.gz:hpn
     71  checksums-append      ${distname}-hpn13v9.diff.gz \
     72                    md5     69dc5ae3c3b6a291429524f6501361c9 \
     73                    sha1    8601fabf0067ff9c59501dc0006ad3853dbb3de0 \
     74                    rmd160  bb9d44589018030fa3102898f85f4dfd7032d2f0
     75
     76  patch.pre_args
     77  post-patch {
     78    reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h
     79  }
     80}
    8181
    8282platform darwin {
Note: See TracChangeset for help on using the changeset viewer.