aboutsummaryrefslogtreecommitdiff
path: root/archivers/liblz4
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-18 14:44:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-18 14:44:16 +0000
commit12002c7a16257252c9fbfe616257639e166d7a9f (patch)
treea81af52f5605e9023274c7e154e865d54a27b59e /archivers/liblz4
parent5e63fae51e2e92d962708a4dcc624774400fa423 (diff)
downloadports-12002c7a16257252c9fbfe616257639e166d7a9f.tar.gz
ports-12002c7a16257252c9fbfe616257639e166d7a9f.zip
Update to 1.8.1.2
Changes: https://github.com/lz4/lz4/releases PR: 225277 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Notes
Notes: svn path=/head/; revision=459351
Diffstat (limited to 'archivers/liblz4')
-rw-r--r--archivers/liblz4/Makefile4
-rw-r--r--archivers/liblz4/distinfo6
-rw-r--r--archivers/liblz4/files/patch-lib-lz4.h11
3 files changed, 5 insertions, 16 deletions
diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile
index 191d5f58bfc7..27f45f3ac01d 100644
--- a/archivers/liblz4/Makefile
+++ b/archivers/liblz4/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lz4
-PORTVERSION= 1.8.1
+PORTVERSION= 1.8.1.2
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= archivers
@@ -20,7 +20,7 @@ USE_LDCONFIG= yes
#PATHFIX_MAKEFILEIN= Makefile
ALL_TARGET= default # don't remove this
-SO_VER= ${PORTVERSION}
+SO_VER= ${PORTVERSION:R}
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
LIBDIR= ${PREFIX}/lib
diff --git a/archivers/liblz4/distinfo b/archivers/liblz4/distinfo
index df0aaade44e9..fb908147dcf1 100644
--- a/archivers/liblz4/distinfo
+++ b/archivers/liblz4/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515905646
-SHA256 (lz4-lz4-v1.8.1_GH0.tar.gz) = fc2de900b63cc6e708d5d79a1d961fbc23e13a0a16ad230f27533d637eb7b349
-SIZE (lz4-lz4-v1.8.1_GH0.tar.gz) = 228375
+TIMESTAMP = 1516214966
+SHA256 (lz4-lz4-v1.8.1.2_GH0.tar.gz) = 12f3a9e776a923275b2dc78ae138b4967ad6280863b77ff733028ce89b8123f9
+SIZE (lz4-lz4-v1.8.1.2_GH0.tar.gz) = 228640
diff --git a/archivers/liblz4/files/patch-lib-lz4.h b/archivers/liblz4/files/patch-lib-lz4.h
deleted file mode 100644
index 740e91c71fd1..000000000000
--- a/archivers/liblz4/files/patch-lib-lz4.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)
-