aboutsummaryrefslogtreecommitdiff
path: root/databases/tcl-sqlite3
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2021-01-30 16:32:57 +0000
committerLewis Cook <lcook@FreeBSD.org>2021-01-30 16:32:57 +0000
commit9078a0e912d99d4a18a545c4f76e7fc563acf834 (patch)
tree7c47b6bddeaff2976f16aff0708b0b9af083f95b /databases/tcl-sqlite3
parent2cdf67966f7c681a888519d7d445f75864363a9e (diff)
downloadports-9078a0e912d99d4a18a545c4f76e7fc563acf834.tar.gz
ports-9078a0e912d99d4a18a545c4f76e7fc563acf834.zip
databases/tcl-sqlite3: Update to 3.34.1
While here, pet portclippy. Changes: https://www.sqlite.org/releaselog/3_34_1.html PR: 252964 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28426
Notes
Notes: svn path=/head/; revision=563421
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r--databases/tcl-sqlite3/Makefile29
-rw-r--r--databases/tcl-sqlite3/distinfo6
2 files changed, 19 insertions, 16 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index e16d987b6b9d..bf0294b2325a 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -1,9 +1,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.34.0
+PORTVERSION= 3.34.1
CATEGORIES= databases tcl
-MASTER_SITES= https://www.sqlite.org/2020/ https://www2.sqlite.org/2020/ https://www3.sqlite.org/2020/
+MASTER_SITES= https://www.sqlite.org/2021/ \
+ https://www2.sqlite.org/2021/ \
+ https://www3.sqlite.org/2021/
PKGNAMEPREFIX= tcl-
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
@@ -17,24 +19,25 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3
USES= pkgconfig tcl:tea
USE_LDCONFIG= yes
-OPTIONS_DEFINE= EXAMPLES THREADS
-OPTIONS_DEFAULT= THREADS
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/tea
+CONFIGURE_ARGS= --with-system-sqlite
CFLAGS+= `pkg-config --cflags sqlite3`
LDFLAGS+= `pkg-config --libs sqlite3`
-CONFIGURE_ARGS= --with-system-sqlite
-
-THREADS_CONFIGURE_ENABLE= threads
-
-PLIST_FILES+= lib/${PORTNAME}/libsqlite${PORTVERSION}.so lib/${PORTNAME}/pkgIndex.tcl
-PORTEXAMPLES= *
SUB_FILES= example.tcl
SUB_LIST= "TCLSH=${TCLSH}"
-PLIST_FILES+= man/mann/sqlite3.n.gz
+WRKSRC= ${WRKDIR}/${DISTNAME}/tea
+
+PLIST_FILES= lib/${PORTNAME}/libsqlite${PORTVERSION}.so \
+ lib/${PORTNAME}/pkgIndex.tcl \
+ man/mann/sqlite3.n.gz
+PORTEXAMPLES= *
+
+OPTIONS_DEFINE= EXAMPLES THREADS
+OPTIONS_DEFAULT= THREADS
+
+THREADS_CONFIGURE_ENABLE= threads
post-patch:
@${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/[^[:digit:]]*([[:digit:]]+).*/\1/}/' ${WRKSRC}/Makefile.in
diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo
index b0d07772383e..60045d92b952 100644
--- a/databases/tcl-sqlite3/distinfo
+++ b/databases/tcl-sqlite3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607687979
-SHA256 (sqlite-autoconf-3340000.tar.gz) = bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee
-SIZE (sqlite-autoconf-3340000.tar.gz) = 2930085
+TIMESTAMP = 1611470952
+SHA256 (sqlite-autoconf-3340100.tar.gz) = 2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89
+SIZE (sqlite-autoconf-3340100.tar.gz) = 2930089