View | Details | Raw Unified | Return to bug 225277 | Differences between
and this patch

Collapse All | Expand All

(-)liblz4/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1515905646
1
TIMESTAMP = 1516214747
2
SHA256 (lz4-lz4-v1.8.1_GH0.tar.gz) = fc2de900b63cc6e708d5d79a1d961fbc23e13a0a16ad230f27533d637eb7b349
2
SHA256 (lz4-lz4-v1.8.1.2_GH0.tar.gz) = 12f3a9e776a923275b2dc78ae138b4967ad6280863b77ff733028ce89b8123f9
3
SIZE (lz4-lz4-v1.8.1_GH0.tar.gz) = 228375
3
SIZE (lz4-lz4-v1.8.1.2_GH0.tar.gz) = 228640
(-)liblz4/files/patch-lib-lz4.h (-11 lines)
Lines 1-11 Link Here
1
--- lib/lz4.h.orig	2018-01-12 22:36:10 UTC
2
+++ lib/lz4.h
3
@@ -93,7 +93,7 @@ extern "C" {
4
 /*------   Version   ------*/
5
 #define LZ4_VERSION_MAJOR    1    /* for breaking interface changes  */
6
 #define LZ4_VERSION_MINOR    8    /* for new (non-breaking) interface capabilities */
7
-#define LZ4_VERSION_RELEASE  0    /* for tweaks, bug-fixes, or development */
8
+#define LZ4_VERSION_RELEASE  1    /* for tweaks, bug-fixes, or development */
9
 
10
 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)
11
 
(-)liblz4/Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
# Created by: adamw
1
# Created by: adamw
2
# $FreeBSD: head/archivers/liblz4/Makefile 458961 2018-01-14 07:07:39Z sunpoet $
2
# $FreeBSD: head/archivers/liblz4/Makefile 448415 2017-08-20 12:30:25Z sunpoet $
3
3
4
PORTNAME=	lz4
4
PORTNAME=	lz4
5
PORTVERSION=	1.8.1
5
PORTVERSION=	1.8.1.2
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	archivers
8
CATEGORIES=	archivers
Lines 20-26 Link Here
20
#PATHFIX_MAKEFILEIN=	Makefile
20
#PATHFIX_MAKEFILEIN=	Makefile
21
21
22
ALL_TARGET=	default		# don't remove this
22
ALL_TARGET=	default		# don't remove this
23
SO_VER=		${PORTVERSION}
23
SO_VER=		${PORTVERSION:R}
24
PLIST_SUB+=	SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
24
PLIST_SUB+=	SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
25
LIBDIR=		${PREFIX}/lib
25
LIBDIR=		${PREFIX}/lib
26
26
(-)liblz4/pkg-plist (-1 / +1 lines)
Lines 8-14 Link Here
8
include/lz4hc.h
8
include/lz4hc.h
9
lib/liblz4.a
9
lib/liblz4.a
10
lib/liblz4.so
10
lib/liblz4.so
11
lib/liblz4.so.%%SO_VER_MAJ%%
11
lib/liblz4.so.1
12
lib/liblz4.so.%%SO_VER%%
12
lib/liblz4.so.%%SO_VER%%
13
libdata/pkgconfig/liblz4.pc
13
libdata/pkgconfig/liblz4.pc
14
man/man1/lz4.1.gz
14
man/man1/lz4.1.gz

Return to bug 225277