svn commit: r423661 - in head/math/clfft: . files
Wen Heping
wen at FreeBSD.org
Mon Oct 10 13:03:25 UTC 2016
Author: wen
Date: Mon Oct 10 13:03:23 2016
New Revision: 423661
URL: https://svnweb.freebsd.org/changeset/ports/423661
Log:
- Update to 2.12.2
PR: 213338
Submitted by: dieterich at ogolem.org(maintainer)
Modified:
head/math/clfft/Makefile
head/math/clfft/distinfo
head/math/clfft/files/patch-src_include_sharedLibrary.h
head/math/clfft/files/patch-src_statTimer_statisticalTimer.h
head/math/clfft/pkg-plist
Modified: head/math/clfft/Makefile
==============================================================================
--- head/math/clfft/Makefile Mon Oct 10 12:52:00 2016 (r423660)
+++ head/math/clfft/Makefile Mon Oct 10 13:03:23 2016 (r423661)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= clfft
-PORTVERSION= 2.12.0
+PORTVERSION= 2.12.2
DISTVERSIONPREFIX= v
CATEGORIES= math
Modified: head/math/clfft/distinfo
==============================================================================
--- head/math/clfft/distinfo Mon Oct 10 12:52:00 2016 (r423660)
+++ head/math/clfft/distinfo Mon Oct 10 13:03:23 2016 (r423661)
@@ -1,2 +1,3 @@
-SHA256 (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = c623a1b00cd8fe31583044dd98f8d0d0d2b3bda41628098ddb3edc8530099600
-SIZE (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = 1008780
+TIMESTAMP = 1476066152
+SHA256 (clMathLibraries-clFFT-v2.12.2_GH0.tar.gz) = e7348c146ad48c6a3e6997b7702202ad3ee3b5df99edf7ef00bbacc21e897b12
+SIZE (clMathLibraries-clFFT-v2.12.2_GH0.tar.gz) = 1010182
Modified: head/math/clfft/files/patch-src_include_sharedLibrary.h
==============================================================================
--- head/math/clfft/files/patch-src_include_sharedLibrary.h Mon Oct 10 12:52:00 2016 (r423660)
+++ head/math/clfft/files/patch-src_include_sharedLibrary.h Mon Oct 10 13:03:23 2016 (r423661)
@@ -1,4 +1,4 @@
---- src/include/sharedLibrary.h.orig 2016-04-22 02:47:39 UTC
+--- src/include/sharedLibrary.h.orig 2016-08-31 21:46:51 UTC
+++ src/include/sharedLibrary.h
@@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::str
{
Modified: head/math/clfft/files/patch-src_statTimer_statisticalTimer.h
==============================================================================
--- head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Mon Oct 10 12:52:00 2016 (r423660)
+++ head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Mon Oct 10 13:03:23 2016 (r423661)
@@ -1,4 +1,4 @@
---- src/statTimer/statisticalTimer.h.orig 2016-04-20 18:47:13 UTC
+--- src/statTimer/statisticalTimer.h.orig 2016-08-31 21:46:51 UTC
+++ src/statTimer/statisticalTimer.h
@@ -21,6 +21,7 @@
#include <vector>
Modified: head/math/clfft/pkg-plist
==============================================================================
--- head/math/clfft/pkg-plist Mon Oct 10 12:52:00 2016 (r423660)
+++ head/math/clfft/pkg-plist Mon Oct 10 13:03:23 2016 (r423661)
@@ -8,10 +8,10 @@ lib/cmake/clFFT/clFFTTargets-%%CMAKE_BUI
lib/cmake/clFFT/clFFTTargets.cmake
lib/libStatTimer.so
lib/libStatTimer.so.2
-lib/libStatTimer.so.2.12.0
+lib/libStatTimer.so.2.12.2
lib/libclFFT.so
lib/libclFFT.so.2
-lib/libclFFT.so.2.12.0
+lib/libclFFT.so.2.12.2
share/clFFT/examples/fft1d
share/clFFT/examples/fft1d.c
share/clFFT/examples/fft2d
More information about the svn-ports-head
mailing list