aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-11-15 15:28:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-11-15 15:28:57 +0000
commit62626e11a135907969c275a8a7be80f898b7357b (patch)
tree947664ddcfacfd9845dda972c0bd3ae9fcfab6aa /databases/sqlite3/Makefile
parentc5343a0aeeffa7e212ba9f17987c4c1d51787a09 (diff)
downloadports-62626e11a135907969c275a8a7be80f898b7357b.tar.gz
ports-62626e11a135907969c275a8a7be80f898b7357b.zip
Update to 3.15.0.
PR: 214214 Submitted by: maintainer (Pavel Volkov)
Notes
Notes: svn path=/head/; revision=426172
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 6dd981e3690e..ab679e88e69a 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.14.1
-PORTREVISION= 1
+PORTVERSION= 3.15.0
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
@@ -208,4 +207,8 @@ post-build:
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
.endif
+# for compares with checksum from of the site
+sha1:
+ @sha1 ${DISTDIR}/${ALLFILES}
+
.include <bsd.port.mk>