Received: by mail.netbsd.org (Postfix, from userid 605) id 8D01E84D3E; Sun, 17 Sep 2017 14:42:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20A9684D2D for ; Sun, 17 Sep 2017 14:42:17 +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 QffoqxIryBFN for ; Sun, 17 Sep 2017 14:42:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8245684D23 for ; Sun, 17 Sep 2017 14:42:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80974FA9A; Sun, 17 Sep 2017 14:42:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150565933640890" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 14:42:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/p5-Wx To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917144216.80974FA9A@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. --_----------=_150565933640890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 14:42:16 UTC 2017 Modified Files: pkgsrc/x11/p5-Wx: buildlink3.mk Log Message: p5-Wx: use matching version of p5-Alien-wxWdigets To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/p5-Wx/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150565933640890 Content-Disposition: inline Content-Length: 869 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/p5-Wx/buildlink3.mk diff -u pkgsrc/x11/p5-Wx/buildlink3.mk:1.32 pkgsrc/x11/p5-Wx/buildlink3.mk:1.33 --- pkgsrc/x11/p5-Wx/buildlink3.mk:1.32 Sun Sep 17 14:41:22 2017 +++ pkgsrc/x11/p5-Wx/buildlink3.mk Sun Sep 17 14:42:16 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2017/09/17 14:41:22 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2017/09/17 14:42:16 wiz Exp $ BUILDLINK_TREE+= p5-Wx @@ -14,7 +14,7 @@ BUILDLINK_LIBDIRS.p5-Wx?= ${PERL5_SUB_IN # We want all of the arch-dependent Wx files. BUILDLINK_CONTENTS_FILTER.p5-Wx?= ${GREP} ${PERL5_SUB_INSTALLVENDORARCH} -BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets +BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.69:../../x11/p5-Alien-wxWidgets BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp .include "../../lang/perl5/buildlink3.mk" --_----------=_150565933640890--