Date: Sat, 15 Mar 2014 12:48:35 +0400 (MSK) From: Pavel I Volkov <pavelivolkov@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/187603: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.4.1 Message-ID: <201403150848.s2F8mZGZ027474@be.dns4soho.net> Resent-Message-ID: <201403150900.s2F9018U084013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403150848.s2F8mZGZ027474>