View | Details | Raw Unified | Return to bug 195063 | Differences between
and this patch

Collapse All | Expand All

(-)databases/tcl-sqlite3/Makefile (-2 / +2 lines)
Lines 1-11 Link Here
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 371785 2014-10-31 09:04:12Z culot $
1
# $FreeBSD: head/databases/tcl-sqlite3/Makefile 371785 2014-10-31 09:04:12Z culot $
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
PORTVERSION=	3.8.7
4
PORTVERSION=	3.8.7.1
5
CATEGORIES=	databases tcl
5
CATEGORIES=	databases tcl
6
MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
6
MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
7
PKGNAMEPREFIX=	tcl-
7
PKGNAMEPREFIX=	tcl-
8
DISTNAME=	sqlite-autoconf-3080700
8
DISTNAME=	sqlite-autoconf-3080701
9
9
10
MAINTAINER=	pavelivolkov@gmail.com
10
MAINTAINER=	pavelivolkov@gmail.com
11
COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
11
COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
(-)databases/tcl-sqlite3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sqlite-autoconf-3080700.tar.gz) = d0b42377fb59ea8dfe690334af04505e34e60e6875058a01aebd2502ac63d4ae
1
SHA256 (sqlite-autoconf-3080701.tar.gz) = 9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
2
SIZE (sqlite-autoconf-3080700.tar.gz) = 1998217
2
SIZE (sqlite-autoconf-3080701.tar.gz) = 1998389

Return to bug 195063