From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 15 11:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 AA37ED0 for ; Sat, 15 Feb 2014 11:10:00 +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 846BB1CA3 for ; Sat, 15 Feb 2014 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1FBA0FD036958 for ; Sat, 15 Feb 2014 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1FBA0eH036957; Sat, 15 Feb 2014 11:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 15 Feb 2014 11:10:00 GMT Resent-Message-Id: <201402151110.s1FBA0eH036957@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 A908F97 for ; Sat, 15 Feb 2014 11:06:40 +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 644DA1C86 for ; Sat, 15 Feb 2014 11:06:40 +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 s1FB6WLP024395 for ; Sat, 15 Feb 2014 11:06:32 GMT (envelope-from pol@be.dns4soho.net) Received: (from root@localhost) by be.dns4soho.net (8.14.7/8.14.7/Submit) id s1EBuYYp046692; Fri, 14 Feb 2014 15:56:34 +0400 (MSK) (envelope-from pol) Message-Id: <201402141156.s1EBuYYp046692@be.dns4soho.net> Date: Fri, 14 Feb 2014 15:56:34 +0400 (MSK) From: Pavel I Volkov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186787: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3.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 Feb 2014 11:10:00 -0000 >Number: 186787 >Category: ports >Synopsis: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3.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 Feb 15 11:10:00 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.3.1 - Corrected compiler flags - Corrected regex on post-patch target Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- tcl-sqlite3-3.8.3.1.patch begins here --- diff -ruN ../tcl-sqlite3.orig/Makefile ./Makefile --- ../tcl-sqlite3.orig/Makefile 2014-02-14 13:54:50.000000000 +0400 +++ ./Makefile 2014-02-14 15:05:10.000000000 +0400 @@ -1,11 +1,11 @@ # $FreeBSD: head/databases/tcl-sqlite3/Makefile 343687 2014-02-10 22:01:26Z rm $ PORTNAME= sqlite3 -PORTVERSION= 3.8.3 +PORTVERSION= 3.8.3.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-3080300 +DISTNAME= sqlite-autoconf-3080301 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) @@ -25,7 +25,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -CFLAGS+= `pkg-config --cflags --libs sqlite3` +CFLAGS+= `pkg-config --cflags sqlite3` +LDFLAGS+= `pkg-config --libs sqlite3` CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} --with-system-sqlite PLIST_DIRS+= lib/sqlite3 @@ -40,7 +41,7 @@ .include post-patch: - @${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/.*([0-9]+).*/\1/}/' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/[^[:digit:]]*([[:digit:]]+).*/\1/}/' ${WRKSRC}/Makefile.in post-install: .if ${PORT_OPTIONS:MEXAMPLES} diff -ruN ../tcl-sqlite3.orig/distinfo ./distinfo --- ../tcl-sqlite3.orig/distinfo 2014-02-14 13:54:50.000000000 +0400 +++ ./distinfo 2014-02-14 14:01:19.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080300.tar.gz) = dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26 -SIZE (sqlite-autoconf-3080300.tar.gz) = 1923594 +SHA256 (sqlite-autoconf-3080301.tar.gz) = de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c +SIZE (sqlite-autoconf-3080301.tar.gz) = 1923168 --- tcl-sqlite3-3.8.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: