aboutsummaryrefslogtreecommitdiff
path: root/databases/tcl-sqlite3
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-04-16 10:57:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-04-16 10:57:54 +0000
commitf9832a88f9240d312cb58cc3e0194354b2c8b521 (patch)
treeb6d0514282ed02dbcfbf83b223d7616148050e79 /databases/tcl-sqlite3
parent9e89fb88fe4e30f25e107e53b2230c2347c1bb00 (diff)
downloadports-f9832a88f9240d312cb58cc3e0194354b2c8b521.tar.gz
ports-f9832a88f9240d312cb58cc3e0194354b2c8b521.zip
Revert DISTNAME change by using proper PORTVERSION
$ pkg version --test-version 3.8.9 3.8.9.0 = PR: 199312 (fixup) PR: 199313 (fixup) Submitted by: mat
Notes
Notes: svn path=/head/; revision=384095
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r--databases/tcl-sqlite3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index 65012ea7a53c..f88e0db2df12 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.9
+PORTVERSION= 3.8.9.0
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}00
+DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}
MAINTAINER= pavelivolkov@gmail.com
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)