diff options
author | rm <rm@FreeBSD.org> | 2014-02-11 06:01:26 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-02-11 06:01:26 +0800 |
commit | 2009a15373bf1683ae39b14bfd7f7fa2a1c34d37 (patch) | |
tree | b1da60ae27d083517380d30dd6107c59250c10e9 /databases | |
parent | 737e04fcd5d4b227d9bc123386e5ee2b34d7fd06 (diff) | |
download | freebsd-ports-gnome-2009a15373bf1683ae39b14bfd7f7fa2a1c34d37.tar.gz freebsd-ports-gnome-2009a15373bf1683ae39b14bfd7f7fa2a1c34d37.tar.zst freebsd-ports-gnome-2009a15373bf1683ae39b14bfd7f7fa2a1c34d37.zip |
- update to 3.8.3
- correct EXAMPLE option
- "extended regex" had used on post-patch phase
PR: 186558
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 12 | ||||
-rw-r--r-- | databases/tcl-sqlite3/distinfo | 4 | ||||
-rw-r--r-- | databases/tcl-sqlite3/pkg-descr | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 48bbcf8ae8b9..00eb708088ec 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ 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 @@ SUB_LIST= "TCLSH=${TCLSH}" 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 --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index f5b9d9354519..639a9270308c 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -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 diff --git a/databases/tcl-sqlite3/pkg-descr b/databases/tcl-sqlite3/pkg-descr index b7f9669754cd..b97778ec74b6 100644 --- a/databases/tcl-sqlite3/pkg-descr +++ b/databases/tcl-sqlite3/pkg-descr @@ -1,4 +1,4 @@ This is the SQLite extension for Tcl using the Tcl Extension Architecture (TEA). -WWW: http://www.sqlite.org +WWW: http://www.sqlite.org/ |