diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2015-06-11 18:14:48 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2015-06-11 18:14:48 +0000 |
commit | fed01f227f8c879099624d5c534b64209a909d60 (patch) | |
tree | 90d73a2b575dbf9255be9bf5cbe63a01fb3c9ab4 | |
parent | emulators/ppsspp-devel: update to 1.0.1.568 (diff) |
Upgrade to 0.3.5.
-rw-r--r-- | devel/libxo/Makefile | 2 | ||||
-rw-r--r-- | devel/libxo/distinfo | 4 | ||||
-rw-r--r-- | devel/libxo/files/patch-tests_core_test__02.c | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/devel/libxo/Makefile b/devel/libxo/Makefile index 5a1c5b9356f5..e0d219a44457 100644 --- a/devel/libxo/Makefile +++ b/devel/libxo/Makefile @@ -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}/ diff --git a/devel/libxo/distinfo b/devel/libxo/distinfo index 55f10610e21b..6716236fbdd2 100644 --- a/devel/libxo/distinfo +++ b/devel/libxo/distinfo @@ -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 diff --git a/devel/libxo/files/patch-tests_core_test__02.c b/devel/libxo/files/patch-tests_core_test__02.c new file mode 100644 index 000000000000..14d4371ac8c4 --- /dev/null +++ b/devel/libxo/files/patch-tests_core_test__02.c @@ -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) + { |