diff options
Diffstat (limited to 'databases/tcl-sqlite3/Makefile')
| -rw-r--r-- | databases/tcl-sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 3815aa9fa38b..e98bc89a0962 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8.2 +PORTVERSION= 3.8.8.3 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-3080802 +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) |
