aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/sqlite3/Makefile5
-rw-r--r--databases/tcl-sqlite3/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 7786966463ca..1c0dd29772b5 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,10 +2,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.9.0
+PORTVERSION= 3.8.9
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
-DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}
+DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00
MAINTAINER= pavelivolkov@gmail.com
COMMENT= SQL database engine in a C library
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index f88e0db2df12..2f0687f0bf69 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -1,11 +1,12 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.9.0
+PORTVERSION= 3.8.9
+PORTREVISION= 1
CATEGORIES= databases tcl
MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
PKGNAMEPREFIX= tcl-
-DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}
+DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00
MAINTAINER= pavelivolkov@gmail.com
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)