diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-01-28 10:31:23 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-01-28 10:31:23 +0000 |
commit | 7cef6a87470f1870a3abcf52b2f04c17cb1deab8 (patch) | |
tree | 65f8d09643816f549f99a1f1db4c43456add25db /math/rngstreams | |
parent | 1c4fb0f2249dd33ae495229799cad966520b2f98 (diff) |
- Update to 1.0.1
PR: ports/130853
Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=227040
Diffstat (limited to 'math/rngstreams')
-rw-r--r-- | math/rngstreams/Makefile | 2 | ||||
-rw-r--r-- | math/rngstreams/distinfo | 6 | ||||
-rw-r--r-- | math/rngstreams/files/patch-Makefile.in | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/math/rngstreams/Makefile b/math/rngstreams/Makefile index a3606b35a150..39dc91c52f7a 100644 --- a/math/rngstreams/Makefile +++ b/math/rngstreams/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rngstreams -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/ diff --git a/math/rngstreams/distinfo b/math/rngstreams/distinfo index 48fa2930071a..58ad0239737b 100644 --- a/math/rngstreams/distinfo +++ b/math/rngstreams/distinfo @@ -1,3 +1,3 @@ -MD5 (rngstreams-1.0.tar.gz) = 474980bc2e2ee4867d882f8b6a8ed9a6 -SHA256 (rngstreams-1.0.tar.gz) = eea58892d836d2ac1bc69e85d262f0874b643ad10fbc6ab9456053e1fc7be8c8 -SIZE (rngstreams-1.0.tar.gz) = 546107 +MD5 (rngstreams-1.0.1.tar.gz) = 6d9d842247cd1d4e9e60440406858a69 +SHA256 (rngstreams-1.0.1.tar.gz) = 966195febb9fb9417e4e361948843425aee12efc8b4e85332acbcd011ff2d9b0 +SIZE (rngstreams-1.0.1.tar.gz) = 502458 diff --git a/math/rngstreams/files/patch-Makefile.in b/math/rngstreams/files/patch-Makefile.in index b94ccf3e74b2..a171850c4798 100644 --- a/math/rngstreams/files/patch-Makefile.in +++ b/math/rngstreams/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-11-09 09:29:26.633715502 -0500 -+++ Makefile.in 2008-11-09 09:29:53.109682979 -0500 -@@ -134,7 +134,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - +--- Makefile.in.orig 2009-01-08 07:48:17.000000000 -0500 ++++ Makefile.in 2009-01-21 21:31:18.662039620 -0500 +@@ -183,7 +183,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -SUBDIRS = . src examples tests doc +SUBDIRS = . src tests - EXTRA_DIST = \ autogen.sh + |