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 /textproc/pure-csv | |
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 'textproc/pure-csv')
-rw-r--r-- | textproc/pure-csv/Makefile | 18 | ||||
-rw-r--r-- | textproc/pure-csv/distinfo | 4 |
2 files changed, 8 insertions, 14 deletions
diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile index ee82af5f2dd4..6be64e2fd7c5 100644 --- a/textproc/pure-csv/Makefile +++ b/textproc/pure-csv/Makefile @@ -6,24 +6,18 @@ # PORTNAME= pure-csv -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= textproc -MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= A CSV reading and writing module for the Pure language -LIB_DEPENDS+= pure:${PORTSDIR}/lang/pure - -LICENSE_FILE= ${WRKSRC}/COPYING +USE_PURE= yes +NO_PURE_EXAMPLES= yes PLIST_FILES= lib/pure/csv.pure \ lib/pure/csv.so -USE_GCC= 4.2+ -USE_GMAKE= yes - -MAKE_ARGS+= prefix=${PREFIX} CPPFLAGS+=-I${LOCALBASE}/include \ - LDFLAGS+=-L${LOCALBASE}/lib CFLAGS="${CFLAGS}" - -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/lang/pure/bsd.pure.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pure-csv/distinfo b/textproc/pure-csv/distinfo index 34ce5f656e93..1854d5541cb5 100644 --- a/textproc/pure-csv/distinfo +++ b/textproc/pure-csv/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure-csv-1.4.tar.gz) = 9b61f9c73a23a710ab9c77e039480d5fbf0a55e11c1a2dbeb9846411a1c68880 -SIZE (pure-csv-1.4.tar.gz) = 26549 +SHA256 (pure/pure-csv-1.5.tar.gz) = 996a499dc2f0a4e537b420b3c754f4d8a7af74a43f4afb46e67701f866edaa7c +SIZE (pure/pure-csv-1.5.tar.gz) = 26670 |