svn commit: r384095 - in head/databases: sqlite3 tcl-sqlite3

Jan Beich jbeich at FreeBSD.org
Thu Apr 16 10:57:55 UTC 2015


Author: jbeich
Date: Thu Apr 16 10:57:54 2015
New Revision: 384095
URL: https://svnweb.freebsd.org/changeset/ports/384095

Log:
  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

Modified:
  head/databases/sqlite3/Makefile
  head/databases/tcl-sqlite3/Makefile

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Thu Apr 16 08:22:07 2015	(r384094)
+++ head/databases/sqlite3/Makefile	Thu Apr 16 10:57:54 2015	(r384095)
@@ -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 at gmail.com
 COMMENT=	SQL database engine in a C library

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Thu Apr 16 08:22:07 2015	(r384094)
+++ head/databases/tcl-sqlite3/Makefile	Thu Apr 16 10:57:54 2015	(r384095)
@@ -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 at gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)


More information about the svn-ports-all mailing list