pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cppunit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 31 08:43:52 UTC 2019

Modified Files:
        pkgsrc/devel/cppunit: Makefile distinfo

Log Message:
cppunit: update to 1.15.1.

  New in CppUnit 1.15.1:
  ---------------------

* Portability:

  - Fix Wdefaulted-function-deleted warning with clang

  - Remove old Visual Studio project files

  New in CppUnit 1.15.0:
  ---------------------

  - Report (un)signed character as intergers

  - add CPPUNIT_TEST_FIXTURE()

  - add message_to_string trait to allow custom string formatters

* Portability:
  - Fix build with gcc 9

  - Fix various compiler warnings


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/cppunit/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/cppunit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cppunit/Makefile
diff -u pkgsrc/devel/cppunit/Makefile:1.27 pkgsrc/devel/cppunit/Makefile:1.28
--- pkgsrc/devel/cppunit/Makefile:1.27  Tue Jul  2 22:25:10 2019
+++ pkgsrc/devel/cppunit/Makefile       Tue Dec 31 08:43:52 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2019/07/02 22:25:10 sevan Exp $
+# $NetBSD: Makefile,v 1.28 2019/12/31 08:43:52 wiz Exp $
 
-DISTNAME=      cppunit-1.14.0
+DISTNAME=      cppunit-1.15.1
 CATEGORIES=    devel
 MASTER_SITES=  http://dev-www.libreoffice.org/src/
 

Index: pkgsrc/devel/cppunit/distinfo
diff -u pkgsrc/devel/cppunit/distinfo:1.12 pkgsrc/devel/cppunit/distinfo:1.13
--- pkgsrc/devel/cppunit/distinfo:1.12  Wed Apr 19 12:20:08 2017
+++ pkgsrc/devel/cppunit/distinfo       Tue Dec 31 08:43:52 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2017/04/19 12:20:08 wiz Exp $
+$NetBSD: distinfo,v 1.13 2019/12/31 08:43:52 wiz Exp $
 
-SHA1 (cppunit-1.14.0.tar.gz) = 3eba38567bad4e300f76c764f91a7301bacc716d
-RMD160 (cppunit-1.14.0.tar.gz) = 9d2bec93f3cee98b95430b60d801f5ed886688aa
-SHA512 (cppunit-1.14.0.tar.gz) = 4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e
-Size (cppunit-1.14.0.tar.gz) = 959716 bytes
+SHA1 (cppunit-1.15.1.tar.gz) = 0a991d725e0b5805506f4cb1c1deb9b7942ea17c
+RMD160 (cppunit-1.15.1.tar.gz) = 1ce2dd2717699bd88b2e9b6315528fea31c60fef
+SHA512 (cppunit-1.15.1.tar.gz) = 0feb47faec451357bb4c4e287efa17bb60fd3ad966d5350e9f25b414aaab79e94921024b0c0497672f8d3eeb22a599213d2d71d9e1d28b243b3e37f3a9a43691
+Size (cppunit-1.15.1.tar.gz) = 814363 bytes
 SHA1 (patch-doc_Makefile.in) = 6de58f4996211fb6d3fc44b22e0b743cd80c6944



Home | Main Index | Thread Index | Old Index