[42006] trunk/dports/net/libnet11/Portfile

devans at macports.org devans at macports.org
Thu Nov 13 07:20:40 PST 2008


Revision: 42006
          http://trac.macports.org/changeset/42006
Author:   devans at macports.org
Date:     2008-11-13 07:20:40 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
libnet11: lint, fix livecheck, add mode line.

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

Modified: trunk/dports/net/libnet11/Portfile
===================================================================
--- trunk/dports/net/libnet11/Portfile	2008-11-13 15:11:21 UTC (rev 42005)
+++ trunk/dports/net/libnet11/Portfile	2008-11-13 15:20:40 UTC (rev 42006)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name             libnet11
 version          1.1.2.1
 revision	 1
@@ -42,3 +44,7 @@
 platform darwin 6 {
 	depends_build path:/usr/include/netinet/ip_var.h:netinet-headers
 }
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex  "Latest Stable Version.*>(\\d+(?:\\.\\d+)*)<"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/33a1f570/attachment.html>


More information about the macports-changes mailing list