Bug 186456 - [PATCH] databases/sqlite3 update to version 3.8.3
Summary: [PATCH] databases/sqlite3 update to version 3.8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 16:30 UTC by Eero Hänninen
Modified: 2014-02-10 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.73 KB, patch)
2014-02-04 16:30 UTC, Eero Hänninen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eero Hänninen 2014-02-04 16:30:00 UTC
- SQLite update to version 3.8.3
- fixed LIB_DEPEND
- added missing STRIP_CMD

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-04 16:30:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-04 16:30:07 UTC
Maintainer of databases/sqlite3,

Please note that PR ports/186456 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186456

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Pavel Volkov 2014-02-05 06:44:22 UTC
Hello.
I'm approved.
But, add please, <Line Feed> at end of file with name 'distinfo'.
It's corrected next error:

#portlint -C
FATAL: /usr/ports/databases/sqlite3/distinfo: the last line has to be
terminated by \n.
1 fatal error and 0 warnings found.

Thank.


On Tue, Feb 4, 2014 at 8:30 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of databases/sqlite3,
>
> Please note that PR ports/186456 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186456
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Steven Kreuzer freebsd_committer freebsd_triage 2014-02-10 03:43:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

I'll take it.
Comment 5 Steven Kreuzer freebsd_committer freebsd_triage 2014-02-10 03:43:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-02-10 03:46:44 UTC
Author: skreuzer
Date: Mon Feb 10 03:46:37 2014
New Revision: 343581
URL: http://svnweb.freebsd.org/changeset/ports/343581
QAT: https://qat.redports.org/buildarchive/r343581/

Log:
  Update to version 3.8.3
  Fix LIB_DEPEND
  Add missing STRIP_CMD
  
  PR:		ports/186456
  Submitted by:	Eero Hanninen <fax@nohik.ee>
  Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)

Modified:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Mon Feb 10 03:36:38 2014	(r343580)
+++ head/databases/sqlite3/Makefile	Mon Feb 10 03:46:37 2014	(r343581)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.2
-PORTREVISION=	1
+PORTVERSION=	3.8.3
 CATEGORIES=	databases
-MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
-DISTNAME=	sqlite-autoconf-3080200
+MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
+DISTNAME=	sqlite-autoconf-3080300
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	SQL database engine in a C library
@@ -134,4 +133,7 @@ post-build:
 	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.8
+
 .include <bsd.port.mk>

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Mon Feb 10 03:36:38 2014	(r343580)
+++ head/databases/sqlite3/distinfo	Mon Feb 10 03:46:37 2014	(r343581)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080200.tar.gz) = a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92
-SIZE (sqlite-autoconf-3080200.tar.gz) = 1917056
+SHA256 (sqlite-autoconf-3080300.tar.gz) = dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26
+SIZE (sqlite-autoconf-3080300.tar.gz) = 1923594
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"