Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 15:56:34 +0400 (MSK)
From:      Pavel I Volkov <pavelivolkov@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186787: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3.1
Message-ID:  <201402141156.s1EBuYYp046692@be.dns4soho.net>
Resent-Message-ID: <201402151110.s1FBA0eH036957@freefall.freebsd.org>

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

>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 <bsd.port.options.mk>
 
 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:



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