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 336577A1C0 for ; Mon, 10 Apr 2017 09:35:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D5B6284DB4; Mon, 10 Apr 2017 09:35:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6787084DA0 for ; Mon, 10 Apr 2017 09:35:02 +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 q_dNTGwC3Rcj for ; Mon, 10 Apr 2017 09:35:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 07DD084D78 for ; Mon, 10 Apr 2017 09:35:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02EABFBE4; Mon, 10 Apr 2017 09:35:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149181690194000" MIME-Version: 1.0 Date: Mon, 10 Apr 2017 09:35:01 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/mail/p5-Email-MIME-RFC2047 To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170410093502.02EABFBE4@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. --_----------=_149181690194000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Mon Apr 10 09:35:01 UTC 2017 Modified Files: pkgsrc/mail/p5-Email-MIME-RFC2047: Makefile Log Message: Fix package name. No cookie for mef. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/p5-Email-MIME-RFC2047/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149181690194000 Content-Disposition: inline Content-Length: 602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Email-MIME-RFC2047/Makefile diff -u pkgsrc/mail/p5-Email-MIME-RFC2047/Makefile:1.1 pkgsrc/mail/p5-Email-MIME-RFC2047/Makefile:1.2 --- pkgsrc/mail/p5-Email-MIME-RFC2047/Makefile:1.1 Sun Apr 9 02:54:23 2017 +++ pkgsrc/mail/p5-Email-MIME-RFC2047/Makefile Mon Apr 10 09:35:01 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2017/04/09 02:54:23 mef Exp $ +# $NetBSD: Makefile,v 1.2 2017/04/10 09:35:01 joerg Exp $ DISTNAME= Email-MIME-RFC2047-0.95 +PKGNAME= p5-${DISTNAME} CATEGORIES= mail MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NW/NWELLNHOF/ --_----------=_149181690194000--