[56481] trunk/dports/science/libANN/Portfile

mnick at macports.org mnick at macports.org
Fri Aug 28 08:34:51 PDT 2009


Revision: 56481
          http://trac.macports.org/changeset/56481
Author:   mnick at macports.org
Date:     2009-08-28 08:34:48 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
* add license field and modeline
* change livecheck.check to livecheck.type

Modified Paths:
--------------
    trunk/dports/science/libANN/Portfile

Modified: trunk/dports/science/libANN/Portfile
===================================================================
--- trunk/dports/science/libANN/Portfile	2009-08-28 15:05:25 UTC (rev 56480)
+++ trunk/dports/science/libANN/Portfile	2009-08-28 15:34:48 UTC (rev 56481)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -13,6 +14,7 @@
                     in arbitrarily high dimensions.
 
 platforms           darwin
+license             LGPL
 
 homepage            http://www.cs.umd.edu/~mount/ANN/
 master_sites        ${homepage}/Files/${version}/
@@ -33,6 +35,6 @@
     file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/libANN
 }
 
-livecheck.check 	regex
-livecheck.url 		${homepage}
-livecheck.regex 	<b>Version (.*)</b>
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     <b>Version (.*)</b>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090828/c2f3c12a/attachment.html>


More information about the macports-changes mailing list