Received: by mail.netbsd.org (Postfix, from userid 605) id 400CF84DA4; Fri, 8 Sep 2017 07:48:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C808284D86 for ; Fri, 8 Sep 2017 07:48:19 +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 UiuaGIOZh3CF for ; Fri, 8 Sep 2017 07:48:19 +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 5AB3084CDE for ; Fri, 8 Sep 2017 07:48:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58BF4FA97; Fri, 8 Sep 2017 07:48:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504856899254350" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 07:48:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170908074819.58BF4FA97@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. --_----------=_1504856899254350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 8 07:48:19 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 pkgsrc/mail: Makefile Removed Files: pkgsrc/mail/ifile-procmail: DESCR Makefile PLIST distinfo Log Message: Remove ifile-procmail. Upstream dead, confirmed by MAINTAINER. To generate a diff of this commit: cvs rdiff -u -r1.3654 -r1.3655 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.496 -r1.497 pkgsrc/mail/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/mail/ifile-procmail/DESCR cvs rdiff -u -r1.11 -r0 pkgsrc/mail/ifile-procmail/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/mail/ifile-procmail/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/mail/ifile-procmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504856899254350 Content-Disposition: inline Content-Length: 1256 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3654 pkgsrc/doc/CHANGES-2017:1.3655 --- pkgsrc/doc/CHANGES-2017:1.3654 Fri Sep 8 06:47:44 2017 +++ pkgsrc/doc/CHANGES-2017 Fri Sep 8 07:48:19 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3654 2017/09/08 06:47:44 wiz Exp $ +$NetBSD: CHANGES-2017,v 1.3655 2017/09/08 07:48:19 wiz Exp $ Changes to the packages collection and infrastructure in 2017: @@ -5157,3 +5157,4 @@ Changes to the packages collection and i Updated audio/pulseaudio to 11.0 [ryoon 2017-09-08] Removed net/p5-Umph-Prompt [wiz 2017-09-08] Added devel/autosetup version 0.6.7 [wiz 2017-09-08] + Removed mail/ifile-procmail [wiz 2017-09-08] Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.496 pkgsrc/mail/Makefile:1.497 --- pkgsrc/mail/Makefile:1.496 Sun Sep 3 16:43:36 2017 +++ pkgsrc/mail/Makefile Fri Sep 8 07:48:18 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.496 2017/09/03 16:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.497 2017/09/08 07:48:18 wiz Exp $ # COMMENT= Electronic mail utilities @@ -116,7 +116,6 @@ SUBDIR+= grepmail SUBDIR+= heirloom-mailx SUBDIR+= hypermail SUBDIR+= ifile -SUBDIR+= ifile-procmail SUBDIR+= im SUBDIR+= imap-uw SUBDIR+= imap-uw-utils --_----------=_1504856899254350--