aboutsummaryrefslogtreecommitdiff
path: root/databases/tcl-sqlite3
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-10 22:01:26 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-10 22:01:26 +0000
commit7ad9778313bad223d489a967bf43d9aeefad6ce1 (patch)
treeb1da60ae27d083517380d30dd6107c59250c10e9 /databases/tcl-sqlite3
parentf28a05d93dd691e2424cd38ade561069ffbf78ed (diff)
Notes
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r--databases/tcl-sqlite3/Makefile12
-rw-r--r--databases/tcl-sqlite3/distinfo4
-rw-r--r--databases/tcl-sqlite3/pkg-descr2
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/