aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-02 22:40:29 +0800
committermarino <marino@FreeBSD.org>2016-11-02 22:40:29 +0800
commitb31ed393d0c030ce9149d809f7fcceff7891181f (patch)
tree568ed2ec574be10e4d2c51c1c7be04688d3546c2 /archivers
parent0070b6edc3a47fbd02571e7c4f328f36c5318f4a (diff)
downloadfreebsd-ports-gnome-b31ed393d0c030ce9149d809f7fcceff7891181f.tar.gz
freebsd-ports-gnome-b31ed393d0c030ce9149d809f7fcceff7891181f.tar.zst
freebsd-ports-gnome-b31ed393d0c030ce9149d809f7fcceff7891181f.zip
archivers/zstd: Upgrade version 1.1.0 => 1.1.1
Diffstat (limited to 'archivers')
-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