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

cal at macports.org cal at macports.org
Sat Apr 13 06:30:07 PDT 2013


Revision: 105213
          https://trac.macports.org/changeset/105213
Author:   cal at macports.org
Date:     2013-04-13 06:30:07 -0700 (Sat, 13 Apr 2013)
Log Message:
-----------
mosh: update to 1.2.4, with permission from maintainer, closes #38638

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

Modified: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	2013-04-13 12:47:51 UTC (rev 105212)
+++ trunk/dports/net/mosh/Portfile	2013-04-13 13:30:07 UTC (rev 105213)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    mosh
-version                 1.2.3
+version                 1.2.4
 categories              net
 license                 GPL-3+
 platforms               darwin
@@ -14,23 +14,23 @@
                         high-latency, high-packet-loss, dynamically-addressed \
                         network links
 homepage                http://mosh.mit.edu/
-master_sites            https://github.com/downloads/keithw/mosh/
+master_sites            ${homepage}
 
-checksums               rmd160  55b6232bd7567582306647b700983e5bb20b5bd6 \
-                        sha256  93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
+checksums               rmd160  9569a4356efc8afc851ab64914d30e949a899533 \
+                        sha256  e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
 
 depends_build           port:pkgconfig
 
 depends_lib             port:ncurses \
-                        port:p5.12-io-tty \
                         port:protobuf-cpp \
                         port:zlib \
-                        port:openssl
+                        port:openssl \
+                        port:p5.12-getopt-long
 
 post-patch {
     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh
 }
 
 livecheck.type          regex
-livecheck.url           https://github.com/keithw/mosh/downloads
-livecheck.regex         "${name}-(\[0-9a-z.\]*)${extract.suffix}"
+livecheck.url           ${homepage}
+livecheck.regex         "[quotemeta ${name}]-(\[0-9a-z.\]+)[quotemeta ${extract.suffix}]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130413/5dc9514d/attachment.html>


More information about the macports-changes mailing list