Date: Tue, 10 Jun 2014 08:22:00 +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: r357280 - head/devel/ucommon Message-ID: <201406100822.s5A8M00g057695@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Jun 10 08:22:00 2014 New Revision: 357280 URL: http://svnweb.freebsd.org/changeset/ports/357280 QAT: https://qat.redports.org/buildarchive/r357280/ Log: - Update to 6.1.6 Changes: * Socket::address::print(): minor fixes * Socket::address: fix constructor documentation * Socket::address: add unit tests for print() * Socket::address: add print() method * Socket::address: add withPort() * Socket::address: add constructors from standard addr types * Socket::address: use existing len() method. Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Tue Jun 10 08:13:17 2014 (r357279) +++ head/devel/ucommon/Makefile Tue Jun 10 08:22:00 2014 (r357280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Tue Jun 10 08:13:17 2014 (r357279) +++ head/devel/ucommon/distinfo Tue Jun 10 08:22:00 2014 (r357280) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.1.5.tar.gz) = 48269bf2bb53d9c835afc1e02a0ceb4f0b8c382ebd5fbf216a3fa8e4507c46c6 -SIZE (ucommon-6.1.5.tar.gz) = 830679 +SHA256 (ucommon-6.1.6.tar.gz) = 79cd260dfc9a29c53cc4be53c7ce7633f7d99414e85e580dbd174831642e6f31 +SIZE (ucommon-6.1.6.tar.gz) = 832004 Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Tue Jun 10 08:13:17 2014 (r357279) +++ head/devel/ucommon/pkg-plist Tue Jun 10 08:22:00 2014 (r357280) @@ -66,13 +66,13 @@ include/ucommon/vector.h include/ucommon/xml.h lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libcommoncpp.so.6.0.10 +lib/libcommoncpp.so.6.0.11 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.10 +lib/libucommon.so.6.0.11 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.10 +lib/libusecure.so.6.0.11 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?201406100822.s5A8M00g057695>