Ticket #27250: Portfile.patch

File Portfile.patch, 589 bytes (added by lassi.tuura@…, 13 years ago)

Patch to Portfile to add gsskex variant

  • ../Portfile

    old new  
    6262  depends_run-delete    port:xauth
    6363}
    6464
     65variant gsskex {
     66  patch.pre_args -p1
     67  patchfiles-append openssh-5.3p1-gsskex-all-20100124.patch
     68  checksums-append openssh-5.3p1-gsskex-all-20100124.patch \
     69                   md5 e7632ad6576443075cc8e2dc436a48cc \
     70                   sha1 0e49443fc3c005465275b8052f326500f7f0b45c
     71}
     72
    6573# For high-performance patch
    6674# re-enable when patch for current version is available
    6775variant hpn description "apply high performance patch" {