diff options
author | pav <pav@FreeBSD.org> | 2012-01-26 19:18:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-01-26 19:18:51 +0800 |
commit | 8c5e0793188e5bbbf00a6ed44f4fa4480c24f509 (patch) | |
tree | de21d6cb700408c37227fad6cd6e2f0f33f30fee /databases | |
parent | 3a7304aa9281f789c5922f5bb0b896eb4c76ca43 (diff) | |
download | freebsd-ports-gnome-8c5e0793188e5bbbf00a6ed44f4fa4480c24f509.tar.gz freebsd-ports-gnome-8c5e0793188e5bbbf00a6ed44f4fa4480c24f509.tar.zst freebsd-ports-gnome-8c5e0793188e5bbbf00a6ed44f4fa4480c24f509.zip |
- Update pure to 0.51 and update modules
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pure-sql3/Makefile | 22 | ||||
-rw-r--r-- | databases/pure-sql3/distinfo | 4 |
2 files changed, 6 insertions, 20 deletions
diff --git a/databases/pure-sql3/Makefile b/databases/pure-sql3/Makefile index 6699f2a07fd4..2b7fe7b0e251 100644 --- a/databases/pure-sql3/Makefile +++ b/databases/pure-sql3/Makefile @@ -7,33 +7,19 @@ PORTNAME= pure-sql3 PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= Pure language binding to the SQLite3 library -LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure \ - sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 -LICENSE_FILE= ${WRKSRC}/COPYING +USE_PURE= yes -USE_GCC= 4.2+ -USE_GMAKE= yes PLIST_FILES= lib/pure/sql3.pure \ lib/pure/sql3util.so -MAKE_ARGS+= prefix=${PREFIX} CPPFLAGS+=-I${LOCALBASE}/include \ - LDFLAGS+=-L${LOCALBASE}/lib CFLAGS="${CFLAGS}" - -PORTEXAMPLES= * - .include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) -.endif - +.include "${PORTSDIR}/lang/pure/bsd.pure.mk" .include <bsd.port.post.mk> diff --git a/databases/pure-sql3/distinfo b/databases/pure-sql3/distinfo index 78dc57a55b6e..f8878ec7aea2 100644 --- a/databases/pure-sql3/distinfo +++ b/databases/pure-sql3/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure-sql3-0.4.tar.gz) = 6e6835169ad00b18ecc06b3b156f4ea4a26a3e0ee4a7780a88cee2e7deab7ce1 -SIZE (pure-sql3-0.4.tar.gz) = 41610 +SHA256 (pure/pure-sql3-0.4.tar.gz) = 736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479 +SIZE (pure/pure-sql3-0.4.tar.gz) = 41822 |