From 37b8fa80aca96bda7c3276345983c958fdc49db9 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 17 Apr 2015 04:39:23 +0000 Subject: Backout r384095 for breaking databases/tcl-sqlite3 PACKAGE_VERSION is 3.8.9, not 3.8.9.0. tcl-sqlite3 uses it for naming shared library. Also saved in pkg-config --modversion. Bump PORTREVISION to make sure both ports are on the same PORTVERSION. PR: 199312 PR: 199313 Reported by: pkg-fallout Requested by: Pavel Volkov (maintainer) Pointy hat: jbeich --- databases/tcl-sqlite3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/tcl-sqlite3') diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index f88e0db2df12..2f0687f0bf69 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.9.0 +PORTVERSION= 3.8.9 +PORTREVISION= 1 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} +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) -- cgit v1.2.3