diff options
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index ece1c6c78cc9..7786966463ca 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.9 +PORTVERSION= 3.8.9.0 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}00 +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library |