aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-02 22:33:10 +0800
committermarino <marino@FreeBSD.org>2016-09-02 22:33:10 +0800
commit3e217ef9ca4c0ca0b3650fa4fb9529b0fc77c4e4 (patch)
tree0fafa327e63dacb55b124f292eab28162223a5bc /archivers
parentc0c67112fda71c8b93db9dc189300843a5fa509a (diff)
downloadfreebsd-ports-gnome-3e217ef9ca4c0ca0b3650fa4fb9529b0fc77c4e4.tar.gz
freebsd-ports-gnome-3e217ef9ca4c0ca0b3650fa4fb9529b0fc77c4e4.tar.zst
freebsd-ports-gnome-3e217ef9ca4c0ca0b3650fa4fb9529b0fc77c4e4.zip
archivers/zstd: Upgrade version 0.8.1 => 1.0.0
The copyright of zstd has been transferred to Facebook as part of this v1.0 release. It also comes with a patent grant and a new public streaming API (previously the API was in flux and only available on static builds).
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile6
-rw-r--r--archivers/zstd/distinfo6
-rw-r--r--archivers/zstd/files/patch-lib_Makefile4
-rw-r--r--archivers/zstd/files/patch-programs_Makefile4
-rw-r--r--archivers/zstd/pkg-descr2
-rw-r--r--archivers/zstd/pkg-plist2
6 files changed, 12 insertions, 12 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 1827053060cc..a999360e637a 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zstd
-PORTVERSION= 0.8.1
+PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
CATEGORIES= archivers
@@ -10,11 +10,11 @@ MAINTAINER= marino@FreeBSD.org
COMMENT= Zstandard - Fast real-time compression algorithm
LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/lib/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_GITHUB= yes
-GH_ACCOUNT= Cyan4973
+GH_ACCOUNT= facebook
PLIST_SUB= LIBVER=${PORTVERSION}
ALL_TARGET= default
diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo
index 4fa8ce2bdc73..315b0aa16f47 100644
--- a/archivers/zstd/distinfo
+++ b/archivers/zstd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471529863
-SHA256 (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 4632bee45988dd0fe3edf1e67bdf0a833895cbb1a7d1eb23ef0b7d753f8bffdd
-SIZE (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 605676
+TIMESTAMP = 1472807768
+SHA256 (facebook-zstd-v1.0.0_GH0.tar.gz) = 197e6ef74da878cbf72844f38461bb18129d144fd5221b3598e973ecda6f5963
+SIZE (facebook-zstd-v1.0.0_GH0.tar.gz) = 593430
diff --git a/archivers/zstd/files/patch-lib_Makefile b/archivers/zstd/files/patch-lib_Makefile
index e4c355e1bb47..e03a73867e2b 100644
--- a/archivers/zstd/files/patch-lib_Makefile
+++ b/archivers/zstd/files/patch-lib_Makefile
@@ -1,6 +1,6 @@
---- lib/Makefile.orig 2016-08-01 07:51:18 UTC
+--- lib/Makefile.orig 2016-08-31 16:09:10 UTC
+++ lib/Makefile
-@@ -113,15 +113,15 @@ libzstd.pc: libzstd.pc.in
+@@ -90,15 +90,15 @@ libzstd.pc: libzstd.pc.in
$< >$@
install: libzstd libzstd.pc
diff --git a/archivers/zstd/files/patch-programs_Makefile b/archivers/zstd/files/patch-programs_Makefile
index 2aad755fb127..5d62a6a2fa03 100644
--- a/archivers/zstd/files/patch-programs_Makefile
+++ b/archivers/zstd/files/patch-programs_Makefile
@@ -1,6 +1,6 @@
---- programs/Makefile.orig 2016-08-01 07:51:18 UTC
+--- programs/Makefile.orig 2016-08-31 16:09:10 UTC
+++ programs/Makefile
-@@ -181,11 +181,11 @@ HOST_OS = POSIX
+@@ -129,11 +129,11 @@ ifneq (,$(filter $(shell uname),Linux Da
install: zstd
@echo Installing binaries
@install -d -m 755 $(DESTDIR)$(BINDIR)/ $(DESTDIR)$(MANDIR)/
diff --git a/archivers/zstd/pkg-descr b/archivers/zstd/pkg-descr
index 42f98d8b28b8..35288400ea2f 100644
--- a/archivers/zstd/pkg-descr
+++ b/archivers/zstd/pkg-descr
@@ -9,4 +9,4 @@ top with a compression ratio of 2.877, a compression rate of 325 Mb/s,
and a decompression rate of 325. Zlib followed at 2.730, 95 Mb/s (C)
and 360 Mb/s (D). See WWW page for the full benchmark results.
-WWW: http://cyan4973.github.io/zstd/
+WWW: http://facebook.github.io/zstd/
diff --git a/archivers/zstd/pkg-plist b/archivers/zstd/pkg-plist
index 286b3e8a86c9..da2bcf0b8085 100644
--- a/archivers/zstd/pkg-plist
+++ b/archivers/zstd/pkg-plist
@@ -6,7 +6,7 @@ include/zdict.h
include/zstd.h
lib/libzstd.a
lib/libzstd.so
-lib/libzstd.so.0
+lib/libzstd.so.1
lib/libzstd.so.%%LIBVER%%
libdata/pkgconfig/libzstd.pc
man/man1/unzstd.1.gz