pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite PKGREVISION++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebf719a81f01
branches:  trunk
changeset: 480416:ebf719a81f01
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Sep 08 15:55:48 2004 +0000

description:
PKGREVISION++

Point to correct location of VERSION file so we save the correct version
into pkgconfig file.
Addresses PR pkg/26875 by Ian Zagorskih.

diffstat:

 databases/sqlite/Makefile         |   3 ++-
 databases/sqlite/distinfo         |   3 ++-
 databases/sqlite/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 3130de5f8873 -r ebf719a81f01 databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Wed Sep 08 15:40:07 2004 +0000
+++ b/databases/sqlite/Makefile Wed Sep 08 15:55:48 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2004/08/04 19:59:58 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/09/08 15:55:48 salo Exp $
 
 DISTNAME=              sqlite-2.8.15
+PKGREVISION=           1
 CATEGORIES=            databases
 MASTER_SITES=          http://www.hwaci.com/sw/sqlite/ \
                        http://www.sqlite.org/
diff -r 3130de5f8873 -r ebf719a81f01 databases/sqlite/distinfo
--- a/databases/sqlite/distinfo Wed Sep 08 15:40:07 2004 +0000
+++ b/databases/sqlite/distinfo Wed Sep 08 15:55:48 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.17 2004/08/04 19:59:58 jlam Exp $
+$NetBSD: distinfo,v 1.18 2004/09/08 15:55:48 salo Exp $
 
 SHA1 (sqlite-2.8.15.tar.gz) = 53c8a6dd2f87c500c6944987988053acacaee05b
 Size (sqlite-2.8.15.tar.gz) = 963232 bytes
 SHA1 (patch-aa) = 8f8f3608b10ed93b52c2dba6b70c93ba4aa6c485
+SHA1 (patch-ab) = e1dda14c980b8c014292ce46989bf210aaa2e10f
diff -r 3130de5f8873 -r ebf719a81f01 databases/sqlite/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite/patches/patch-ab Wed Sep 08 15:55:48 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.7 2004/09/08 15:55:48 salo Exp $
+
+--- ../sqlite/configure.orig   2004-02-29 16:18:31.000000000 +0100
++++ ../sqlite/configure        2004-09-08 06:17:32.000000000 +0200
+@@ -18376,8 +18376,8 @@
+ fi
+ 
+ 
+-if test -f VERSION; then
+-  VERSION=`cat VERSION`
++if test -f $srcdir/VERSION; then
++  VERSION=`cat $srcdir/VERSION`
+   echo "Version set to $VERSION"
+ fi
+ 



Home | Main Index | Thread Index | Old Index