From 6d6a76b5d1c3222c6235f539f795e0891004779d Mon Sep 17 00:00:00 2001 From: jbeich Date: Thu, 16 Apr 2015 10:57:54 +0000 Subject: 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 --- databases/sqlite3/Makefile | 4 ++-- databases/tcl-sqlite3/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases') 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 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) -- cgit