Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 12:59:32 GMT
From:      Jaap Boender <jaapb@kerguelen.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163409: [maintainer update] databases/ocaml-sqlite3 to version 1.6.1
Message-ID:  <201112171259.pBHCxWEm081638@red.freebsd.org>
Resent-Message-ID: <201112171300.pBHD0LnQ084338@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163409
>Category:       ports
>Synopsis:       [maintainer update] databases/ocaml-sqlite3 to version 1.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 13:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Boender
>Release:        9.0-PRERELEASE
>Organization:
>Environment:
FreeBSD joffre.kerguelen.org 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #6: Mon Dec  5 16:35:41 CET 2011     root@joffre.kerguelen.org:/usr/obj/usr/src/sys/JOFFRE  amd64
>Description:
This is an update of the databases/ocaml-sqlite3 port to its latest version, 1.6.1

There are no major changes from version 1.0.3, only bugfixes, improvements to the build system. Also, some deprecated functions have been removed.
>How-To-Repeat:
n/a
>Fix:
diff of port directory included.

Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 11)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ocaml-sqlite3-1.0.3.tar.bz2) = 2e8890fb3cf93675d8746f7631a399f8c1aec08617af7ccedf5ec597bcfb6950
-SIZE (ocaml-sqlite3-1.0.3.tar.bz2) = 44085
+SHA256 (release-1.6.1.tar.bz2) = 9d5ed422de61497436475329c3a9956870cfb8d0a272f764a9e57faff7ebea9f
+SIZE (release-1.6.1.tar.bz2) = 54462
Index: files/patch-configure.ac
===================================================================
--- files/patch-configure.ac	(revision 0)
+++ files/patch-configure.ac	(working copy)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2011-12-17 13:30:46.622160436 +0100
++++ configure.ac	2011-12-17 13:30:56.046163766 +0100
+@@ -26,7 +26,7 @@
+ AC_CHECKING(for sqlite3 library)
+ AC_CHECK_LIB(
+   sqlite3, sqlite3_open,,
+-  AC_ERROR([SQLite is required.  See the --with-sqlite3 configure option.]), -ldl)
++  AC_ERROR([SQLite is required.  See the --with-sqlite3 configure option.]))
+ 
+ AC_CHECKING(for Sqlite header files)
+ AC_CHECK_HEADER(sqlite3.h,,
Index: Makefile
===================================================================
--- Makefile	(revision 11)
+++ Makefile	(working copy)
@@ -6,16 +6,19 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTVERSION=	1.6.1
 CATEGORIES=	databases
-MASTER_SITES=	http://www.ocaml.info/ocaml_sources/
+MASTER_SITES=	http://hg.ocaml.info/release/${PKGNAMEPREFIX}${PORTNAME}/archive/
 PKGNAMEPREFIX=	ocaml-
-DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME=	release-${PORTVERSION}
 
 MAINTAINER=	jaapb@kerguelen.org
 COMMENT=	OCaml bindings to sqlite3 library
 
+WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-release-${PORTVERSION}
+
+USE_AUTOTOOLS=		autoconf
+USE_GMAKE=		yes
 USE_SQLITE=		yes
 USE_OCAML=		yes
 USE_OCAML_FINDLIB=	yes
@@ -33,12 +36,11 @@
 USE_BZIP2=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-PORTDOCS=	README style.css *.html
+PORTDOCS=	style.css *.html
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@( cd ${WRKSRC}; ${INSTALL_DATA} README ${DOCSDIR} )
 	@( cd ${WRKSRC}/doc;\
 	   for f in `${FIND} . -type f -print`; do\
 		${INSTALL_DATA} $${f} ${DOCSDIR};\


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112171259.pBHCxWEm081638>