diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-02 17:17:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-02 17:17:45 +0000 |
commit | de9d6455900df290f48ab1c33c749bfd18b02732 (patch) | |
tree | 12e6f971afb9d502a312e97af8f6757dbad4b6df /devel/cppunit | |
parent | 71d741699e36ef30e5ab00f0d9e81e8348f97210 (diff) | |
download | pkgsrc-de9d6455900df290f48ab1c33c749bfd18b02732.tar.gz |
Update to 1.13.1.
The changes against 1.13.0 are rather small:
a fix for a crash happening when mixing different gcc versions
and demangling fails (fdo#52539)
using portable way to include header for free (fdo#52536)
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 4 | ||||
-rw-r--r-- | devel/cppunit/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 953f0939afd..5d419c05b4e 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2012/08/12 16:01:34 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/02 17:17:45 wiz Exp $ -DISTNAME= cppunit-1.13.0 +DISTNAME= cppunit-1.13.1 CATEGORIES= devel MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/devel/cppunit/distinfo b/devel/cppunit/distinfo index cc67c52fbff..f2003a77d0f 100644 --- a/devel/cppunit/distinfo +++ b/devel/cppunit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/08/12 16:01:34 wiz Exp $ +$NetBSD: distinfo,v 1.7 2012/10/02 17:17:45 wiz Exp $ -SHA1 (cppunit-1.13.0.tar.gz) = ec6767a678db3e068230de3a24a07f7caf653bea -RMD160 (cppunit-1.13.0.tar.gz) = 4288bc77046f7a43435259063394c6d2e8e7b515 -Size (cppunit-1.13.0.tar.gz) = 819030 bytes +SHA1 (cppunit-1.13.1.tar.gz) = 8dc813a57c0c7a06e7e68dd38bdc7238f954f4ab +RMD160 (cppunit-1.13.1.tar.gz) = b26d35b4e11aca77a379149fc39b0c6d2e444836 +Size (cppunit-1.13.1.tar.gz) = 841334 bytes |