From 8c5e0793188e5bbbf00a6ed44f4fa4480c24f509 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 26 Jan 2012 11:18:51 +0000 Subject: - Update pure to 0.51 and update modules PR: ports/161799 Submitted by: Zhihao Yuan (maintainer) --- math/pure-rational/Makefile | 15 +++++++-------- math/pure-rational/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'math') diff --git a/math/pure-rational/Makefile b/math/pure-rational/Makefile index bf8e9f272c4b..84b38a919a9d 100644 --- a/math/pure-rational/Makefile +++ b/math/pure-rational/Makefile @@ -7,21 +7,20 @@ PORTNAME= pure-rational PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= Rational number library for the Pure language -LIB_DEPENDS+= pure:${PORTSDIR}/lang/pure - LICENSE= GPLv3 +USE_PURE= yes +NO_PURE_EXAMPLES= yes + PLIST_FILES= lib/pure/rational.pure \ lib/pure/rat_interval.pure -USE_GMAKE= yes - -MAKE_ARGS+= prefix=${PREFIX} - -.include +.include +.include "${PORTSDIR}/lang/pure/bsd.pure.mk" +.include diff --git a/math/pure-rational/distinfo b/math/pure-rational/distinfo index c5da557efc55..8596660ab0ec 100644 --- a/math/pure-rational/distinfo +++ b/math/pure-rational/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure-rational-0.1.tar.gz) = c6b52330d45cb2b79c4bbfa748d9eccb796abd3b354d3d3d663d325f4eceeb1b -SIZE (pure-rational-0.1.tar.gz) = 44687 +SHA256 (pure/pure-rational-0.1.tar.gz) = 62cb4079a0dadd232a859e577e97e50e9718ccfcc5983c4d9c4c32cac7a9bafa +SIZE (pure/pure-rational-0.1.tar.gz) = 65724 -- cgit