pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libcerf libcerf: updated to 1.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b18fc3df7601
branches:  trunk
changeset: 320144:b18fc3df7601
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 01 12:47:22 2019 +0000

description:
libcerf: updated to 1.13

libcerf-1.13:
  - Further adjustments for compilation under Windows

libcerf-1.12:
  - Require CMake 3.6, outcomment code that requires 3.13.
  - Relative paths in CMake sources, for use as subproject.
  - When compiling as CPP, then #include<complex>, not <complex.h>;
    revise the entire C-vs-CPP machinery.
  - Remove tests with different inf or nan results on different systems or under
    different compilers.

diffstat:

 devel/libcerf/Makefile |   4 ++--
 devel/libcerf/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4210e8f9e1bb -r b18fc3df7601 devel/libcerf/Makefile
--- a/devel/libcerf/Makefile    Fri Mar 01 08:51:11 2019 +0000
+++ b/devel/libcerf/Makefile    Fri Mar 01 12:47:22 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/01/18 09:30:05 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/03/01 12:47:22 adam Exp $
 
-DISTNAME=      libcerf-1.11
+DISTNAME=      libcerf-1.13
 CATEGORIES=    devel math
 MASTER_SITES=  http://apps.jcns.fz-juelich.de/src/libcerf/
 EXTRACT_SUFX=  .tgz
diff -r 4210e8f9e1bb -r b18fc3df7601 devel/libcerf/distinfo
--- a/devel/libcerf/distinfo    Fri Mar 01 08:51:11 2019 +0000
+++ b/devel/libcerf/distinfo    Fri Mar 01 12:47:22 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/01/18 09:30:05 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/03/01 12:47:22 adam Exp $
 
-SHA1 (libcerf-1.11.tgz) = 6f2c6c466beb7820491d2cf20ae7634190e65dc0
-RMD160 (libcerf-1.11.tgz) = e8e2abf6455ab977421f3efb0a8ae0be06ccb549
-SHA512 (libcerf-1.11.tgz) = 9f46ed6e9694962888ed68b9d8b01c1345b590c682bdfc28043b72b01a3936fcb2b55a0184692c767faecfb672d68664f26c4f5851f8dab7a7ff39df28d75ba7
-Size (libcerf-1.11.tgz) = 60066 bytes
+SHA1 (libcerf-1.13.tgz) = e9c9fe8257774361b1f1e9de9d1bbb8057097a96
+RMD160 (libcerf-1.13.tgz) = 6bf9e6dea553fbd961f4ca02e3f047b7ea7f1c6f
+SHA512 (libcerf-1.13.tgz) = 4df711d3e9fd00de99959c3253a9565d1dc2c41f75a5800ced9c52f89cbd13185fbdca3ad75de788fd16c044082738ab345b7fb6a8820ac588edafe1812944aa
+Size (libcerf-1.13.tgz) = 61589 bytes
 SHA1 (patch-man_CMakeLists.txt) = 085f68b7acb1dbfa23a9d56cd31934db6d7152fb



Home | Main Index | Thread Index | Old Index