[91311] trunk/dports/net/mosh/Portfile

dports at macports.org dports at macports.org
Wed Mar 28 23:36:38 PDT 2012


Revision: 91311
          https://trac.macports.org/changeset/91311
Author:   dports at macports.org
Date:     2012-03-28 23:36:37 -0700 (Wed, 28 Mar 2012)
Log Message:
-----------
mosh: maintainer update to v1.1.2; add Leopard support (#33810)

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

Modified: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	2012-03-29 06:29:07 UTC (rev 91310)
+++ trunk/dports/net/mosh/Portfile	2012-03-29 06:36:37 UTC (rev 91311)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    mosh
-version                 1.0
+version                 1.1.2
 categories              net
 license                 GPL-3+
 platforms               darwin
@@ -16,8 +16,8 @@
 homepage                http://mosh.mit.edu/
 master_sites            https://github.com/downloads/keithw/mosh/
 
-checksums               rmd160  1f7ea92adaaa2d246cec063060d3bdd3c6d3b72f \
-                        sha256  86fef99ec3057fc60489d1b097980ae60adb7575f445692cb4ae020234cd7929
+checksums               rmd160  9b19bf4cc5858a9f256520430acb01831da2e5a6 \
+                        sha256  730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b44
 
 depends_build           port:pkgconfig
 depends_lib             port:boost \
@@ -28,6 +28,11 @@
     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh
 }
 
+platform darwin 9 {
+    depends_build-append  port:poll-emulator
+    configure.args-append poll_CFLAGS="-I${prefix}" poll_LIBS="-L${prefix} -lpoll"
+} 
+
 livecheck.type          regex
 livecheck.url           https://github.com/keithw/mosh/downloads
 livecheck.regex         "${name}-(\[0-9a-z.\]*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120328/01a29d0c/attachment.html>


More information about the macports-changes mailing list