aboutsummaryrefslogtreecommitdiff
path: root/archivers/zstd
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-02 14:40:29 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-02 14:40:29 +0000
commit285f886bdf70bac33b69739980855d1a9cc2feb6 (patch)
tree568ed2ec574be10e4d2c51c1c7be04688d3546c2 /archivers/zstd
parent516a7adafc406354effd4cf6fe985638f2cbb08c (diff)
downloadports-285f886bdf70bac33b69739980855d1a9cc2feb6.tar.gz
ports-285f886bdf70bac33b69739980855d1a9cc2feb6.zip
archivers/zstd: Upgrade version 1.1.0 => 1.1.1
Notes
Notes: svn path=/head/; revision=425157
Diffstat (limited to 'archivers/zstd')
-rw-r--r--archivers/zstd/Makefile2
-rw-r--r--archivers/zstd/distinfo6
-rw-r--r--archivers/zstd/files/patch-lib_Makefile10
-rw-r--r--archivers/zstd/pkg-plist1
4 files changed, 11 insertions, 8 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 87702c98b495..45b14d9da7e3 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zstd
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
CATEGORIES= archivers
diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo
index c6d6dbf6526a..6aa0d64ae4c4 100644
--- a/archivers/zstd/distinfo
+++ b/archivers/zstd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475057976
-SHA256 (facebook-zstd-v1.1.0_GH0.tar.gz) = 61cbbd28ff78f658f0564c2ccc206ac1ac6abe7f2c65c9afdca74584a104ea51
-SIZE (facebook-zstd-v1.1.0_GH0.tar.gz) = 716327
+TIMESTAMP = 1478078796
+SHA256 (facebook-zstd-v1.1.1_GH0.tar.gz) = a92965a2480fecc6b7bf491106e93cbf69a298b865b6d623755b3a482d77e614
+SIZE (facebook-zstd-v1.1.1_GH0.tar.gz) = 734872
diff --git a/archivers/zstd/files/patch-lib_Makefile b/archivers/zstd/files/patch-lib_Makefile
index e03a73867e2b..0c8080ba2a4d 100644
--- a/archivers/zstd/files/patch-lib_Makefile
+++ b/archivers/zstd/files/patch-lib_Makefile
@@ -1,6 +1,6 @@
---- lib/Makefile.orig 2016-08-31 16:09:10 UTC
+--- lib/Makefile.orig 2016-11-01 18:13:22 UTC
+++ lib/Makefile
-@@ -90,15 +90,15 @@ libzstd.pc: libzstd.pc.in
+@@ -90,16 +90,16 @@ libzstd.pc: libzstd.pc.in
$< >$@
install: libzstd libzstd.pc
@@ -11,7 +11,8 @@
- @cp -a libzstd.pc $(DESTDIR)$(LIBDIR)/pkgconfig/
- @install -m 644 libzstd.a $(DESTDIR)$(LIBDIR)/libzstd.a
- @install -m 644 zstd.h $(DESTDIR)$(INCLUDEDIR)/zstd.h
-- @install -m 644 common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h
+- @install -m 644 common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR)/zstd_errors.h
+- @install -m 644 common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h # Deprecated streaming functions
- @install -m 644 dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR)/zdict.h
+ @install -d -m 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ $(DESTDIR)$(INCLUDEDIR)/
+ @$(BSD_INSTALL_LIB) libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT_VER)
@@ -20,7 +21,8 @@
+ @$(BSD_INSTALL_DATA) libzstd.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
+ @$(BSD_INSTALL_LIB) libzstd.a $(DESTDIR)$(LIBDIR)/libzstd.a
+ @$(BSD_INSTALL_DATA) zstd.h $(DESTDIR)$(INCLUDEDIR)/zstd.h
-+ @$(BSD_INSTALL_DATA) common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h
++ @$(BSD_INSTALL_DATA) common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR)/zstd_errors.h
++ @$(BSD_INSTALL_DATA) common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h # Deprecated streaming functions
+ @$(BSD_INSTALL_DATA) dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR)/zdict.h
@echo zstd static and shared library installed
diff --git a/archivers/zstd/pkg-plist b/archivers/zstd/pkg-plist
index da2bcf0b8085..0db2e90f3bc8 100644
--- a/archivers/zstd/pkg-plist
+++ b/archivers/zstd/pkg-plist
@@ -4,6 +4,7 @@ bin/zstdcat
include/zbuff.h
include/zdict.h
include/zstd.h
+include/zstd_errors.h
lib/libzstd.a
lib/libzstd.so
lib/libzstd.so.1