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

jwa at macports.org jwa at macports.org
Sat Jun 12 01:57:09 PDT 2010


Revision: 68745
          http://trac.macports.org/changeset/68745
Author:   jwa at macports.org
Date:     2010-06-12 01:57:04 -0700 (Sat, 12 Jun 2010)
Log Message:
-----------
re-enable hpn variant, as it is available for the latest version, does not affect current installs, hence no revision change

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2010-06-12 07:07:13 UTC (rev 68744)
+++ trunk/dports/net/openssh/Portfile	2010-06-12 08:57:04 UTC (rev 68745)
@@ -21,10 +21,10 @@
           methods.
 homepage        http://www.openbsd.org/openssh/
 platforms       darwin
-#checksums       ${distfiles}
-checksums           md5     88633408f4cb1eb11ec7e2ec58b519eb \
-                    sha1    361c6335e74809b26ea096b34062ba8ff6c97cd6 \
-                    rmd160  7cee614112b691da5daac9f2579becba2409b727
+checksums       ${distfiles} \
+    md5     88633408f4cb1eb11ec7e2ec58b519eb \
+    sha1    361c6335e74809b26ea096b34062ba8ff6c97cd6 \
+    rmd160  7cee614112b691da5daac9f2579becba2409b727
 
 master_sites    openbsd:OpenSSH/portable \
 	http://mirror.mcs.anl.gov/openssh/portable/ \
@@ -65,20 +65,20 @@
 
 # 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}-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
-#  }
-#}
+variant hpn description "apply high performance patch" {
+  patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/:hpn
+  patchfiles-append     ${distname}-hpn13v9.diff.gz:hpn
+  checksums-append      ${distname}-hpn13v9.diff.gz \
+                    md5     69dc5ae3c3b6a291429524f6501361c9 \
+                    sha1    8601fabf0067ff9c59501dc0006ad3853dbb3de0 \
+                    rmd160  bb9d44589018030fa3102898f85f4dfd7032d2f0
 
+  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/20100612/dbcb6ef0/attachment.html>


More information about the macports-changes mailing list