Date: Sat, 8 Feb 2014 14:30:20 +0400 (MSK) From: Pavel I Volkov <pavelivolkov@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/186558: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3 Message-ID: <201402081030.s18AUK4G011765@be.dns4soho.net> Resent-Message-ID: <201402081050.s18Ao0Z1021813@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186558 >Category: ports >Synopsis: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3 >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 08 10:50: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 - Correct EXAMPLE options - I'm had used "extended regex" on post-patch phase. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- tcl-sqlite3-3.8.3.patch begins here --- diff -ruN ../tcl-sqlite3.orig/Makefile ./Makefile --- ../tcl-sqlite3.orig/Makefile 2014-02-05 10:51:47.000000000 +0400 +++ ./Makefile 2014-02-06 09:57:50.000000000 +0400 @@ -1,11 +1,11 @@ # $FreeBSD: head/databases/tcl-sqlite3/Makefile 340139 2014-01-18 02:07:40Z danilo $ PORTNAME= sqlite3 -PORTVERSION= 3.8.2 +PORTVERSION= 3.8.3 CATEGORIES= databases tcl -MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ +MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3080200 +DISTNAME= sqlite-autoconf-3080300 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) @@ -37,11 +37,15 @@ PLIST_FILES+= man/mann/sqlite3.n.gz +.include <bsd.port.options.mk> + post-patch: - @${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/.*([0-9]+).*/\1/}/' ${WRKSRC}/Makefile.in post-install: +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff -ruN ../tcl-sqlite3.orig/distinfo ./distinfo --- ../tcl-sqlite3.orig/distinfo 2014-02-05 10:51:47.000000000 +0400 +++ ./distinfo 2014-02-05 10:53:20.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080200.tar.gz) = a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92 -SIZE (sqlite-autoconf-3080200.tar.gz) = 1917056 +SHA256 (sqlite-autoconf-3080300.tar.gz) = dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26 +SIZE (sqlite-autoconf-3080300.tar.gz) = 1923594 --- tcl-sqlite3-3.8.3.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?201402081030.s18AUK4G011765>