Date: Sun, 14 Jan 2018 07:07:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458961 - in head/archivers/liblz4: . files Message-ID: <201801140707.w0E77d5t097945@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 14 07:07:39 2018 New Revision: 458961 URL: https://svnweb.freebsd.org/changeset/ports/458961 Log: Update to 1.8.1 Changes: https://github.com/lz4/lz4/releases PR: 225145 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) Added: head/archivers/liblz4/files/ head/archivers/liblz4/files/patch-lib-lz4.h (contents, props changed) Modified: head/archivers/liblz4/Makefile head/archivers/liblz4/distinfo Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Sun Jan 14 07:07:34 2018 (r458960) +++ head/archivers/liblz4/Makefile Sun Jan 14 07:07:39 2018 (r458961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= archivers Modified: head/archivers/liblz4/distinfo ============================================================================== --- head/archivers/liblz4/distinfo Sun Jan 14 07:07:34 2018 (r458960) +++ head/archivers/liblz4/distinfo Sun Jan 14 07:07:39 2018 (r458961) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503151640 -SHA256 (lz4-lz4-v1.8.0_GH0.tar.gz) = 2ca482ea7a9bb103603108b5a7510b7592b90158c151ff50a28f1ca8389fccf6 -SIZE (lz4-lz4-v1.8.0_GH0.tar.gz) = 222840 +TIMESTAMP = 1515905646 +SHA256 (lz4-lz4-v1.8.1_GH0.tar.gz) = fc2de900b63cc6e708d5d79a1d961fbc23e13a0a16ad230f27533d637eb7b349 +SIZE (lz4-lz4-v1.8.1_GH0.tar.gz) = 228375 Added: head/archivers/liblz4/files/patch-lib-lz4.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/liblz4/files/patch-lib-lz4.h Sun Jan 14 07:07:39 2018 (r458961) @@ -0,0 +1,11 @@ +--- lib/lz4.h.orig 2018-01-12 22:36:10 UTC ++++ lib/lz4.h +@@ -93,7 +93,7 @@ extern "C" { + /*------ Version ------*/ + #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ + #define LZ4_VERSION_MINOR 8 /* for new (non-breaking) interface capabilities */ +-#define LZ4_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */ ++#define LZ4_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ + + #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801140707.w0E77d5t097945>