diff options
author | mat <mat@FreeBSD.org> | 2015-10-20 22:47:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-20 22:47:17 +0800 |
commit | 76020c61c0406a9ee135440e2e23c16527ff3e47 (patch) | |
tree | 67280fd816d95441e95ef8503090b53fd3e8093c /databases/tcl-sqlite3 | |
parent | 517068e806de44266acb0ae92149558572d28aea (diff) | |
download | freebsd-ports-gnome-76020c61c0406a9ee135440e2e23c16527ff3e47.tar.gz freebsd-ports-gnome-76020c61c0406a9ee135440e2e23c16527ff3e47.tar.zst freebsd-ports-gnome-76020c61c0406a9ee135440e2e23c16527ff3e47.zip |
Update to 3.9.1.
PR: 203893
Submitted by: maintainer
Sponsored by: Absolight
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/tcl-sqlite3/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index a5d695feb9c1..5918764e106f 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.11.1 +PORTVERSION= 3.9.1 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g} +DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index a73d370af0fb..84cd9fb00183 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3081101.tar.gz) = fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6 -SIZE (sqlite-autoconf-3081101.tar.gz) = 2101885 +SHA256 (sqlite-autoconf-3090100.tar.gz) = d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c +SIZE (sqlite-autoconf-3090100.tar.gz) = 2284128 |