Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 422711 2016-09-24 11:06:57Z tijl $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 422711 2016-09-24 11:06:57Z tijl $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
PORTVERSION= 3.14.1 |
5 |
PORTVERSION= 3.15.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
8 |
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ |
7 |
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ |
9 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
8 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
Lines 208-211
post-build:
Link Here
|
208 |
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" |
207 |
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" |
209 |
.endif |
208 |
.endif |
210 |
|
209 |
|
|
|
210 |
# for compares with checksum from of the site |
211 |
sha1: |
212 |
@sha1 ${DISTDIR}/${ALLFILES} |
213 |
|
211 |
.include <bsd.port.mk> |
214 |
.include <bsd.port.mk> |