summaryrefslogtreecommitdiff
path: root/archivers/zstd/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-21 20:44:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-21 20:44:02 +0000
commita2f8ffd8a376c4939972a754705ffdd1b6fc6a65 (patch)
tree9df953816e578e71dd058519f4a1b224a41852a8 /archivers/zstd/Makefile
parentAdd rubygem-gpgme 2.0.13 (diff)
Update to 1.3.1
- Update LICENSE Changes: https://github.com/facebook/zstd/releases
Notes
Notes: svn path=/head/; revision=448492
Diffstat (limited to 'archivers/zstd/Makefile')
-rw-r--r--archivers/zstd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index e05bc1520b0e..6df279040d39 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= zstd
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Zstandard - Fast real-time compression algorithm
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= BSD3CLAUSE GPLv2
+LICENSE_COMB= dual
+LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE
+LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
ALL_TARGET= default
MAKE_ARGS= INCLUDEDIR="${PREFIX}/include" LIBDIR="${PREFIX}/lib" MANDIR="${PREFIX}/man/man1"