[132944] trunk/dports/net/mtr/Portfile

larryv at macports.org larryv at macports.org
Sun Feb 15 14:15:32 PST 2015


Revision: 132944
          https://trac.macports.org/changeset/132944
Author:   larryv at macports.org
Date:     2015-02-15 14:15:32 -0800 (Sun, 15 Feb 2015)
Log Message:
-----------
mtr: Rearrange and reformat

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

Modified: trunk/dports/net/mtr/Portfile
===================================================================
--- trunk/dports/net/mtr/Portfile	2015-02-15 22:03:48 UTC (rev 132943)
+++ trunk/dports/net/mtr/Portfile	2015-02-15 22:15:32 UTC (rev 132944)
@@ -5,29 +5,30 @@
 
 name                mtr
 version             0.85
-checksums           rmd160  98874ac87e921db23d4ce63d037fa6bab627dd64 \
-                    sha256  6d6372e15dd3763d6beaee8a21f01e6e9186faf6ed20f6b052990e1a2bfa19cb
-
-master_sites        ftp://ftp.bitwizard.nl/mtr/
-homepage            http://www.bitwizard.nl/mtr/
-
 categories          net
 platforms           darwin
 license             GPL-2
 maintainers         nomaintainer
 
 description         traceroute and ping in a single tool
-long_description    \
-    As mtr starts, it investigates the network connection between the host mtr \
-    runs on and a user-specified destination host.  After it determines the \
-    address of each network hop between the machines, it sends a sequence ICMP \
-    ECHO requests to each one to determine the quality of the link to each \
-    machine.  As it does this, it prints running statistics about each machine.
+long_description    As mtr starts, it investigates the network \
+                    connection between the host mtr runs on and \
+                    a user-specified destination host.  After it \
+                    determines the address of each network hop between \
+                    the machines, it sends a sequence ICMP ECHO \
+                    requests to each one to determine the quality of \
+                    the link to each machine.  As it does this, it \
+                    prints running statistics about each machine.
+homepage            http://www.bitwizard.nl/mtr/
 
 depends_build       port:pkgconfig
-depends_lib         port:ncurses \
-                    path:lib/pkgconfig/glib-2.0.pc:glib2
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:ncurses
 
+master_sites        ftp://ftp.bitwizard.nl/mtr/
+checksums           rmd160  98874ac87e921db23d4ce63d037fa6bab627dd64 \
+                    sha256  6d6372e15dd3763d6beaee8a21f01e6e9186faf6ed20f6b052990e1a2bfa19cb
+
 patch.pre_args      -p1
 patchfiles          2a08115f2c026232e2172db7f894d12306594d1d.patch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150215/b438f12e/attachment.html>


More information about the macports-changes mailing list