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

ryandesign at macports.org ryandesign at macports.org
Thu Apr 26 12:47:38 PDT 2012


Revision: 92372
          https://trac.macports.org/changeset/92372
Author:   ryandesign at macports.org
Date:     2012-04-26 12:47:36 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
mosh: maintainer update to 1.2; see #34223

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

Modified: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	2012-04-26 19:12:05 UTC (rev 92371)
+++ trunk/dports/net/mosh/Portfile	2012-04-26 19:47:36 UTC (rev 92372)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    mosh
-version                 1.1.2
+version                 1.2
 categories              net
 license                 GPL-3+
 platforms               darwin
@@ -16,22 +16,20 @@
 homepage                http://mosh.mit.edu/
 master_sites            https://github.com/downloads/keithw/mosh/
 
-checksums               rmd160  9b19bf4cc5858a9f256520430acb01831da2e5a6 \
-                        sha256  730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b44
+checksums               rmd160  2b8bd9eaddf0e5a3749e414444ffa20251ed2da5 \
+                        sha256  8b2d346a2f0d560ceb2ca91ff396fa859f81bb321ebd8c26fc564db8b335433a
 
 depends_build           port:pkgconfig
-depends_lib             port:boost \
+
+depends_lib             port:ncurses \
+                        port:p5.12-io-tty \
                         port:protobuf-cpp \
-                        port:p5.12-io-tty
+                        port:zlib
 
 post-patch {
     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh
 }
 
-platform darwin 9 {
-    depends_lib-append  port:poll-emulator
-} 
-
 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/20120426/a0cf002d/attachment.html>


More information about the macports-changes mailing list