From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 15 09:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBBCEA2B for ; Sat, 15 Mar 2014 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A85A2FA9 for ; Sat, 15 Mar 2014 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F901G7084014 for ; Sat, 15 Mar 2014 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2F9018U084013; Sat, 15 Mar 2014 09:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 15 Mar 2014 09:00:01 GMT Resent-Message-Id: <201403150900.s2F9018U084013@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, Pavel I Volkov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88AE39CD for ; Sat, 15 Mar 2014 08:56:12 +0000 (UTC) Received: from be.dns4soho.net (be.dns4soho.net [IPv6:2a01:230:2::30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D17DCF8C for ; Sat, 15 Mar 2014 08:56:11 +0000 (UTC) Received: from be.dns4soho.net (be.dns4soho.net [82.146.57.245]) by be.dns4soho.net (8.14.7/8.14.5) with ESMTP id s2F8u5TW061036 for ; Sat, 15 Mar 2014 08:56:05 GMT (envelope-from pol@be.dns4soho.net) Received: (from root@localhost) by be.dns4soho.net (8.14.7/8.14.7/Submit) id s2F8mZGZ027474; Sat, 15 Mar 2014 12:48:35 +0400 (MSK) (envelope-from pol) Message-Id: <201403150848.s2F8mZGZ027474@be.dns4soho.net> Date: Sat, 15 Mar 2014 12:48:35 +0400 (MSK) From: Pavel I Volkov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187603: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 09:00:02 -0000 >Number: 187603 >Category: ports >Synopsis: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.4.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 Mar 15 09:00:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Pavel I Volkov >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD be.dns4soho.net 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #4 r260656: Wed Jan 15 11:21:37 MSK >Description: - Update to 3.8.4.1 Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- tcl-sqlite3-3.8.4.1.patch begins here --- diff -ruN ../tcl-sqlite3.orig/Makefile ./Makefile --- ../tcl-sqlite3.orig/Makefile 2014-03-14 09:57:21.000000000 +0400 +++ ./Makefile 2014-03-15 10:43:21.000000000 +0400 @@ -1,11 +1,11 @@ # $FreeBSD: head/databases/tcl-sqlite3/Makefile 344640 2014-02-17 03:00:41Z skreuzer $ PORTNAME= sqlite3 -PORTVERSION= 3.8.3.1 +PORTVERSION= 3.8.4.1 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3080301 +DISTNAME= sqlite-autoconf-3080401 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) @@ -29,8 +29,8 @@ LDFLAGS+= `pkg-config --libs sqlite3` CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} --with-system-sqlite -PLIST_DIRS+= lib/sqlite3 -PLIST_FILES+= lib/sqlite3/libsqlite.so.1 lib/sqlite3/pkgIndex.tcl +PLIST_DIRS+= lib/${PORTNAME} +PLIST_FILES+= lib/${PORTNAME}/libsqlite${PORTVERSION:S/.//g}.so.1 lib/${PORTNAME}/pkgIndex.tcl PORTEXAMPLES= * SUB_FILES= example.tcl @@ -44,6 +44,7 @@ @${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/[^[:digit:]]*([[:digit:]]+).*/\1/}/' ${WRKSRC}/Makefile.in post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/libsqlite${PORTVERSION:S/.//g}.so.1 .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${EXAMPLESDIR} diff -ruN ../tcl-sqlite3.orig/distinfo ./distinfo --- ../tcl-sqlite3.orig/distinfo 2014-03-14 09:57:21.000000000 +0400 +++ ./distinfo 2014-03-14 10:26:44.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080301.tar.gz) = de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c -SIZE (sqlite-autoconf-3080301.tar.gz) = 1923168 +SHA256 (sqlite-autoconf-3080401.tar.gz) = 17227492466bb29fbef30d94a7cc27ec799e36c5d4d879dedd331079a6d1bc38 +SIZE (sqlite-autoconf-3080401.tar.gz) = 1937368 --- tcl-sqlite3-3.8.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: