svn commit: r406023 - head/databases/pure-sql3
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jan 13 08:10:54 UTC 2016
Author: vanilla
Date: Wed Jan 13 08:10:52 2016
New Revision: 406023
URL: https://svnweb.freebsd.org/changeset/ports/406023
Log:
1: Upgrade to 0.5.
2: Switch to USES=sqlite
Modified:
head/databases/pure-sql3/Makefile
head/databases/pure-sql3/distinfo
Modified: head/databases/pure-sql3/Makefile
==============================================================================
--- head/databases/pure-sql3/Makefile Wed Jan 13 08:00:54 2016 (r406022)
+++ head/databases/pure-sql3/Makefile Wed Jan 13 08:10:52 2016 (r406023)
@@ -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 SQ
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
Modified: head/databases/pure-sql3/distinfo
==============================================================================
--- head/databases/pure-sql3/distinfo Wed Jan 13 08:00:54 2016 (r406022)
+++ head/databases/pure-sql3/distinfo Wed Jan 13 08:10:52 2016 (r406023)
@@ -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
More information about the svn-ports-all
mailing list