[Midnightbsd-cvs] mports [16751] trunk/databases/sqlite3: sqlite 3.8.5
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 4 22:48:09 EDT 2014
Revision: 16751
http://svnweb.midnightbsd.org/mports/?rev=16751
Author: laffer1
Date: 2014-09-04 22:48:08 -0400 (Thu, 04 Sep 2014)
Log Message:
-----------
sqlite 3.8.5
Modified Paths:
--------------
trunk/databases/sqlite3/Makefile
trunk/databases/sqlite3/distinfo
trunk/databases/sqlite3/pkg-descr
Modified: trunk/databases/sqlite3/Makefile
===================================================================
--- trunk/databases/sqlite3/Makefile 2014-09-05 02:45:32 UTC (rev 16750)
+++ trunk/databases/sqlite3/Makefile 2014-09-05 02:48:08 UTC (rev 16751)
@@ -1,10 +1,10 @@
# $MidnightBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.4.1
+PORTVERSION= 3.8.5
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
-DISTNAME= sqlite-autoconf-3080401
+DISTNAME= sqlite-autoconf-3080500
MAINTAINER= ports at MidnightBSD.org
COMMENT= SQL database engine in a C library
@@ -43,10 +43,6 @@
.include <bsd.mport.options.mk>
-.if !defined(NO_INSTALL_MANPAGES)
-MAN1= sqlite3.1
-.endif
-
# NAME83 "Enable use 8.3 filename for temp files" off \
# Some devices are compelled to use an older file system with 8+3 filename
# restrictions for backwards compatibility, or due to other non-technical factors.
@@ -156,8 +152,6 @@
.endif
post-install:
-.if !defined(NO_INSTALL_MANPAGES)
@${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${MANPREFIX}/man/man1
-.endif
.include <bsd.port.mk>
Modified: trunk/databases/sqlite3/distinfo
===================================================================
--- trunk/databases/sqlite3/distinfo 2014-09-05 02:45:32 UTC (rev 16750)
+++ trunk/databases/sqlite3/distinfo 2014-09-05 02:48:08 UTC (rev 16751)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080401.tar.gz) = 17227492466bb29fbef30d94a7cc27ec799e36c5d4d879dedd331079a6d1bc38
-SIZE (sqlite-autoconf-3080401.tar.gz) = 1937368
+SHA256 (sqlite-autoconf-3080500.tar.gz) = 98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b
+SIZE (sqlite-autoconf-3080500.tar.gz) = 1957050
Modified: trunk/databases/sqlite3/pkg-descr
===================================================================
--- trunk/databases/sqlite3/pkg-descr 2014-09-05 02:45:32 UTC (rev 16750)
+++ trunk/databases/sqlite3/pkg-descr 2014-09-05 02:48:08 UTC (rev 16751)
@@ -4,4 +4,4 @@
that can be used to administer an SQLite database and which serves as an
example of how to use the SQLite library.
-WWW: http://www.sqlite.org/
+WWW: https://www.sqlite.org/
More information about the Midnightbsd-cvs
mailing list