svn commit: r399855 - head/databases/tcl-sqlite3

Mathieu Arnold mat at FreeBSD.org
Tue Oct 20 14:47:18 UTC 2015


Author: mat
Date: Tue Oct 20 14:47:17 2015
New Revision: 399855
URL: https://svnweb.freebsd.org/changeset/ports/399855

Log:
  Update to 3.9.1.
  
  PR:		203893
  Submitted by:	maintainer
  Sponsored by:	Absolight

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

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Tue Oct 20 14:47:12 2015	(r399854)
+++ head/databases/tcl-sqlite3/Makefile	Tue Oct 20 14:47:17 2015	(r399855)
@@ -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 at gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)

Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo	Tue Oct 20 14:47:12 2015	(r399854)
+++ head/databases/tcl-sqlite3/distinfo	Tue Oct 20 14:47:17 2015	(r399855)
@@ -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


More information about the svn-ports-all mailing list