From owner-cvs-all@FreeBSD.ORG Sat Feb 12 09:36:05 2011 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 AC842106566C; Sat, 12 Feb 2011 09:36:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CBE18FC18; Sat, 12 Feb 2011 09:36:05 +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 p1C9a5Kw086603; Sat, 12 Feb 2011 09:36:05 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1C9a5ht086602; Sat, 12 Feb 2011 09:36:05 GMT (envelope-from hrs) Message-Id: <201102120936.p1C9a5ht086602@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 12 Feb 2011 09:36:05 +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/textproc/xmlstarlet Makefile distinfo 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: Sat, 12 Feb 2011 09:36:05 -0000 hrs 2011-02-12 09:36:05 UTC FreeBSD ports repository Modified files: textproc/xmlstarlet Makefile distinfo Log: Update to 1.0.5. Changes include: - use XSLT_PARSE_OPTIONS, else CDATA nodes can cause corruption (Bug 3158482) - fix typo in help message - get rid of warnings in -ansi -pedantic mode - required libxml2 version is 2.6.23 - usage strings use argv[0] as program name - --help prints to stdout and exits with success - double /'s under msys to avoid path conversion Revision Changes Path 1.11 +1 -1 ports/textproc/xmlstarlet/Makefile 1.7 +2 -2 ports/textproc/xmlstarlet/distinfo