[21444] trunk/dports/databases/sqlite3

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 06:06:50 PST 2007


Revision: 21444
          http://trac.macosforge.org/projects/macports/changeset/21444
Author:   mww at macports.org
Date:     2007-01-25 06:06:50 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
update to 3.3.11

Modified Paths:
--------------
    trunk/dports/databases/sqlite3/Portfile
    trunk/dports/databases/sqlite3/files/patch-Makefile.in

Modified: trunk/dports/databases/sqlite3/Portfile
===================================================================
--- trunk/dports/databases/sqlite3/Portfile	2007-01-25 13:20:30 UTC (rev 21443)
+++ trunk/dports/databases/sqlite3/Portfile	2007-01-25 14:06:50 UTC (rev 21444)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			sqlite3
-version			3.3.7
+version			3.3.11
 categories		databases
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 description		an embedded SQL database engine
 long_description	SQLite3 is an SQL database engine in a C library. \
 				Programs that link the SQLite3 library can have SQL \
@@ -19,7 +19,7 @@
 homepage		http://www.sqlite.org/
 master_sites	${homepage}
 distname		sqlite-${version}
-checksums		sha1 10c5a94a500a1065adcbbeae4b3a8b6956939a9c
+checksums		sha1 65c38b57171bc486d41c139b29c5336ef1b8686b
 patchfiles		patch-Makefile.in
 
 depends_lib		port:readline

Modified: trunk/dports/databases/sqlite3/files/patch-Makefile.in
===================================================================
--- trunk/dports/databases/sqlite3/files/patch-Makefile.in	2007-01-25 13:20:30 UTC (rev 21443)
+++ trunk/dports/databases/sqlite3/files/patch-Makefile.in	2007-01-25 14:06:50 UTC (rev 21444)
@@ -1,5 +1,5 @@
---- work/sqlite-3.3.3/Makefile.in	2006-01-25 16:52:16.000000000 +0100
-+++ Makefile.in	2006-02-01 00:58:00.000000000 +0100
+--- Makefile.in	2007-01-18 23:56:33.000000000 +0100
++++ Makefile.in	2007-01-25 14:57:04.000000000 +0100
 @@ -44,11 +44,11 @@
  
  # Compiler options needed for programs that use the readline() library.
@@ -14,7 +14,7 @@
  
  # Should the database engine be compiled threadsafe
  #
-@@ -97,7 +97,9 @@
+@@ -101,7 +101,9 @@
  #
  prefix = @prefix@
  exec_prefix = @exec_prefix@
@@ -24,18 +24,3 @@
  INSTALL = @INSTALL@
  LIBTOOL = ./libtool
  ALLOWRELEASE = @ALLOWRELEASE@
-@@ -620,10 +622,10 @@
- install:	sqlite3 libsqlite3.la sqlite3.h ${HAVE_TCL:1=tcl_install}
- 	$(INSTALL) -d $(DESTDIR)$(libdir)
- 	$(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir)
--	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin
--	$(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin
--	$(INSTALL) -d $(DESTDIR)$(prefix)/include
--	$(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include
-+	$(INSTALL) -d $(DESTDIR)$(bindir)
-+	$(LTINSTALL) sqlite3 $(DESTDIR)$(bindir)
-+	$(INSTALL) -d $(DESTDIR)$(incdir)
-+	$(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(incdir)
- 	$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; 
- 	$(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; 
- 

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


More information about the macports-changes mailing list