mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1: Upgrade to 0.5.
2: Switch to USES=sqlite
This commit is contained in:
parent
bfabba0162
commit
34d0bb0e43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406023
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pure-sql3
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
|
||||
DIST_SUBDIR= pure
|
||||
@ -14,9 +13,7 @@ COMMENT= Pure language binding to the SQLite3 library
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
USES= pure
|
||||
USES= pkgconfig pure sqlite
|
||||
PORTDOCS= README
|
||||
PORTEXAMPLES= *
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pure/pure-sql3-0.4.tar.gz) = 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
|
||||
SIZE (pure/pure-sql3-0.4.tar.gz) = 41822
|
||||
SHA256 (pure/pure-sql3-0.5.tar.gz) = b9f79dd443c8ffc5cede51e2af617f24726f5c0409aab4948c9847e6adb53c37
|
||||
SIZE (pure/pure-sql3-0.5.tar.gz) = 29616
|
||||
|
Loading…
Reference in New Issue
Block a user