Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 797D67A16F for ; Mon, 8 May 2017 15:33:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2C66184DB6; Mon, 8 May 2017 15:33:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B08D384DAF for ; Mon, 8 May 2017 15:33:34 +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 eMWnNJPy8dFT for ; Mon, 8 May 2017 15:33:34 +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 520A684C6C for ; Mon, 8 May 2017 15:33:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D702FBE4; Mon, 8 May 2017 15:33:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494257614145640" MIME-Version: 1.0 Date: Mon, 8 May 2017 15:33:34 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/chat/irssi To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170508153334.4D702FBE4@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. --_----------=_1494257614145640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon May 8 15:33:34 UTC 2017 Modified Files: pkgsrc/chat/irssi: Makefile Log Message: Requires curses. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/chat/irssi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494257614145640 Content-Disposition: inline Content-Length: 690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/irssi/Makefile diff -u pkgsrc/chat/irssi/Makefile:1.79 pkgsrc/chat/irssi/Makefile:1.80 --- pkgsrc/chat/irssi/Makefile:1.79 Thu Apr 27 00:51:09 2017 +++ pkgsrc/chat/irssi/Makefile Mon May 8 15:33:34 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2017/04/27 00:51:09 maya Exp $ +# $NetBSD: Makefile,v 1.80 2017/05/08 15:33:34 jperkin Exp $ DISTNAME= ${IRSSI_DISTNAME} CATEGORIES= chat @@ -31,5 +31,6 @@ INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} post-install: ${INSTALL_DATA} ${WRKSRC}/irssi-config ${DESTDIR}${IRSSI_CONFIG} +.include "../../mk/curses.buildlink3.mk" .include "../../mk/terminfo.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1494257614145640--