[66261] trunk/dports/java/javasqlite/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 7 21:19:34 PDT 2010


Revision: 66261
          http://trac.macports.org/changeset/66261
Author:   ryandesign at macports.org
Date:     2010-04-07 21:19:32 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
javasqlite: fix livecheck so it doesn't need to be updated everytime the port is updated to a new version

Modified Paths:
--------------
    trunk/dports/java/javasqlite/Portfile

Modified: trunk/dports/java/javasqlite/Portfile
===================================================================
--- trunk/dports/java/javasqlite/Portfile	2010-04-08 03:54:41 UTC (rev 66260)
+++ trunk/dports/java/javasqlite/Portfile	2010-04-08 04:19:32 UTC (rev 66261)
@@ -39,7 +39,7 @@
 	patchfiles-append patch-Makefile.in-jnilib
 }
 
-livecheck.url	http://www.ch-werner.de/javasqlite/overview-summary.html
+livecheck.url	${homepage}overview-summary.html
 livecheck.type	regexm
 livecheck.regex	{<H1>\s+SQLite Java Wrapper/JDBC Driver\s+<br><small>\s+(.*)\s+</small>\s+</H1>}
-livecheck.version	2006-07-14
+livecheck.version	[regsub {(....)(..)(..)} ${version} {\1-\2-\3}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/aac4cdd8/attachment.html>


More information about the macports-changes mailing list