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

cal at macports.org cal at macports.org
Thu Oct 17 05:31:10 PDT 2013


Revision: 112306
          https://trac.macports.org/changeset/112306
Author:   cal at macports.org
Date:     2013-10-17 05:31:10 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
mtr: remove unneeded github portgroup, fix livecheck

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

Modified: trunk/dports/net/mtr/Portfile
===================================================================
--- trunk/dports/net/mtr/Portfile	2013-10-17 10:47:20 UTC (rev 112305)
+++ trunk/dports/net/mtr/Portfile	2013-10-17 12:31:10 UTC (rev 112306)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
 
 name                mtr
 version             0.85
@@ -38,3 +37,7 @@
 if {${os.platform} == "darwin" && ${os.major} >= 10} {
     configure.env-append    LIBS=-lresolv
 }
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "[quotemeta ${name}]-(\\d(\\.\\d+)*)[quotemeta ${extract.suffix}]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131017/e7b5ce82/attachment.html>


More information about the macports-changes mailing list