From owner-svn-ports-head@freebsd.org Fri May 13 20:33:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49D22B39334; Fri, 13 May 2016 20:33:11 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09D8D1722; Fri, 13 May 2016 20:33:10 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4DKXAAI092066; Fri, 13 May 2016 20:33:10 GMT (envelope-from jonathan@FreeBSD.org) Received: (from jonathan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4DKX9br092063; Fri, 13 May 2016 20:33:09 GMT (envelope-from jonathan@FreeBSD.org) Message-Id: <201605132033.u4DKX9br092063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jonathan set sender to jonathan@FreeBSD.org using -f From: Jonathan Anderson Date: Fri, 13 May 2016 20:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415151 - head/devel/libxo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 20:33:11 -0000 Author: jonathan (src committer) Date: Fri May 13 20:33:09 2016 New Revision: 415151 URL: https://svnweb.freebsd.org/changeset/ports/415151 Log: Update to 0.6.1 Approved by: brooks Differential Revision: https://reviews.freebsd.org/D6350 Modified: head/devel/libxo/Makefile head/devel/libxo/distinfo head/devel/libxo/pkg-plist Modified: head/devel/libxo/Makefile ============================================================================== --- head/devel/libxo/Makefile Fri May 13 20:28:51 2016 (r415150) +++ head/devel/libxo/Makefile Fri May 13 20:33:09 2016 (r415151) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= libxo -PORTVERSION= 0.3.5 +PORTVERSION= 0.6.1 CATEGORIES= devel textproc MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/ -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= jonathan@FreeBSD.org COMMENT= Library to generate text, XML, JSON, and HTML output LICENSE= BSD2CLAUSE Modified: head/devel/libxo/distinfo ============================================================================== --- head/devel/libxo/distinfo Fri May 13 20:28:51 2016 (r415150) +++ head/devel/libxo/distinfo Fri May 13 20:33:09 2016 (r415151) @@ -1,2 +1,3 @@ -SHA256 (libxo-0.3.5.tar.gz) = a649d098ed1abdbe895c61875a3f1f577a24ce80888c8c06ff6fedd5a6943c9d -SIZE (libxo-0.3.5.tar.gz) = 841272 +TIMESTAMP = 1463158287 +SHA256 (libxo-0.6.1.tar.gz) = 0b0474d8d889026b5a866cdc07b1b6c33a18bc5f4f014254d36195d37d105639 +SIZE (libxo-0.6.1.tar.gz) = 974249 Modified: head/devel/libxo/pkg-plist ============================================================================== --- head/devel/libxo/pkg-plist Fri May 13 20:28:51 2016 (r415150) +++ head/devel/libxo/pkg-plist Fri May 13 20:33:09 2016 (r415151) @@ -2,22 +2,38 @@ bin/libxo-config bin/xo bin/xohtml bin/xolint +bin/xopo include/libxo/xo.h +include/libxo/xo_encoder.h lib/libxo.a lib/libxo.so lib/libxo.so.0 lib/libxo.so.0.0.0 +lib/libxo/encoder/cbor.enc +lib/libxo/encoder/libenc_cbor.a +lib/libxo/encoder/libenc_cbor.so +lib/libxo/encoder/libenc_cbor.so.0 +lib/libxo/encoder/libenc_cbor.so.0.0.0 +lib/libxo/encoder/libenc_test.a +lib/libxo/encoder/libenc_test.so +lib/libxo/encoder/libenc_test.so.0 +lib/libxo/encoder/libenc_test.so.0.0.0 +lib/libxo/encoder/test.enc lib/pkgconfig/libxo.pc man/man1/xo.1.gz man/man1/xohtml.1.gz man/man1/xolint.1.gz +man/man1/xopo.1.gz man/man3/libxo.3.gz man/man3/xo_attr.3.gz man/man3/xo_create.3.gz man/man3/xo_emit.3.gz +man/man3/xo_emit_err.3.gz man/man3/xo_err.3.gz +man/man3/xo_error.3.gz man/man3/xo_finish.3.gz man/man3/xo_flush.3.gz +man/man3/xo_message.3.gz man/man3/xo_no_setlocale.3.gz man/man3/xo_open_container.3.gz man/man3/xo_open_list.3.gz @@ -28,8 +44,10 @@ man/man3/xo_set_flags.3.gz man/man3/xo_set_info.3.gz man/man3/xo_set_options.3.gz man/man3/xo_set_style.3.gz +man/man3/xo_set_syslog_enterprise_id.3.gz man/man3/xo_set_version.3.gz man/man3/xo_set_writer.3.gz +man/man3/xo_syslog.3.gz man/man5/xo_format.5.gz %%PORTDOCS%%%%DOCSDIR%%/Copyright %%DATADIR%%/external/jquery.js