Received: by mail.netbsd.org (Postfix, from userid 605) id C00CE84E20; Wed, 23 Sep 2020 22:08:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48CE484E1E for ; Wed, 23 Sep 2020 22:08:09 +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 hbUbJf-2rCZd for ; Wed, 23 Sep 2020 22:08:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E84684DBC for ; Wed, 23 Sep 2020 22:08:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97CFAFB28; Wed, 23 Sep 2020 22:08:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600898888103770" MIME-Version: 1.0 Date: Wed, 23 Sep 2020 22:08:08 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-RT-Extension-ArticleTemplates To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200923220808.97CFAFB28@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. --_----------=_1600898888103770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Sep 23 22:08:08 UTC 2020 Modified Files: pkgsrc/devel/p5-RT-Extension-ArticleTemplates: Makefile Log Message: (devel/p5-RT-Extension-ArticleTemplates) Missing one DEPENDS. Still failing to packge To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600898888103770 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile diff -u pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile:1.2 pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile:1.3 --- pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile:1.2 Mon Aug 31 18:08:45 2020 +++ pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile Wed Sep 23 22:08:08 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/08/31 18:08:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/09/23 22:08:08 mef Exp $ DISTNAME= RT-Extension-ArticleTemplates-1.02 PKGNAME= p5-${DISTNAME} @@ -23,6 +23,7 @@ MAKE_ENV+= INSTALLDIRS="vendor" MAKE_ENV+= DESTDIR=${DESTDIR} DEPENDS+= rt4-[0-9]*:../../devel/rt4 +DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All .include "../../devel/rt4/dirs.mk" --_----------=_1600898888103770--