pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/archivers/zstd



> 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
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> Modified files:
> 
> Index: pkgsrc/archivers/zstd/Makefile
> diff -u pkgsrc/archivers/zstd/Makefile:1.9 pkgsrc/archivers/zstd/Makefile:1.10
> --- pkgsrc/archivers/zstd/Makefile:1.9        Sun Jul 23 18:28:41 2017
> +++ pkgsrc/archivers/zstd/Makefile    Sun Jul 23 19:02:25 2017
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.9 2017/07/23 18:28:41 nros Exp $
> +# $NetBSD: Makefile,v 1.10 2017/07/23 19:02:25 nros Exp $
> 
> DISTNAME=     zstd-1.3.0
> CATEGORIES=   archivers
> @@ -19,7 +19,7 @@ MAKE_FLAGS+=                INSTALL=${INSTALL:Q}
> BUILD_TARGET=         allmost
> TEST_TARGET=          test
> 
> -RESTRICTED=          "LICENSE-examples does not permit redistribution of the examples"
> +RESTRICTED=          LICENSE-examples does not permit redistribution of the examples
> NO_SRC_ON_CDROM=      ${RESTRICTED}
> NO_SRC_ON_FTP=                ${RESTRICTED}

But we are not building examples, correct?

Adam


Home | Main Index | Thread Index | Old Index