mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0.1
PR: ports/130853 Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
This commit is contained in:
parent
1c4fb0f224
commit
7cef6a8747
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227040
3 changed files with 11 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= rngstreams
|
PORTNAME= rngstreams
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/
|
MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (rngstreams-1.0.tar.gz) = 474980bc2e2ee4867d882f8b6a8ed9a6
|
MD5 (rngstreams-1.0.1.tar.gz) = 6d9d842247cd1d4e9e60440406858a69
|
||||||
SHA256 (rngstreams-1.0.tar.gz) = eea58892d836d2ac1bc69e85d262f0874b643ad10fbc6ab9456053e1fc7be8c8
|
SHA256 (rngstreams-1.0.1.tar.gz) = 966195febb9fb9417e4e361948843425aee12efc8b4e85332acbcd011ff2d9b0
|
||||||
SIZE (rngstreams-1.0.tar.gz) = 546107
|
SIZE (rngstreams-1.0.1.tar.gz) = 502458
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- Makefile.in.orig 2008-11-09 09:29:26.633715502 -0500
|
--- Makefile.in.orig 2009-01-08 07:48:17.000000000 -0500
|
||||||
+++ Makefile.in 2008-11-09 09:29:53.109682979 -0500
|
+++ Makefile.in 2009-01-21 21:31:18.662039620 -0500
|
||||||
@@ -134,7 +134,7 @@
|
@@ -183,7 +183,7 @@
|
||||||
sysconfdir = @sysconfdir@
|
top_build_prefix = @top_build_prefix@
|
||||||
target_alias = @target_alias@
|
top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
-SUBDIRS = . src examples tests doc
|
-SUBDIRS = . src examples tests doc
|
||||||
+SUBDIRS = . src tests
|
+SUBDIRS = . src tests
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
autogen.sh
|
autogen.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue