aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile5
1 files changed, 3 insertions, 2 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