Revision: 76289 http://trac.macports.org/changeset/76289 Author: jmr@macports.org Date: 2011-02-19 13:30:39 -0800 (Sat, 19 Feb 2011) Log Message: ----------- sqlite3: remove test stuff since the makefile no longer has a target for it, and set license Modified Paths: -------------- trunk/dports/databases/sqlite3/Portfile Modified: trunk/dports/databases/sqlite3/Portfile =================================================================== --- trunk/dports/databases/sqlite3/Portfile 2011-02-19 21:29:52 UTC (rev 76288) +++ trunk/dports/databases/sqlite3/Portfile 2011-02-19 21:30:39 UTC (rev 76289) @@ -6,6 +6,7 @@ version 3.7.5 categories databases platforms darwin +license public-domain maintainers mww openmaintainer description an embedded SQL database engine long_description SQLite3 is an SQL database engine in a C library. \ @@ -36,9 +37,6 @@ build.type gnu -test.run yes -test.target test - livecheck.type regex livecheck.url http://www.sqlite.org/news.html livecheck.regex (3\\.\[0-9\]+\\.\[0-9\]+)