Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 16:32:58 +0000 (UTC)
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563421 - head/databases/tcl-sqlite3
Message-ID:  <202101301632.10UGWwjp057049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lcook
Date: Sat Jan 30 16:32:57 2021
New Revision: 563421
URL: https://svnweb.freebsd.org/changeset/ports/563421

Log:
  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

Modified:
  head/databases/tcl-sqlite3/Makefile
  head/databases/tcl-sqlite3/distinfo

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Sat Jan 30 15:34:01 2021	(r563420)
+++ head/databases/tcl-sqlite3/Makefile	Sat Jan 30 16:32:57 2021	(r563421)
@@ -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
+CONFIGURE_ARGS=	--with-system-sqlite
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/tea
-
 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

Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo	Sat Jan 30 15:34:01 2021	(r563420)
+++ head/databases/tcl-sqlite3/distinfo	Sat Jan 30 16:32:57 2021	(r563421)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101301632.10UGWwjp057049>