From owner-svn-ports-head@FreeBSD.ORG Fri Mar 13 15:38:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38965106; Fri, 13 Mar 2015 15:38:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 098C19DE; Fri, 13 Mar 2015 15:38:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2DFcHnL051047; Fri, 13 Mar 2015 15:38:17 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2DFcHfF051044; Fri, 13 Mar 2015 15:38:17 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201503131538.t2DFcHfF051044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 13 Mar 2015 15:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381217 - in head/devel/libxo: . files 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.18-1 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 Mar 2015 15:38:18 -0000 Author: brooks Date: Fri Mar 13 15:38:16 2015 New Revision: 381217 URL: https://svnweb.freebsd.org/changeset/ports/381217 QAT: https://qat.redports.org/buildarchive/r381217/ Log: Upgrade to 0.2. Added: head/devel/libxo/files/patch-libxo_Makefile.am (contents, props changed) Deleted: head/devel/libxo/files/patch-libxo_Makefile.in head/devel/libxo/files/patch-xolint_Makefile.in Modified: head/devel/libxo/Makefile head/devel/libxo/distinfo Modified: head/devel/libxo/Makefile ============================================================================== --- head/devel/libxo/Makefile Fri Mar 13 15:03:26 2015 (r381216) +++ head/devel/libxo/Makefile Fri Mar 13 15:38:16 2015 (r381217) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxo -PORTVERSION= 0.1.6 +PORTVERSION= 0.2.0 CATEGORIES= devel textproc MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -11,7 +11,7 @@ COMMENT= Library to generate text, XML, LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright -USES= gmake libtool perl5 +USES= autoreconf gmake libtool perl5 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_PERL5= run Modified: head/devel/libxo/distinfo ============================================================================== --- head/devel/libxo/distinfo Fri Mar 13 15:03:26 2015 (r381216) +++ head/devel/libxo/distinfo Fri Mar 13 15:38:16 2015 (r381217) @@ -1,2 +1,2 @@ -SHA256 (libxo-0.1.6.tar.gz) = 7a290d906f2cf7c4930dd8ccb3b0646ed00d0abeedee004e68afecc2794fdca4 -SIZE (libxo-0.1.6.tar.gz) = 649450 +SHA256 (libxo-0.2.0.tar.gz) = 32b22b0310eb2521639151daa1c5af317214870ac51b900872ecde6744102492 +SIZE (libxo-0.2.0.tar.gz) = 672029 Added: head/devel/libxo/files/patch-libxo_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libxo/files/patch-libxo_Makefile.am Fri Mar 13 15:38:16 2015 (r381217) @@ -0,0 +1,28 @@ +--- libxo/Makefile.am.orig 2015-02-11 17:56:25 UTC ++++ libxo/Makefile.am +@@ -26,24 +26,6 @@ libxoinc_HEADERS = \ + libxo_la_SOURCES = \ + libxo.c + +-man_MANS = \ +- libxo.3 \ +- xo_attr.3 \ +- xo_create.3 \ +- xo_emit.3 \ +- xo_err.3 \ +- xo_finish.3 \ +- xo_flush.3 \ +- xo_format.5 \ +- xo_no_setlocale.3 \ +- xo_open_container.3 \ +- xo_open_list.3 \ +- xo_parse_args.3 \ +- xo_set_allocator.3 \ +- xo_set_flags.3 \ +- xo_set_info.3 \ +- xo_set_options.3 \ +- xo_set_style.3 \ +- xo_set_writer.3 ++man_MANS = + + EXTRA_DIST =