Received: by mail.netbsd.org (Postfix, from userid 605) id 7D8B984D3F; Sun, 17 May 2020 23:54:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0579284D33 for ; Sun, 17 May 2020 23:54:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9w0v_Vs1Cxtn for ; Sun, 17 May 2020 23:53:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4FF5E84CE7 for ; Sun, 17 May 2020 23:53:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F1E3FB27; Sun, 17 May 2020 23:53:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589759639277140" MIME-Version: 1.0 Date: Sun, 17 May 2020 23:53:59 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libbonobo To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200517235359.3F1E3FB27@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. --_----------=_1589759639277140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 17 23:53:59 UTC 2020 Modified Files: pkgsrc/devel/libbonobo: Makefile Log Message: libbonobo: Correct LICENSE. pkglint To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/libbonobo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589759639277140 Content-Disposition: inline Content-Length: 1190 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libbonobo/Makefile diff -u pkgsrc/devel/libbonobo/Makefile:1.85 pkgsrc/devel/libbonobo/Makefile:1.86 --- pkgsrc/devel/libbonobo/Makefile:1.85 Sun May 17 15:24:48 2020 +++ pkgsrc/devel/libbonobo/Makefile Sun May 17 23:53:59 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2020/05/17 15:24:48 nia Exp $ +# $NetBSD: Makefile,v 1.86 2020/05/17 23:53:59 nia Exp $ DISTNAME= libbonobo-2.32.1 CATEGORIES= devel gnome @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://developer.gnome.org/ COMMENT= GNOME2 Object activation framework library -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 CONFLICTS= bonobo-activation-[0-9]* @@ -20,8 +20,8 @@ USE_TOOLS+= bison flex gmake intltool m PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -CONFIGURE_ENV+= PERL_PATH=${TOOLS_PERL5:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ENV+= PERL_PATH=${TOOLS_PERL5} PKG_SYSCONFSUBDIR= bonobo-activation EGDIR= ${PREFIX}/share/examples/bonobo-activation --_----------=_1589759639277140--