diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-18 22:44:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-18 22:44:16 +0800 |
commit | b3bbf925fe61dd6895651899e88bbc4d93f43d5f (patch) | |
tree | a81af52f5605e9023274c7e154e865d54a27b59e /archivers | |
parent | bf8584869f69124943c445760589c5cc6a668857 (diff) | |
download | freebsd-ports-gnome-b3bbf925fe61dd6895651899e88bbc4d93f43d5f.tar.gz freebsd-ports-gnome-b3bbf925fe61dd6895651899e88bbc4d93f43d5f.tar.zst freebsd-ports-gnome-b3bbf925fe61dd6895651899e88bbc4d93f43d5f.zip |
Update to 1.8.1.2
Changes: https://github.com/lz4/lz4/releases
PR: 225277
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblz4/Makefile | 4 | ||||
-rw-r--r-- | archivers/liblz4/distinfo | 6 | ||||
-rw-r--r-- | archivers/liblz4/files/patch-lib-lz4.h | 11 |
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) - |