aboutsummaryrefslogtreecommitdiff
path: root/archivers/liblz4
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-14 07:07:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-14 07:07:39 +0000
commit792369e06c1c8e246df6290aa693761e8e0e6cf6 (patch)
tree63a381f0c6782d986f34d50997451c24ab1c3c8a /archivers/liblz4
parentfc33cd2acd5657f3105e89ccb9566dd1880f6d6c (diff)
downloadports-792369e06c1c8e246df6290aa693761e8e0e6cf6.tar.gz
ports-792369e06c1c8e246df6290aa693761e8e0e6cf6.zip
Update to 1.8.1
Changes: https://github.com/lz4/lz4/releases PR: 225145 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Notes
Notes: svn path=/head/; revision=458961
Diffstat (limited to 'archivers/liblz4')
-rw-r--r--archivers/liblz4/Makefile2
-rw-r--r--archivers/liblz4/distinfo6
-rw-r--r--archivers/liblz4/files/patch-lib-lz4.h11
3 files changed, 15 insertions, 4 deletions
diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile
index 9a7243829667..191d5f58bfc7 100644
--- a/archivers/liblz4/Makefile
+++ b/archivers/liblz4/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lz4
-PORTVERSION= 1.8.0
+PORTVERSION= 1.8.1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= archivers
diff --git a/archivers/liblz4/distinfo b/archivers/liblz4/distinfo
index 9994097b4d77..df0aaade44e9 100644
--- a/archivers/liblz4/distinfo
+++ b/archivers/liblz4/distinfo
@@ -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
diff --git a/archivers/liblz4/files/patch-lib-lz4.h b/archivers/liblz4/files/patch-lib-lz4.h
new file mode 100644
index 000000000000..740e91c71fd1
--- /dev/null
+++ b/archivers/liblz4/files/patch-lib-lz4.h
@@ -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)
+