Date: Fri, 2 Sep 2016 14:33:10 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421267 - in head/archivers/zstd: . files Message-ID: <201609021433.u82EXAdM056029@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Sep 2 14:33:10 2016 New Revision: 421267 URL: https://svnweb.freebsd.org/changeset/ports/421267 Log: 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). Modified: head/archivers/zstd/Makefile head/archivers/zstd/distinfo head/archivers/zstd/files/patch-lib_Makefile head/archivers/zstd/files/patch-programs_Makefile head/archivers/zstd/pkg-descr head/archivers/zstd/pkg-plist Modified: head/archivers/zstd/Makefile ============================================================================== --- head/archivers/zstd/Makefile Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/Makefile Fri Sep 2 14:33:10 2016 (r421267) @@ -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 Modified: head/archivers/zstd/distinfo ============================================================================== --- head/archivers/zstd/distinfo Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/distinfo Fri Sep 2 14:33:10 2016 (r421267) @@ -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 Modified: head/archivers/zstd/files/patch-lib_Makefile ============================================================================== --- head/archivers/zstd/files/patch-lib_Makefile Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/files/patch-lib_Makefile Fri Sep 2 14:33:10 2016 (r421267) @@ -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 Modified: head/archivers/zstd/files/patch-programs_Makefile ============================================================================== --- head/archivers/zstd/files/patch-programs_Makefile Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/files/patch-programs_Makefile Fri Sep 2 14:33:10 2016 (r421267) @@ -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)/ Modified: head/archivers/zstd/pkg-descr ============================================================================== --- head/archivers/zstd/pkg-descr Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/pkg-descr Fri Sep 2 14:33:10 2016 (r421267) @@ -9,4 +9,4 @@ top with a compression ratio of 2.877, a 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/ Modified: head/archivers/zstd/pkg-plist ============================================================================== --- head/archivers/zstd/pkg-plist Fri Sep 2 14:20:14 2016 (r421266) +++ head/archivers/zstd/pkg-plist Fri Sep 2 14:33:10 2016 (r421267) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609021433.u82EXAdM056029>