[154082] trunk/dports/net/mtr/Portfile
jmr at macports.org
jmr at macports.org
Thu Oct 20 04:15:40 CEST 2016
Revision: 154082
https://trac.macports.org/changeset/154082
Author: jmr at macports.org
Date: 2016-10-19 19:15:40 -0700 (Wed, 19 Oct 2016)
Log Message:
-----------
mtr: update to 0.87
Modified Paths:
--------------
trunk/dports/net/mtr/Portfile
Modified: trunk/dports/net/mtr/Portfile
===================================================================
--- trunk/dports/net/mtr/Portfile 2016-10-20 02:04:20 UTC (rev 154081)
+++ trunk/dports/net/mtr/Portfile 2016-10-20 02:15:40 UTC (rev 154082)
@@ -4,8 +4,7 @@
PortSystem 1.0
name mtr
-version 0.86
-revision 1
+version 0.87
categories net
platforms darwin
license GPL-2
@@ -25,26 +24,14 @@
homepage http://www.bitwizard.nl/mtr/
depends_build port:pkgconfig
-depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
- port:ncurses
+depends_lib port:ncurses
master_sites ftp://ftp.bitwizard.nl/mtr/
-checksums rmd160 a3bd71a2102722e98e92c31988bc2c1ca13ea26a \
- sha256 c5d948920b641cc35f8b380fc356ddfe07cce6a9c6474afe242fc58113f28c06
+checksums rmd160 9cc760ec31113462f9aeff94b3ba1af1cb4ed994 \
+ sha256 193947c61d23b154c8dc03677e90e8fd912f8f18567ab76ce619b7856c4af19f
configure.args --without-gtk
-pre-configure {
- # For some reason, config.h.in is older than aclocal.m4 and configure.ac,
- # which causes the mtr build system to attempt to re-generate it.
- # Re-generating requires an autoconf dependency, so let's avoid it,
- # especially since the file does not change.
- file mtime ${worksrcpath}/config.h.in [file mtime ${worksrcpath}/aclocal.m4]
-}
-if {${os.platform} eq "darwin" && ${os.major} >= 10} {
- configure.env-append LIBS=-lresolv
-}
-
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex "[quotemeta ${name}]-(\\d(\\.\\d+)*)[quotemeta ${extract.suffix}]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161019/cdd07d80/attachment-0002.html>
More information about the macports-changes
mailing list