[31538] trunk/dports/net/tcpdump/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 27 05:33:18 PST 2007


Revision: 31538
          http://trac.macosforge.org/projects/macports/changeset/31538
Author:   ryandesign at macports.org
Date:     2007-11-27 05:33:17 -0800 (Tue, 27 Nov 2007)

Log Message:
-----------
tcpdump: escape the period in the livecheck regex

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

Modified: trunk/dports/net/tcpdump/Portfile
===================================================================
--- trunk/dports/net/tcpdump/Portfile	2007-11-27 13:30:34 UTC (rev 31537)
+++ trunk/dports/net/tcpdump/Portfile	2007-11-27 13:33:17 UTC (rev 31538)
@@ -30,5 +30,5 @@
 
 livecheck.check regex
 livecheck.url   ${homepage}
-livecheck.regex tcpdump-(\[0-9.\]+)\\.tar.gz
+livecheck.regex tcpdump-(\[0-9.\]+)\\.tar\\.gz
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071127/10a67d90/attachment.html


More information about the macports-changes mailing list