pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Comment out LICENSE=public-domain be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfb9bc7da963
branches:  trunk
changeset: 548599:bfb9bc7da963
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Oct 19 00:11:49 2008 +0000

description:
Comment out LICENSE=public-domain because we aren't putting in free
licenses yet.  Noticed By smb@.

diffstat:

 databases/sqlite3/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dbb3e642335f -r bfb9bc7da963 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Sat Oct 18 18:32:18 2008 +0000
+++ b/databases/sqlite3/Makefile.common Sun Oct 19 00:11:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2008/10/15 18:22:04 martti Exp $
+# $NetBSD: Makefile.common,v 1.26 2008/10/19 00:11:49 gdt Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
@@ -12,7 +12,7 @@
 HOMEPAGE=      http://www.sqlite.org/
 COMMENT=       SQL Database Engine in a C Library
 
-LICENSE=       public-domain
+#LICENSE=      public-domain
 
 DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
 PATCHDIR=      ${.CURDIR}/../../databases/sqlite3/patches



Home | Main Index | Thread Index | Old Index