Received: by mail.netbsd.org (Postfix, from userid 605) id C956F84D80; Fri, 1 Jun 2018 14:21:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AF2E84D24 for ; Fri, 1 Jun 2018 14:21:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GNrNccb3JU5H for ; Fri, 1 Jun 2018 14:21:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4AA8D84CD0 for ; Fri, 1 Jun 2018 14:21:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FE80FBEC; Fri, 1 Jun 2018 14:21:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527862900135170" MIME-Version: 1.0 Date: Fri, 1 Jun 2018 14:21:40 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/meta-pkgs/mate To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180601142140.3FE80FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1527862900135170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Jun 1 14:21:40 UTC 2018 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Makefile.common Log Message: Make pkglint happy for mate packages. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/meta-pkgs/mate/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/meta-pkgs/mate/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527862900135170 Content-Disposition: inline Content-Length: 1328 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/mate/Makefile diff -u pkgsrc/meta-pkgs/mate/Makefile:1.14 pkgsrc/meta-pkgs/mate/Makefile:1.15 --- pkgsrc/meta-pkgs/mate/Makefile:1.14 Sun May 20 15:03:57 2018 +++ pkgsrc/meta-pkgs/mate/Makefile Fri Jun 1 14:21:40 2018 @@ -1,8 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/05/20 15:03:57 youri Exp $ - -MAINTAINER= youri@NetBSD.org -HOMEPAGE= http://www.mate-desktop.org/ -LICENSE= gnu-gpl-v3 +# $NetBSD: Makefile,v 1.15 2018/06/01 14:21:40 youri Exp $ PKGNAME= mate-${VERSION} CATEGORIES= meta-pkgs Index: pkgsrc/meta-pkgs/mate/Makefile.common diff -u pkgsrc/meta-pkgs/mate/Makefile.common:1.5 pkgsrc/meta-pkgs/mate/Makefile.common:1.6 --- pkgsrc/meta-pkgs/mate/Makefile.common:1.5 Mon May 14 19:15:35 2018 +++ pkgsrc/meta-pkgs/mate/Makefile.common Fri Jun 1 14:21:40 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2018/05/14 19:15:35 youri Exp $ +# $NetBSD: Makefile.common,v 1.6 2018/06/01 14:21:40 youri Exp $ # used by meta-pkgs/mate/Makefile # used by print/atril/Makefile # used by sysutils/caja/Makefile @@ -47,6 +47,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config MAINTAINER= youri@NetBSD.org +LICENSE= gnu-gpl-v3 TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 --_----------=_1527862900135170--