From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 17 13:00:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84981106564A for ; Sat, 17 Dec 2011 13:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4926C8FC1C for ; Sat, 17 Dec 2011 13:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBHD0LKM084339 for ; Sat, 17 Dec 2011 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBHD0LnQ084338; Sat, 17 Dec 2011 13:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 17 Dec 2011 13:00:21 GMT Resent-Message-Id: <201112171300.pBHD0LnQ084338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Boender Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA1F1065673 for ; Sat, 17 Dec 2011 12:59:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D30508FC18 for ; Sat, 17 Dec 2011 12:59:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBHCxWB4081639 for ; Sat, 17 Dec 2011 12:59:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBHCxWEm081638; Sat, 17 Dec 2011 12:59:32 GMT (envelope-from nobody) Message-Id: <201112171259.pBHCxWEm081638@red.freebsd.org> Date: Sat, 17 Dec 2011 12:59:32 GMT From: Jaap Boender To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163409: [maintainer update] databases/ocaml-sqlite3 to version 1.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 13:00:21 -0000 >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: