svn commit: r397594 - head/math/clrng
Jung-uk Kim
jkim at FreeBSD.org
Tue Sep 22 21:39:35 UTC 2015
Author: jkim
Date: Tue Sep 22 21:39:34 2015
New Revision: 397594
URL: https://svnweb.freebsd.org/changeset/ports/397594
Log:
Fix COMMENT to reflect actual description of the library.
Approved by: dieterich at ogolem.org (maintainer)
Modified:
head/math/clrng/Makefile
Modified: head/math/clrng/Makefile
==============================================================================
--- head/math/clrng/Makefile Tue Sep 22 21:20:41 2015 (r397593)
+++ head/math/clrng/Makefile Tue Sep 22 21:39:34 2015 (r397594)
@@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= dieterich at ogolem.org
-COMMENT= Software library containing BLAS functions written in OpenCL
+COMMENT= Library for uniform random number generation in OpenCL
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
More information about the svn-ports-all
mailing list