aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2015-03-13 23:38:16 +0800
committerbrooks <brooks@FreeBSD.org>2015-03-13 23:38:16 +0800
commit870edf25c4091e03dfd3dae7513eab40d31364bd (patch)
tree2448d0d636990049e6afcbe14871a2a07a70f964 /devel
parent2064228916524717fe91e03cefd355f01faa9f5c (diff)
downloadfreebsd-ports-gnome-870edf25c4091e03dfd3dae7513eab40d31364bd.tar.gz
freebsd-ports-gnome-870edf25c4091e03dfd3dae7513eab40d31364bd.tar.zst
freebsd-ports-gnome-870edf25c4091e03dfd3dae7513eab40d31364bd.zip
Upgrade to 0.2.
Diffstat (limited to 'devel')
-rw-r--r--devel/libxo/Makefile4
-rw-r--r--devel/libxo/distinfo4
-rw-r--r--devel/libxo/files/patch-libxo_Makefile.am28
-rw-r--r--devel/libxo/files/patch-libxo_Makefile.in47
-rw-r--r--devel/libxo/files/patch-xolint_Makefile.in11
5 files changed, 32 insertions, 62 deletions
diff --git a/devel/libxo/Makefile b/devel/libxo/Makefile
index 00e90aa12bda..2368274cf79a 100644
--- a/devel/libxo/Makefile
+++ b/devel/libxo/Makefile
@@ -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, JSON, and HTML output
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
diff --git a/devel/libxo/distinfo b/devel/libxo/distinfo
index befb761b0cf3..7007df1c9f03 100644
--- a/devel/libxo/distinfo
+++ b/devel/libxo/distinfo
@@ -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
diff --git a/devel/libxo/files/patch-libxo_Makefile.am b/devel/libxo/files/patch-libxo_Makefile.am
new file mode 100644
index 000000000000..ef842a788569
--- /dev/null
+++ b/devel/libxo/files/patch-libxo_Makefile.am
@@ -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 =
diff --git a/devel/libxo/files/patch-libxo_Makefile.in b/devel/libxo/files/patch-libxo_Makefile.in
deleted file mode 100644
index c4bd96e6ab09..000000000000
--- a/devel/libxo/files/patch-libxo_Makefile.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- libxo/Makefile.in.orig 2014-11-18 07:39:34 UTC
-+++ libxo/Makefile.in
-@@ -352,25 +352,25 @@ 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 = \
-+# 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
-
- EXTRA_DIST =
- all: xoconfig.h
diff --git a/devel/libxo/files/patch-xolint_Makefile.in b/devel/libxo/files/patch-xolint_Makefile.in
deleted file mode 100644
index febaf50ee6ad..000000000000
--- a/devel/libxo/files/patch-xolint_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- xolint/Makefile.in.orig 2014-11-18 07:39:34 UTC
-+++ xolint/Makefile.in
-@@ -529,7 +529,7 @@ uninstall-man: uninstall-man1
-
-
- install-exec-hook:
-- install ${srcdir}/xolint.pl ${bindir}/xolint
-+ install ${srcdir}/xolint.pl $(DESTDIR)${bindir}/xolint
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.