diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-05-31 14:03:15 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-05-31 14:03:15 +0000 |
commit | 39e6d66d3bb938ee4318bb72fbed5e23932d7b4f (patch) | |
tree | 8a14962a3ec2d60467b94f5d833910ea78dc6524 /databases/sqlite3/Makefile | |
parent | c876a23dc5ebcd6e66e090c01bc805b534acc8c8 (diff) |
- Update to 3.7.17 [1]
- Remove leading article from COMMENT
Changes: http://www.sqlite.org/releaselog/3_7_17.html
PR: ports/178971 [1]
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=319492
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index b0e770bd79a8..24063a4174c8 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.7.16.1 +PORTVERSION= 3.7.17 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ -DISTNAME= sqlite-autoconf-3071601 +DISTNAME= sqlite-autoconf-3071700 MAINTAINER= pavelivolkov@gmail.com -COMMENT= An SQL database engine in a C library +COMMENT= SQL database engine in a C library LICENSE= public LICENSE_NAME= Public Domain |