pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/watchman Install license to compy with apache...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80ee5f8b13bb
branches:  trunk
changeset: 366328:80ee5f8b13bb
user:      nros <nros%pkgsrc.org@localhost>
date:      Fri Aug 11 16:37:04 2017 +0000

description:
Install license to compy with apache version 2 license and
redistribution.
Bump PKGREVISION.

diffstat:

 sysutils/watchman/Makefile                  |   3 ++-
 sysutils/watchman/PLIST                     |   3 ++-
 sysutils/watchman/distinfo                  |   3 ++-
 sysutils/watchman/patches/patch-Makefile.am |  13 +++++++++++++
 4 files changed, 19 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 92eb410b3f67 -r 80ee5f8b13bb sysutils/watchman/Makefile
--- a/sysutils/watchman/Makefile        Fri Aug 11 16:09:47 2017 +0000
+++ b/sysutils/watchman/Makefile        Fri Aug 11 16:37:04 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2016/11/01 14:54:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.10 2017/08/11 16:37:04 nros Exp $
 
 DISTNAME=      watchman-4.7.0
 CATEGORIES=    sysutils
+PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 92eb410b3f67 -r 80ee5f8b13bb sysutils/watchman/PLIST
--- a/sysutils/watchman/PLIST   Fri Aug 11 16:09:47 2017 +0000
+++ b/sysutils/watchman/PLIST   Fri Aug 11 16:37:04 2017 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/11/01 14:54:01 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/08/11 16:37:04 nros Exp $
 bin/watchman
+share/doc/${PKGNAME}/LICENSE
 share/doc/${PKGNAME}/README.markdown
diff -r 92eb410b3f67 -r 80ee5f8b13bb sysutils/watchman/distinfo
--- a/sysutils/watchman/distinfo        Fri Aug 11 16:09:47 2017 +0000
+++ b/sysutils/watchman/distinfo        Fri Aug 11 16:37:04 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/11/01 14:54:01 fhajny Exp $
+$NetBSD: distinfo,v 1.8 2017/08/11 16:37:04 nros Exp $
 
 SHA1 (watchman-4.7.0.tar.gz) = 7f10c7f70b5f9095f3981d38cf221c0b8f9f0af3
 RMD160 (watchman-4.7.0.tar.gz) = d2398aba63074636c73466183dd09521c0ddcdc2
 SHA512 (watchman-4.7.0.tar.gz) = 1b0729bfba28948619ab910e0d21b8ff1392c3a4d1b39b77241e5465337d76ea54c51ad4a4b1458dd25ad231a3f4eb5c9fa68b3d6b0941f95f89ab80e8a4c0cb
 Size (watchman-4.7.0.tar.gz) = 3412446 bytes
+SHA1 (patch-Makefile.am) = d044bad6b6e317b64d891fe0b9d67ca125de00d8
diff -r 92eb410b3f67 -r 80ee5f8b13bb sysutils/watchman/patches/patch-Makefile.am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/watchman/patches/patch-Makefile.am       Fri Aug 11 16:37:04 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.am,v 1.1 2017/08/11 16:37:04 nros Exp $
+* Install license to comply with apache-v2 license and redistribution
+--- Makefile.am.orig   2017-08-11 16:16:43.000000000 +0000
++++ Makefile.am
+@@ -2,7 +2,7 @@ bin_PROGRAMS = watchman
+ # ensure that we have a reasonable default for the python install
+ DESTDIR ?= /
+ 
+-doc_DATA = README.markdown
++doc_DATA = README.markdown LICENSE
+ docdir = ${prefix}/share/doc/watchman-$(VERSION)
+ 
+ THIRDPARTY_CPPFLAGS = -I$(top_srcdir)/thirdparty/jansson -I$(top_builddir)/thirdparty/jansson



Home | Main Index | Thread Index | Old Index