[60751] trunk/dports/net/openssh/Portfile

jmr at macports.org jmr at macports.org
Sat Nov 21 16:55:10 PST 2009


Revision: 60751
          http://trac.macports.org/changeset/60751
Author:   jmr at macports.org
Date:     2009-11-21 16:55:09 -0800 (Sat, 21 Nov 2009)
Log Message:
-----------
openssh: disable broken hpn variant (#21840)

Modified Paths:
--------------
    trunk/dports/net/openssh/Portfile

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2009-11-22 00:54:23 UTC (rev 60750)
+++ trunk/dports/net/openssh/Portfile	2009-11-22 00:55:09 UTC (rev 60751)
@@ -20,7 +20,7 @@
           methods.
 homepage        http://www.openbsd.org/openssh/
 platforms       darwin
-#checksums       ${distfiles} 
+#checksums       ${distfiles}
 checksums           md5     13563dbf61f36ca9a1e4254260131041 \
                     sha1    d411fde2584ef6022187f565360b2c63a05602b5 \
                     rmd160  f8c98b4b91b7e0e02b33837ef6978e8b7570cf9e
@@ -62,20 +62,21 @@
 }
 
 # For high-performance patch
-variant hpn description "apply high performance patch" {
-  patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/:hpn
-  patchfiles-append     ${distname}-hpn13v6.diff.gz:hpn
-  checksums-append      ${distname}-hpn13v6.diff.gz \
-			md5 910fd1b82ea27ea9913127efae69b90b	\
-			sha1 9683d5feb3f7e302ef836901af5366df6c425815	\
-			rmd160 d647d3b0547e4d698c616f5ed6643b3ddbcced95
+# 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}-hpn13v6.diff.gz:hpn
+#  checksums-append      ${distname}-hpn13v6.diff.gz \
+#			md5 910fd1b82ea27ea9913127efae69b90b	\
+#			sha1 9683d5feb3f7e302ef836901af5366df6c425815	\
+#			rmd160 d647d3b0547e4d698c616f5ed6643b3ddbcced95
+#
+#  patch.pre_args
+#  post-patch {
+#    reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h
+#  }
+#}
 
-  patch.pre_args
-  post-patch {
-    reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h
-  }
-}
-
 platform darwin {
   # create link to /usr/include/pam because 'security' was renamed to 'pam'
   # in OS X.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091121/47a7faae/attachment-0001.html>


More information about the macports-changes mailing list