pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lzo Updated lzo to 2.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5032b555a814
branches:  trunk
changeset: 359254:5032b555a814
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 05 12:27:32 2017 +0000

description:
Updated lzo to 2.10.

Changes in 2.10 (01 Mar 2017)
  * Improve CMake build support.
  * Add support for pkg-config.
  * Do not redefine "snprintf" so that the examples build with MSVC 2015.
  * Assorted cleanups.

diffstat:

 archivers/lzo/Makefile |   5 +++--
 archivers/lzo/PLIST    |   3 ++-
 archivers/lzo/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r bd4d5a03d533 -r 5032b555a814 archivers/lzo/Makefile
--- a/archivers/lzo/Makefile    Sun Mar 05 12:25:28 2017 +0000
+++ b/archivers/lzo/Makefile    Sun Mar 05 12:27:32 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/02/08 16:13:36 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/03/05 12:27:32 wiz Exp $
 
-DISTNAME=      lzo-2.09
+DISTNAME=      lzo-2.10
 CATEGORIES=    archivers
 MASTER_SITES=  http://www.oberhumer.com/opensource/lzo/download/
 
@@ -12,5 +12,6 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test
+PKGCONFIG_OVERRIDE=    lzo2.pc.in
 
 .include "../../mk/bsd.pkg.mk"
diff -r bd4d5a03d533 -r 5032b555a814 archivers/lzo/PLIST
--- a/archivers/lzo/PLIST       Sun Mar 05 12:25:28 2017 +0000
+++ b/archivers/lzo/PLIST       Sun Mar 05 12:27:32 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/04/23 21:46:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/03/05 12:27:32 wiz Exp $
 include/lzo/lzo1.h
 include/lzo/lzo1a.h
 include/lzo/lzo1b.h
@@ -13,6 +13,7 @@
 include/lzo/lzodefs.h
 include/lzo/lzoutil.h
 lib/liblzo2.la
+lib/pkgconfig/lzo2.pc
 share/doc/lzo/AUTHORS
 share/doc/lzo/COPYING
 share/doc/lzo/LZO.FAQ
diff -r bd4d5a03d533 -r 5032b555a814 archivers/lzo/distinfo
--- a/archivers/lzo/distinfo    Sun Mar 05 12:25:28 2017 +0000
+++ b/archivers/lzo/distinfo    Sun Mar 05 12:27:32 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 00:56:23 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/03/05 12:27:32 wiz Exp $
 
-SHA1 (lzo-2.09.tar.gz) = e2a60aca818836181e7e6f8c4f2c323aca6ac057
-RMD160 (lzo-2.09.tar.gz) = b615c5557a3c14181ee7c282f96917af9495095a
-SHA512 (lzo-2.09.tar.gz) = 7c64e5e7d2050d75ac8c59d613f6f7230b74746b1d207666755b07450053c8b73980f12f8a1ec59d2af0bada02beec126aaacb675b8088b5fe65e97ff7e6bfc7
-Size (lzo-2.09.tar.gz) = 594855 bytes
+SHA1 (lzo-2.10.tar.gz) = 4924676a9bae5db58ef129dc1cebce3baa3c4b5d
+RMD160 (lzo-2.10.tar.gz) = 5b5a836c1b51fac18ca36aa36d9ed4b37e551044
+SHA512 (lzo-2.10.tar.gz) = a3dae5e4a6b93b1f5bf7435e8ab114a9be57252e9efc5dd444947d7a2d031b0819f34bcaeb35f60b5629a01b1238d738735a64db8f672be9690d3c80094511a4
+Size (lzo-2.10.tar.gz) = 600622 bytes
 SHA1 (patch-aa) = 8e86b2eca83d5b45e37646deb25517dbedbe6e97



Home | Main Index | Thread Index | Old Index