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

wsiegrist at apple.com wsiegrist at apple.com
Wed Apr 9 22:41:37 PDT 2008


Revision: 35925
          http://trac.macosforge.org/projects/macports/changeset/35925
Author:   wsiegrist at apple.com
Date:     2008-04-09 22:41:37 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
* Removed broken and redundant mirrors
* Added variant descriptions
* Made use of $x11prefix instead of hard coding /usr/X11R6

Closes ticket #14943 (thanks to jmr for the patches)

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2008-04-10 05:40:04 UTC (rev 35924)
+++ trunk/dports/net/openssh/Portfile	2008-04-10 05:41:37 UTC (rev 35925)
@@ -25,21 +25,13 @@
 		rmd160 b813234014e339fe2d9d10a5adad9f8e065918fc
 
 master_sites    openbsd:OpenSSH/portable \
-	ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ \
-        ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
 	http://mirror.mcs.anl.gov/openssh/portable/ \
-	http://openssh.hostingzero.com/portable/ \
-	ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
-	ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
 	ftp://ftp.cise.ufl.edu/pub/mirrors/openssh/portable/ \
 	ftp://reflection.ncsa.uiuc.edu/pub/OpenBSD/OpenSSH/portable/ \
-	ftp://mirror.sg.depaul.edu/pub/OpenBSD/OpenSSH/portable/ \
 	ftp://mirror.mcs.anl.gov/pub/openssh/portable/ \
-	ftp://rt.fm/pub/OpenBSD/OpenSSH/portable/ \
 	ftp://ftp.cse.buffalo.edu/pub/OpenBSD/OpenSSH/portable/ \
-	ftp://openbsd.mirrors.pair.com/OpenSSH/portable/ \
-	ftp://openbsd.secsup.org/pub/openbsd/OpenSSH/portable/ \
-	ftp://ftp.tux.org/bsd/openbsd/OpenSSH/portable/
+	ftp://openbsd.mirrors.pair.com/ftp/OpenSSH/portable \
+	ftp://openbsd.secsup.org/pub/openbsd/OpenSSH/portable/
 depends_lib     port:openssl port:zlib
 
 # Specified -fno-builtin because GCC 3.3 has log() as a builtin
@@ -61,12 +53,12 @@
 }
 
 # For X11 Forwarding
-variant apple_x11 { # set for X11 forwarding
-  configure.args-append --with-xauth=/usr/X11R6/bin/xauth
+variant apple_x11 description "use (apple's) X11 for forwarding" { # set for X11 forwarding
+  configure.args-append --with-xauth=${x11prefix}/bin/xauth
  }
 
 # For high-performance patch
-variant hpn {
+variant hpn description "apply high performance patch" {
   patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/
   patchfiles-append     ${distname}-hpn13v3.diff.gz
   checksums-append      ${distname}-hpn13v3.diff.gz \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/de2b404c/attachment.html


More information about the macports-changes mailing list