[51980] trunk/dports/python/py25-igraph/Portfile

snc at macports.org snc at macports.org
Sun Jun 7 17:41:30 PDT 2009


Revision: 51980
          http://trac.macports.org/changeset/51980
Author:   snc at macports.org
Date:     2009-06-07 17:41:30 -0700 (Sun, 07 Jun 2009)
Log Message:
-----------
created livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-igraph/Portfile

Modified: trunk/dports/python/py25-igraph/Portfile
===================================================================
--- trunk/dports/python/py25-igraph/Portfile	2009-06-08 00:34:27 UTC (rev 51979)
+++ trunk/dports/python/py25-igraph/Portfile	2009-06-08 00:41:30 UTC (rev 51980)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -31,3 +32,7 @@
 post-patch {
 	reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py
 }
+
+livecheck.check     regex
+livecheck.url       ${master_sites}
+livecheck.regex     "python-igraph-(\\d+\\.\\d+(\\.\\d+)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090607/bcd0b8a1/attachment-0001.html>


More information about the macports-changes mailing list