Date: Mon, 4 Aug 2014 09:14:49 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363979 - head/devel/ucommon Message-ID: <53df4f09.5805.d85a077@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Aug 4 09:14:48 2014 New Revision: 363979 URL: http://svnweb.freebsd.org/changeset/ports/363979 QAT: https://qat.redports.org/buildarchive/r363979/ Log: - Update to 6.1.10 Changelog: * iso cleaness * Fix memory leak in DateTime ctor * Fix utf8::count() * secure::erase() should be more secure Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Mon Aug 4 09:11:25 2014 (r363978) +++ head/devel/ucommon/Makefile Mon Aug 4 09:14:48 2014 (r363979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.1.9 +PORTVERSION= 6.1.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Mon Aug 4 09:11:25 2014 (r363978) +++ head/devel/ucommon/distinfo Mon Aug 4 09:14:48 2014 (r363979) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.1.9.tar.gz) = f188d3b5839b66588ae9d0999343d8f2e5b2edd7ae5cdde61dc0122374f3c134 -SIZE (ucommon-6.1.9.tar.gz) = 833238 +SHA256 (ucommon-6.1.10.tar.gz) = d7a15ed31e3c418b41d95d5ff5e1bc24dfc4c2a465a099c6fd30e0b6c9f7be92 +SIZE (ucommon-6.1.10.tar.gz) = 833384 Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Mon Aug 4 09:11:25 2014 (r363978) +++ head/devel/ucommon/pkg-plist Mon Aug 4 09:14:48 2014 (r363979) @@ -66,13 +66,13 @@ include/ucommon/vector.h include/ucommon/xml.h lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libcommoncpp.so.6.0.14 +lib/libcommoncpp.so.6.0.15 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.14 +lib/libucommon.so.6.0.15 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.14 +lib/libusecure.so.6.0.15 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc man/man1/args.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df4f09.5805.d85a077>