From owner-cvs-all@FreeBSD.ORG Wed Feb 1 17:25:18 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FAB1106567D; Wed, 1 Feb 2012 17:25:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 350298FC15; Wed, 1 Feb 2012 17:25:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q11HPIXo077235; Wed, 1 Feb 2012 17:25:18 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q11HPIGm077234; Wed, 1 Feb 2012 17:25:18 GMT (envelope-from gahr) Message-Id: <201202011725.q11HPIGm077234@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 1 Feb 2012 17:25:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ucommon Makefile distinfo pkg-plist ports/devel/ucommon/files patch-commoncpp_exception.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 17:25:18 -0000 gahr 2012-02-01 17:25:18 UTC FreeBSD ports repository Modified files: devel/ucommon Makefile distinfo pkg-plist Removed files: devel/ucommon/files patch-commoncpp_exception.cpp Log: - Update to 5.2.0 Changes: * better handling of strerror_r support. * corrected copyright. Since cc libs were moved to bayonne and commoncpp had been added, ALL of ucommon (including commoncpp2) are L-GPL, not just the "core" library. * more standardized manpages * improved shell::detach support and new pdetach utility * fsys generic basic file operations * commoncpp file and dso compatibility support added - Add LICENSE (LGPL3) - Move binaries to ${PREFIX}/bin/ucommon to avoid clashes (ucommon binaries have pretty standard names) Revision Changes Path 1.16 +6 -3 ports/devel/ucommon/Makefile 1.14 +2 -2 ports/devel/ucommon/distinfo 1.2 +0 -11 ports/devel/ucommon/files/patch-commoncpp_exception.cpp (dead) 1.7 +11 -8 ports/devel/ucommon/pkg-plist