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 A9A8E7A284 for ; Mon, 10 Oct 2016 02:14:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5E38885E85; Mon, 10 Oct 2016 02:14:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2CB185E00 for ; Mon, 10 Oct 2016 02:14:15 +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 abIojtq6n864 for ; Mon, 10 Oct 2016 02:14:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5160284CBD for ; Mon, 10 Oct 2016 02:14:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EE95FBD2; Mon, 10 Oct 2016 02:14:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476065655257110" MIME-Version: 1.0 Date: Mon, 10 Oct 2016 02:14:15 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/pdcurses To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20161010021415.4EE95FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476065655257110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Oct 10 02:14:15 UTC 2016 Modified Files: pkgsrc/devel/pdcurses: Makefile Log Message: Removing trailing white-space in pkgsrc Makefile To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/pdcurses/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476065655257110 Content-Disposition: inline Content-Length: 895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pdcurses/Makefile diff -u pkgsrc/devel/pdcurses/Makefile:1.10 pkgsrc/devel/pdcurses/Makefile:1.11 --- pkgsrc/devel/pdcurses/Makefile:1.10 Mon Oct 10 02:12:57 2016 +++ pkgsrc/devel/pdcurses/Makefile Mon Oct 10 02:14:15 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/10/10 02:12:57 mef Exp $ +# $NetBSD: Makefile,v 1.11 2016/10/10 02:14:15 mef Exp $ DISTNAME= PDCurses-3.4 PKGNAME= ${DISTNAME:tl} @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pdcurses.sourceforge.net/ COMMENT= Public domain implementation of the X/Open curses standard #LICENSE= See README, Legal Stuff part, starting with: -# The core package is in the public domain, but small portions of PDCurses +# The core package is in the public domain, but small portions of PDCurses # are subject to copyright under various licenses GNU_CONFIGURE= yes --_----------=_1476065655257110--