Index: head/math/rngstreams/Makefile =================================================================== --- head/math/rngstreams/Makefile (revision 227039) +++ head/math/rngstreams/Makefile (revision 227040) @@ -1,44 +1,44 @@ # New ports collection makefile for: rngstreams # Date created: 9 November 2008 # Whom: bf # # $FreeBSD$ # PORTNAME= rngstreams -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/ MAINTAINER= bf2006a@yahoo.com COMMENT= A C implementation of a high-quality uniform random number generator GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared USE_LDCONFIG= yes PLIST_FILES= lib/librngstreams.a \ lib/librngstreams.la \ lib/librngstreams.so.0 \ lib/librngstreams.so \ include/RngStream.h PORTDOCS= rngstreams.txt PORTEXAMPLES= example1.c post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for DD in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${DOCSDIR} .endfor .endif .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} .for EE in ${PORTEXAMPLES} @${INSTALL_DATA} ${WRKSRC}/examples/${EE} ${EXAMPLESDIR} .endfor .endif regression-test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) .include Property changes on: head/math/rngstreams/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/math/rngstreams/distinfo =================================================================== --- head/math/rngstreams/distinfo (revision 227039) +++ head/math/rngstreams/distinfo (revision 227040) @@ -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 Property changes on: head/math/rngstreams/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/math/rngstreams/files/patch-Makefile.in =================================================================== --- head/math/rngstreams/files/patch-Makefile.in (revision 227039) +++ head/math/rngstreams/files/patch-Makefile.in (revision 227040) @@ -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 + Property changes on: head/math/rngstreams/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property