[33634] trunk/dports/databases/sqlite3
mww at macports.org
mww at macports.org
Fri Feb 1 07:26:14 PST 2008
Revision: 33634
http://trac.macosforge.org/projects/macports/changeset/33634
Author: mww at macports.org
Date: 2008-02-01 07:26:08 -0800 (Fri, 01 Feb 2008)
Log Message:
-----------
version 3.5.5
Modified Paths:
--------------
trunk/dports/databases/sqlite3/Portfile
Added Paths:
-----------
trunk/dports/databases/sqlite3/files/patch-Makefile.in.diff
Removed Paths:
-------------
trunk/dports/databases/sqlite3/files/patch-Makefile.in
Modified: trunk/dports/databases/sqlite3/Portfile
===================================================================
--- trunk/dports/databases/sqlite3/Portfile 2008-02-01 15:15:26 UTC (rev 33633)
+++ trunk/dports/databases/sqlite3/Portfile 2008-02-01 15:26:08 UTC (rev 33634)
@@ -3,7 +3,7 @@
PortSystem 1.0
name sqlite3
-version 3.5.4
+version 3.5.5
categories databases
platforms darwin
maintainers mww
@@ -20,8 +20,8 @@
master_sites ${homepage}
distname sqlite-${version}
dist_subdir ${name}/${version}
-checksums sha1 9c0ddb2f9b154e8a036e40f3cea92b58c77a59ef
-patchfiles patch-Makefile.in
+checksums sha1 cd93bb69a0252818c936d4a5900c20e84b966b8f
+patchfiles patch-Makefile.in.diff
depends_build port:gawk
depends_lib port:readline
@@ -30,9 +30,9 @@
configure.args --enable-threadsafe --disable-tcl \
--with-readline-inc="-I${prefix}/include" \
--with-readline-lib="-L${prefix}/lib -lreadline -lm"
-configure.env AWK="${prefix}/bin/gawk"
+configure.awk "${prefix}/bin/gawk"
-#use_parallel_build yes
+use_parallel_build yes
build.type gnu
test.run yes
Deleted: trunk/dports/databases/sqlite3/files/patch-Makefile.in
===================================================================
--- trunk/dports/databases/sqlite3/files/patch-Makefile.in 2008-02-01 15:15:26 UTC (rev 33633)
+++ trunk/dports/databases/sqlite3/files/patch-Makefile.in 2008-02-01 15:26:08 UTC (rev 33634)
@@ -1,12 +0,0 @@
---- Makefile.in 2007-06-28 14:46:18.000000000 +0200
-+++ Makefile.in 2007-08-15 21:35:23.000000000 +0200
-@@ -101,7 +101,9 @@
- #
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-+bindir = @bindir@
- libdir = @libdir@
-+incdir = @includedir@
- INSTALL = @INSTALL@
- LIBTOOL = ./libtool
- ALLOWRELEASE = @ALLOWRELEASE@
Copied: trunk/dports/databases/sqlite3/files/patch-Makefile.in.diff (from rev 33633, trunk/dports/databases/sqlite3/files/patch-Makefile.in)
===================================================================
--- trunk/dports/databases/sqlite3/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/databases/sqlite3/files/patch-Makefile.in.diff 2008-02-01 15:26:08 UTC (rev 33634)
@@ -0,0 +1,12 @@
+--- Makefile.in 2007-06-28 14:46:18.000000000 +0200
++++ Makefile.in 2007-08-15 21:35:23.000000000 +0200
+@@ -101,7 +101,9 @@
+ #
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
++bindir = @bindir@
+ libdir = @libdir@
++incdir = @includedir@
+ INSTALL = @INSTALL@
+ LIBTOOL = ./libtool
+ ALLOWRELEASE = @ALLOWRELEASE@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080201/400e9ffd/attachment.html
More information about the macports-changes
mailing list