Date: Thu, 11 Jun 2015 18:14:48 +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: r389242 - in head/devel/libxo: . files Message-ID: <201506111814.t5BIEnUa015182@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Thu Jun 11 18:14:48 2015 New Revision: 389242 URL: https://svnweb.freebsd.org/changeset/ports/389242 Log: Upgrade to 0.3.5. Added: head/devel/libxo/files/ head/devel/libxo/files/patch-tests_core_test__02.c (contents, props changed) Modified: head/devel/libxo/Makefile head/devel/libxo/distinfo Modified: head/devel/libxo/Makefile ============================================================================== --- head/devel/libxo/Makefile Thu Jun 11 18:14:37 2015 (r389241) +++ head/devel/libxo/Makefile Thu Jun 11 18:14:48 2015 (r389242) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxo -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= devel textproc MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/libxo/distinfo ============================================================================== --- head/devel/libxo/distinfo Thu Jun 11 18:14:37 2015 (r389241) +++ head/devel/libxo/distinfo Thu Jun 11 18:14:48 2015 (r389242) @@ -1,2 +1,2 @@ -SHA256 (libxo-0.3.4.tar.gz) = 4c17c16ea7f346cad26f9c3b5ee20c825398b271aaa8856cdac99b83f28f4367 -SIZE (libxo-0.3.4.tar.gz) = 831469 +SHA256 (libxo-0.3.5.tar.gz) = a649d098ed1abdbe895c61875a3f1f577a24ce80888c8c06ff6fedd5a6943c9d +SIZE (libxo-0.3.5.tar.gz) = 841272 Added: head/devel/libxo/files/patch-tests_core_test__02.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libxo/files/patch-tests_core_test__02.c Thu Jun 11 18:14:48 2015 (r389242) @@ -0,0 +1,11 @@ +--- tests/core/test_02.c.orig 2015-06-11 18:06:20 UTC ++++ tests/core/test_02.c +@@ -15,8 +15,6 @@ + + #include "xo.h" + +-#include "xo_humanize.h" +- + int + main (int argc, char **argv) + {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111814.t5BIEnUa015182>