diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2015-04-17 04:39:23 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2015-04-17 04:39:23 +0000 |
| commit | 37b8fa80aca96bda7c3276345983c958fdc49db9 (patch) | |
| tree | 3519456310f3ace99a23161880ab0c3f21530684 /databases/sqlite3 | |
| parent | 6a8ddfdf79b220f7362fa205b390d8107e7b84a1 (diff) | |
Notes
Diffstat (limited to 'databases/sqlite3')
| -rw-r--r-- | databases/sqlite3/Makefile | 5 |
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 |
