diff options
author | culot <culot@FreeBSD.org> | 2012-10-13 15:45:23 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-10-13 15:45:23 +0800 |
commit | e295c5be03421da462a4d513412f3271f78a27e4 (patch) | |
tree | a7efc30f030a1ec8cfdd58d4061c62b530d18fba /databases | |
parent | c9f132dc07ea36d4d8edc3a12974098c09b9c4fb (diff) | |
download | freebsd-ports-gnome-e295c5be03421da462a4d513412f3271f78a27e4.tar.gz freebsd-ports-gnome-e295c5be03421da462a4d513412f3271f78a27e4.tar.zst freebsd-ports-gnome-e295c5be03421da462a4d513412f3271f78a27e4.zip |
- Update to 3.7.14.1
PR: ports/172399
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 12 | ||||
-rw-r--r-- | databases/tcl-sqlite3/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 7d0084905904..b2c34e7eaeac 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: sqlite3-tea -# Date created: 2011-03-23 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# +# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sqlite3 -PORTVERSION= 3.7.14 +PORTVERSION= 3.7.14.1 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3071400 +DISTNAME= sqlite-autoconf-3071401 -MAINTAINER= pavelivolkov@googlemail.com +MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) LICENSE= public diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index 966b2ff1c1a7..f45c956862e7 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3071400.tar.gz) = de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724 -SIZE (sqlite-autoconf-3071400.tar.gz) = 1832194 +SHA256 (sqlite-autoconf-3071401.tar.gz) = d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692 +SIZE (sqlite-autoconf-3071401.tar.gz) = 1832051 |