pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q2]: pkgsrc/archivers/zstd Pullup ticket #5527 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc33e65d5aba
branches: pkgsrc-2017Q2
changeset: 408666:dc33e65d5aba
user: spz <spz%pkgsrc.org@localhost>
date: Sun Jul 30 09:40:23 2017 +0000
description:
Pullup ticket #5527 - requested by joerg
archivers/zstd: license handling fix
Revisions pulled up:
- archivers/zstd/Makefile 1.9-1.10
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: nros
Date: Sun Jul 23 18:28:41 UTC 2017
Modified Files:
pkgsrc/archivers/zstd: Makefile
Log Message:
Set zstd to RESTRICTED since its examples are not redistributable
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/zstd/Makefile
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: nros
Date: Sun Jul 23 19:02:25 UTC 2017
Modified Files:
pkgsrc/archivers/zstd: Makefile
Log Message:
fix pkglint warning about RESTRICTED
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/zstd/Makefile
diffstat:
archivers/zstd/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 4fb3246b6504 -r dc33e65d5aba archivers/zstd/Makefile
--- a/archivers/zstd/Makefile Sun Jul 30 05:03:10 2017 +0000
+++ b/archivers/zstd/Makefile Sun Jul 30 09:40:23 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/04/20 13:45:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2017/07/30 09:40:23 spz Exp $
DISTNAME= zstd-1.1.4
CATEGORIES= archivers
@@ -18,5 +18,9 @@
PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
+RESTRICTED= LICENSE-examples does not permit redistribution of the examples
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index