Lines 2-12
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 557725 2020-12-11 11:58:14Z gahr $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 557725 2020-12-11 11:58:14Z gahr $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
DISTVERSION= 3.34.0 |
5 |
DISTVERSION= 3.34.1 |
6 |
PORTREVISION= 0 |
|
|
7 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
8 |
CATEGORIES= databases |
7 |
CATEGORIES= databases |
9 |
MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/ |
8 |
MASTER_SITES= https://www.sqlite.org/2021/ https://www2.sqlite.org/2021/ https://www3.sqlite.org/2021/ |
10 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
9 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
11 |
|
10 |
|
12 |
MAINTAINER= pavelivolkov@gmail.com |
11 |
MAINTAINER= pavelivolkov@gmail.com |