diff options
author | mandree <mandree@FreeBSD.org> | 2017-03-24 06:15:31 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-03-24 06:15:31 +0800 |
commit | 9e4218f65e0f074973a0ee4c63fe0093cb9e2a8a (patch) | |
tree | 081206c99fb3376482a9ab3d02f085172abc9975 /archivers | |
parent | 44e31aad6d5dc3688540f1463dd28c4232831e8d (diff) | |
download | freebsd-ports-gnome-9e4218f65e0f074973a0ee4c63fe0093cb9e2a8a.tar.gz freebsd-ports-gnome-9e4218f65e0f074973a0ee4c63fe0093cb9e2a8a.tar.zst freebsd-ports-gnome-9e4218f65e0f074973a0ee4c63fe0093cb9e2a8a.zip |
Update to upstream release 2.10.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo2/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/distinfo | 5 | ||||
-rw-r--r-- | archivers/lzo2/files/patch-include__lzo__lzodefs.h | 2 | ||||
-rw-r--r-- | archivers/lzo2/files/patch-lzotest__lzotest.c | 4 | ||||
-rw-r--r-- | archivers/lzo2/pkg-plist | 1 |
5 files changed, 8 insertions, 6 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 0c0788fe77c0..7be3fbe7338e 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzo2 -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ LOCAL/mandree diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo index 9b09edbaea29..0af7a8ccdca7 100644 --- a/archivers/lzo2/distinfo +++ b/archivers/lzo2/distinfo @@ -1,2 +1,3 @@ -SHA256 (lzo-2.09.tar.gz) = f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c -SIZE (lzo-2.09.tar.gz) = 594855 +TIMESTAMP = 1490306101 +SHA256 (lzo-2.10.tar.gz) = c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 +SIZE (lzo-2.10.tar.gz) = 600622 diff --git a/archivers/lzo2/files/patch-include__lzo__lzodefs.h b/archivers/lzo2/files/patch-include__lzo__lzodefs.h index b836430e338a..c8cf52c3631b 100644 --- a/archivers/lzo2/files/patch-include__lzo__lzodefs.h +++ b/archivers/lzo2/files/patch-include__lzo__lzodefs.h @@ -1,4 +1,4 @@ ---- include/lzo/lzodefs.h.orig 2015-02-04 11:24:51 UTC +--- include/lzo/lzodefs.h.orig 2017-03-01 19:54:14 UTC +++ include/lzo/lzodefs.h @@ -29,6 +29,8 @@ #ifndef __LZODEFS_H_INCLUDED diff --git a/archivers/lzo2/files/patch-lzotest__lzotest.c b/archivers/lzo2/files/patch-lzotest__lzotest.c index 6f3b94a195af..5c460054f70d 100644 --- a/archivers/lzo2/files/patch-lzotest__lzotest.c +++ b/archivers/lzo2/files/patch-lzotest__lzotest.c @@ -1,4 +1,4 @@ ---- lzotest/lzotest.c.orig 2015-02-04 11:24:51 UTC +--- lzotest/lzotest.c.orig 2017-03-01 19:54:14 UTC +++ lzotest/lzotest.c @@ -206,7 +206,7 @@ enum { // command line options @@ -16,7 +16,7 @@ +#if 0 printf("\nLZO real-time data compression library (v%s, %s).\n", lzo_version_string(), lzo_version_date()); - printf("Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); + printf("Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); +#endif diff --git a/archivers/lzo2/pkg-plist b/archivers/lzo2/pkg-plist index 9c11712fe4f7..1bb6a3571b69 100644 --- a/archivers/lzo2/pkg-plist +++ b/archivers/lzo2/pkg-plist @@ -15,6 +15,7 @@ lib/liblzo2.a lib/liblzo2.so lib/liblzo2.so.2 lib/liblzo2.so.2.0.0 +lib/pkgconfig/lzo2.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/COPYING |