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

jwa at macports.org jwa at macports.org
Wed Sep 14 09:23:18 PDT 2011


Revision: 83990
          http://trac.macports.org/changeset/83990
Author:   jwa at macports.org
Date:     2011-09-14 09:23:16 -0700 (Wed, 14 Sep 2011)
Log Message:
-----------
version bump to 5.9p1, closing #31156, disabling hpn variant for the time being due to unavailability, will restore after it is done

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2011-09-14 13:48:55 UTC (rev 83989)
+++ trunk/dports/net/openssh/Portfile	2011-09-14 16:23:16 UTC (rev 83990)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            openssh
-version         5.8p1
+version         5.9p1
 
 categories      net
 maintainers     jwa openmaintainer
@@ -24,9 +24,9 @@
 license         BSD
 installs_libs   no
 checksums       ${distfiles} \
-    md5     86f5e1c23b4c4845f23b9b7b493fb53d \
-    sha1    adebb2faa9aba2a3a3c8b401b2b19677ab53f0de \
-    rmd160  c3903b1cf99553a8fc8d762d52c0f28db830edd0
+    md5     afe17eee7e98d3b8550cc349834a85d0 \
+    sha1    ac4e0055421e9543f0af5da607a72cf5922dcc56 \
+    rmd160  12d92321a2b9f404641a9cdada738784eb30e1cd
 
 master_sites    openbsd:OpenSSH/portable \
 	http://mirror.mcs.anl.gov/openssh/portable/ \
@@ -74,20 +74,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}-hpn13v11.diff.gz:hpn
-  checksums-append      ${distname}-hpn13v11.diff.gz \
-                    md5     8be77b83aa4dbdeb744ac682581f868d \
-                    sha1    ea61ab71605ee867eebc1a92875a3ea5369e2d28 \
-                    rmd160  45fbb8e2db2f829f2749cd745ed6a0542adb1c45
+#variant hpn description "apply high performance patch" {
+#  patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/:hpn
+#  patchfiles-append     ${distname}-hpn13v11.diff.gz:hpn
+#  checksums-append      ${distname}-hpn13v11.diff.gz \
+#                    md5     8be77b83aa4dbdeb744ac682581f868d \
+#                    sha1    ea61ab71605ee867eebc1a92875a3ea5369e2d28 \
+#                    rmd160  45fbb8e2db2f829f2749cd745ed6a0542adb1c45
+#
+#  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
-  }
-}
-
 variant mute_fake_xauth description "Do not print (typically due to XQuartz) 'using fake authentication data' warning messages" {
   patchfiles-append   patch-clientloop.c.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110914/9f8ec370/attachment.html>


More information about the macports-changes mailing list