Fri Jan 10 02:32:50 2014 UTC ()
Updated to latest release, 6.1.0. Two new files in the PLIST. From
ChangeLog:

from ucommon 6.0.7 to 6.1.0
- small fixes based on notes from Tristan
- exception behavior is changed (fixed) for commoncpp
- keywait utility added

from ucommon 6.0.6 to 6.0.7
- error state in fsys open fixed
- fsys error reset inline added


(rodent)
diff -r1.5 -r1.6 pkgsrc/devel/ucommon/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ucommon/PLIST
diff -r1.6 -r1.7 pkgsrc/devel/ucommon/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/ucommon/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ucommon/Makefile 2013/12/31 15:41:17 1.5
+++ pkgsrc/devel/ucommon/Makefile 2014/01/10 02:32:50 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2013/12/31 15:41:17 rodent Exp $ 1# $NetBSD: Makefile,v 1.6 2014/01/10 02:32:50 rodent Exp $
2# 2#
3 3
4DISTNAME= ucommon-6.0.7 4DISTNAME= ucommon-6.1.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNU:=commonc++/} 6MASTER_SITES= ${MASTER_SITE_GNU:=commonc++/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gnu.org/software/commoncpp/ 9HOMEPAGE= http://www.gnu.org/software/commoncpp/
10COMMENT= Very light-weight C++ library for deeply embedded applications 10COMMENT= Very light-weight C++ library for deeply embedded applications
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13USE_TOOLS+= intltool pkg-config 13USE_TOOLS+= intltool pkg-config
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_CMAKE= yes 16USE_CMAKE= yes
17CMAKE_ARGS= -DINSTALL_MANDIR=${PKGMANDIR} 17CMAKE_ARGS= -DINSTALL_MANDIR=${PKGMANDIR}

cvs diff -r1.2 -r1.3 pkgsrc/devel/ucommon/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ucommon/PLIST 2013/06/27 01:36:25 1.2
+++ pkgsrc/devel/ucommon/PLIST 2014/01/10 02:32:50 1.3
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2013/06/27 01:36:25 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.3 2014/01/10 02:32:50 rodent Exp $
2bin/args 2bin/args
3bin/car 3bin/car
4bin/commoncpp-config 4bin/commoncpp-config
 5bin/keywait
5bin/mdsum 6bin/mdsum
6bin/pdetach 7bin/pdetach
7bin/scrub-files 8bin/scrub-files
8bin/sockaddr 9bin/sockaddr
9bin/ucommon-config 10bin/ucommon-config
10bin/zerofill 11bin/zerofill
11include/commoncpp/address.h 12include/commoncpp/address.h
12include/commoncpp/applog.h 13include/commoncpp/applog.h
13include/commoncpp/commoncpp.h 14include/commoncpp/commoncpp.h
14include/commoncpp/config.h 15include/commoncpp/config.h
15include/commoncpp/dccp.h 16include/commoncpp/dccp.h
16include/commoncpp/exception.h 17include/commoncpp/exception.h
17include/commoncpp/export.h 18include/commoncpp/export.h
@@ -52,36 +53,34 @@ include/ucommon/platform.h @@ -52,36 +53,34 @@ include/ucommon/platform.h
52include/ucommon/protocols.h 53include/ucommon/protocols.h
53include/ucommon/secure.h 54include/ucommon/secure.h
54include/ucommon/shell.h 55include/ucommon/shell.h
55include/ucommon/socket.h 56include/ucommon/socket.h
56include/ucommon/stl.h 57include/ucommon/stl.h
57include/ucommon/stream.h 58include/ucommon/stream.h
58include/ucommon/string.h 59include/ucommon/string.h
59include/ucommon/thread.h 60include/ucommon/thread.h
60include/ucommon/timers.h 61include/ucommon/timers.h
61include/ucommon/ucommon.h 62include/ucommon/ucommon.h
62include/ucommon/unicode.h 63include/ucommon/unicode.h
63include/ucommon/vector.h 64include/ucommon/vector.h
64include/ucommon/xml.h 65include/ucommon/xml.h
65${PLIST.static}lib/libcommoncpp.a 66lib/libcommoncpp.so
66${PLIST.dynamic}lib/libcommoncpp.so 67lib/libcommoncpp.so.6
67${PLIST.dynamic}lib/libcommoncpp.so.6 68lib/libcommoncpp.so.${PKGVERSION}
68${PLIST.dynamic}lib/libcommoncpp.so.${PKGVERSION} 69lib/libucommon.so
69${PLIST.static}lib/libucommon.a 70lib/libucommon.so.6
70${PLIST.dynamic}lib/libucommon.so 71lib/libucommon.so.${PKGVERSION}
71${PLIST.dynamic}lib/libucommon.so.6 72lib/libusecure.so
72${PLIST.dynamic}lib/libucommon.so.${PKGVERSION} 73lib/libusecure.so.6
73${PLIST.static}lib/libusecure.a 74lib/libusecure.so.${PKGVERSION}
74${PLIST.dynamic}lib/libusecure.so 
75${PLIST.dynamic}lib/libusecure.so.6 
76${PLIST.dynamic}lib/libusecure.so.${PKGVERSION} 
77lib/pkgconfig/commoncpp.pc 75lib/pkgconfig/commoncpp.pc
78lib/pkgconfig/ucommon.pc 76lib/pkgconfig/ucommon.pc
79man/man1/args.1 77man/man1/args.1
80man/man1/car.1 78man/man1/car.1
81man/man1/commoncpp-config.1 79man/man1/commoncpp-config.1
 80man/man1/keywait.1
82man/man1/mdsum.1 81man/man1/mdsum.1
83man/man1/pdetach.1 82man/man1/pdetach.1
84man/man1/scrub-files.1 83man/man1/scrub-files.1
85man/man1/sockaddr.1 84man/man1/sockaddr.1
86man/man1/ucommon-config.1 85man/man1/ucommon-config.1
87man/man1/zerofill.1 86man/man1/zerofill.1

cvs diff -r1.6 -r1.7 pkgsrc/devel/ucommon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ucommon/distinfo 2013/12/31 14:42:13 1.6
+++ pkgsrc/devel/ucommon/distinfo 2014/01/10 02:32:50 1.7
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.6 2013/12/31 14:42:13 rodent Exp $ 1$NetBSD: distinfo,v 1.7 2014/01/10 02:32:50 rodent Exp $
2 2
3SHA1 (ucommon-6.0.7.tar.gz) = c118ea674db7e21367cb5f2eba7a85fd00d4f181 3SHA1 (ucommon-6.1.0.tar.gz) = c20dc9c5ec53131284cbc523148302b6e135a9ac
4RMD160 (ucommon-6.0.7.tar.gz) = ede504d1ac9e6d4dc53c0860c31f9ac5ffcad125 4RMD160 (ucommon-6.1.0.tar.gz) = 93e175c0970e335acb2df2b8ee2433720ba69fdd
5Size (ucommon-6.0.7.tar.gz) = 826102 bytes 5Size (ucommon-6.1.0.tar.gz) = 826742 bytes
6SHA1 (patch-CMakeLists.txt) = 4d4c11a89111161bc8d8fe3715f643290ecb6149 6SHA1 (patch-CMakeLists.txt) = 4d4c11a89111161bc8d8fe3715f643290ecb6149
7SHA1 (patch-commoncpp_address.cpp) = 13fc4a7073b6c2de6329a90269045fc3dbb0e389 7SHA1 (patch-commoncpp_address.cpp) = 13fc4a7073b6c2de6329a90269045fc3dbb0e389
8SHA1 (patch-commoncpp_udp.cpp) = 17d61b4f3a885d897b222b179b714dc5a8b1e906 8SHA1 (patch-commoncpp_udp.cpp) = 17d61b4f3a885d897b222b179b714dc5a8b1e906
9SHA1 (patch-inc_ucommon_string.h) = e878aefcf3a6e0b21eecdcef1f561c7f68c7a6c5 9SHA1 (patch-inc_ucommon_string.h) = e878aefcf3a6e0b21eecdcef1f561c7f68c7a6c5