[26838] trunk/dports/databases/sqlite3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 9 11:17:19 PDT 2007


Revision: 26838
          http://trac.macosforge.org/projects/macports/changeset/26838
Author:   mww at macports.org
Date:     2007-07-09 11:17:19 -0700 (Mon, 09 Jul 2007)

Log Message:
-----------
livecheck: version number must end in digit

Modified Paths:
--------------
    trunk/dports/databases/sqlite3/Portfile

Modified: trunk/dports/databases/sqlite3/Portfile
===================================================================
--- trunk/dports/databases/sqlite3/Portfile	2007-07-09 18:15:40 UTC (rev 26837)
+++ trunk/dports/databases/sqlite3/Portfile	2007-07-09 18:17:19 UTC (rev 26838)
@@ -37,7 +37,7 @@
 
 livecheck.check	regex
 livecheck.url	http://www.sqlite.org/download.html
-livecheck.regex	sqlite-(\[0-9\\.\]+)\\.
+livecheck.regex	sqlite-(\[0-9\\.\]+\[0-9\])\\.
 
 post-destroot {
 	xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070709/01bd072b/attachment.html


More information about the macports-changes mailing list