diff options
author | mandree <mandree@FreeBSD.org> | 2010-11-14 04:59:16 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-11-14 04:59:16 +0800 |
commit | 527107582c65416957881b2012f3eee4d941a7b4 (patch) | |
tree | 4b262a6adfa724e75a3ce75289b97a80b259d8e4 /archivers | |
parent | 4587b084a2741b6502e968dc40ff4c8cd0df2f23 (diff) | |
download | freebsd-ports-gnome-527107582c65416957881b2012f3eee4d941a7b4.tar.gz freebsd-ports-gnome-527107582c65416957881b2012f3eee4d941a7b4.tar.zst freebsd-ports-gnome-527107582c65416957881b2012f3eee4d941a7b4.zip |
Update to 2.04.
Submitted by: Martin Matuska <mm@freebsd.org>
PR: ports/152183
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo2/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzo2/distinfo | 5 | ||||
-rw-r--r-- | archivers/lzo2/files/patch-silence-lzotest.c | 30 |
3 files changed, 18 insertions, 20 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 28e5210de585..16a7da32590e 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lzo2 -PORTVERSION= 2.03 -PORTREVISION= 2 +PORTVERSION= 2.04 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ \ diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo index 952b0b806ad1..92ef0429bd75 100644 --- a/archivers/lzo2/distinfo +++ b/archivers/lzo2/distinfo @@ -1,3 +1,2 @@ -MD5 (lzo-2.03.tar.gz) = 0c3d078c2e8ea5a88971089a2f02a726 -SHA256 (lzo-2.03.tar.gz) = 8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591 -SIZE (lzo-2.03.tar.gz) = 626042 +SHA256 (lzo-2.04.tar.gz) = 4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428 +SIZE (lzo-2.04.tar.gz) = 604424 diff --git a/archivers/lzo2/files/patch-silence-lzotest.c b/archivers/lzo2/files/patch-silence-lzotest.c index 921bf7c6a5c3..1a518bf87dca 100644 --- a/archivers/lzo2/files/patch-silence-lzotest.c +++ b/archivers/lzo2/files/patch-silence-lzotest.c @@ -1,27 +1,27 @@ -This test reduces the lzotest verbosity so that it doesn't print anything -on success. - ---- lzotest/lzotest.c.orig 2008-06-01 10:01:36.000000000 +0200 -+++ lzotest/lzotest.c 2008-06-01 10:03:10.000000000 +0200 -@@ -226,7 +226,7 @@ - - struct corpus_entry_t; +--- lzotest/lzotest.c.orig 2010-10-31 18:21:28.000000000 +0100 ++++ lzotest/lzotest.c 2010-11-13 00:37:17.279807378 +0100 +@@ -233,7 +233,7 @@ + // command line options + **************************************************************************/ -int opt_verbose = 2; +int opt_verbose = 1; long opt_c_loops = 0; long opt_d_loops = 0; -@@ -1910,10 +1910,12 @@ - #elif defined(LZOTEST_USE_DYNLOAD) - # include "dynload/init.ch" - #else +@@ -1928,6 +1928,7 @@ + if ((*s == '/' || *s == '\\') && s[1]) + progname = s + 1; + +#if 0 - printf("\nLZO real-time data compression library (v%s, %s).\n", + #if defined(__LZO_PROFESSIONAL__) + printf("\nLZO Professional real-time data compression library (v%s, %s).\n", lzo_version_string(), lzo_version_date()); - printf("Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); -+#endif +@@ -1937,6 +1938,7 @@ + lzo_version_string(), lzo_version_date()); + printf("Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); #endif ++#endif /* |