svn commit: r436784 - in head/archivers/lzo2: . files

Matthias Andree mandree at FreeBSD.org
Thu Mar 23 22:15:33 UTC 2017


Author: mandree
Date: Thu Mar 23 22:15:31 2017
New Revision: 436784
URL: https://svnweb.freebsd.org/changeset/ports/436784

Log:
  Update to upstream release 2.10.

Modified:
  head/archivers/lzo2/Makefile
  head/archivers/lzo2/distinfo
  head/archivers/lzo2/files/patch-include__lzo__lzodefs.h
  head/archivers/lzo2/files/patch-lzotest__lzotest.c
  head/archivers/lzo2/pkg-plist

Modified: head/archivers/lzo2/Makefile
==============================================================================
--- head/archivers/lzo2/Makefile	Thu Mar 23 22:03:52 2017	(r436783)
+++ head/archivers/lzo2/Makefile	Thu Mar 23 22:15:31 2017	(r436784)
@@ -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

Modified: head/archivers/lzo2/distinfo
==============================================================================
--- head/archivers/lzo2/distinfo	Thu Mar 23 22:03:52 2017	(r436783)
+++ head/archivers/lzo2/distinfo	Thu Mar 23 22:15:31 2017	(r436784)
@@ -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

Modified: head/archivers/lzo2/files/patch-include__lzo__lzodefs.h
==============================================================================
--- head/archivers/lzo2/files/patch-include__lzo__lzodefs.h	Thu Mar 23 22:03:52 2017	(r436783)
+++ head/archivers/lzo2/files/patch-include__lzo__lzodefs.h	Thu Mar 23 22:15:31 2017	(r436784)
@@ -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

Modified: head/archivers/lzo2/files/patch-lzotest__lzotest.c
==============================================================================
--- head/archivers/lzo2/files/patch-lzotest__lzotest.c	Thu Mar 23 22:03:52 2017	(r436783)
+++ head/archivers/lzo2/files/patch-lzotest__lzotest.c	Thu Mar 23 22:15:31 2017	(r436784)
@@ -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
  
  

Modified: head/archivers/lzo2/pkg-plist
==============================================================================
--- head/archivers/lzo2/pkg-plist	Thu Mar 23 22:03:52 2017	(r436783)
+++ head/archivers/lzo2/pkg-plist	Thu Mar 23 22:15:31 2017	(r436784)
@@ -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


More information about the svn-ports-all mailing list