Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 18:40:01 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384863 - in head/devel/libxo: . files
Message-ID:  <201504271840.t3RIe1bS018955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Mon Apr 27 18:40:01 2015
New Revision: 384863
URL: https://svnweb.freebsd.org/changeset/ports/384863

Log:
  Upgrade to 0.3.2.
  
  Sponsored by:	DARPA, AFRL

Deleted:
  head/devel/libxo/files/
Modified:
  head/devel/libxo/Makefile
  head/devel/libxo/distinfo
  head/devel/libxo/pkg-plist

Modified: head/devel/libxo/Makefile
==============================================================================
--- head/devel/libxo/Makefile	Mon Apr 27 18:27:54 2015	(r384862)
+++ head/devel/libxo/Makefile	Mon Apr 27 18:40:01 2015	(r384863)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libxo
-PORTVERSION=	0.2.0
+PORTVERSION=	0.3.2
 CATEGORIES=	devel textproc
 MASTER_SITES=	http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/
 

Modified: head/devel/libxo/distinfo
==============================================================================
--- head/devel/libxo/distinfo	Mon Apr 27 18:27:54 2015	(r384862)
+++ head/devel/libxo/distinfo	Mon Apr 27 18:40:01 2015	(r384863)
@@ -1,2 +1,2 @@
-SHA256 (libxo-0.2.0.tar.gz) = 32b22b0310eb2521639151daa1c5af317214870ac51b900872ecde6744102492
-SIZE (libxo-0.2.0.tar.gz) = 672029
+SHA256 (libxo-0.3.2.tar.gz) = bf4a5f8f78b03356fe82a1c479b2d97d6df4527f714e13580f1ca390387438ea
+SIZE (libxo-0.3.2.tar.gz) = 818657

Modified: head/devel/libxo/pkg-plist
==============================================================================
--- head/devel/libxo/pkg-plist	Mon Apr 27 18:27:54 2015	(r384862)
+++ head/devel/libxo/pkg-plist	Mon Apr 27 18:40:01 2015	(r384863)
@@ -1,5 +1,6 @@
 bin/libxo-config
 bin/xo
+bin/xohtml
 bin/xolint
 include/libxo/xo.h
 lib/libxo.a
@@ -8,5 +9,31 @@ lib/libxo.so.0
 lib/libxo.so.0.0.0
 lib/pkgconfig/libxo.pc
 man/man1/xo.1.gz
+man/man1/xohtml.1.gz
 man/man1/xolint.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_err.3.gz
+man/man3/xo_finish.3.gz
+man/man3/xo_flush.3.gz
+man/man3/xo_no_setlocale.3.gz
+man/man3/xo_open_container.3.gz
+man/man3/xo_open_list.3.gz
+man/man3/xo_open_marker.3.gz
+man/man3/xo_parse_args.3.gz
+man/man3/xo_set_allocator.3.gz
+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_version.3.gz
+man/man3/xo_set_writer.3.gz
+man/man5/xo_format.5.gz
 %%PORTDOCS%%%%DOCSDIR%%/Copyright
+%%DATADIR%%/external/jquery.js
+%%DATADIR%%/external/jquery.qtip.css
+%%DATADIR%%/external/jquery.qtip.js
+%%DATADIR%%/xohtml.css
+%%DATADIR%%/xohtml.js



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504271840.t3RIe1bS018955>