Received: by mail.netbsd.org (Postfix, from userid 605) id EB2FA84D35; Fri, 13 Sep 2019 12:56:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7086384CE2 for ; Fri, 13 Sep 2019 12:56:24 +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 eUavucOxz0di for ; Fri, 13 Sep 2019 12:56:24 +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 CA25F84CCF for ; Fri, 13 Sep 2019 12:56:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C46D4FBF4; Fri, 13 Sep 2019 12:56:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568379383268880" MIME-Version: 1.0 Date: Fri, 13 Sep 2019 12:56:23 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190913125623.C46D4FBF4@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. --_----------=_1568379383268880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Sep 13 12:56:23 UTC 2019 Modified Files: pkgsrc/mail: Makefile Removed Files: pkgsrc/mail/seamonkey-enigmail: DESCR Makefile PLIST Log Message: Remove mail/seamonkey-enigmail. This no longer works with the latest SeaMonkey release, and upstream has dropped support for SeaMonkey. To generate a diff of this commit: cvs rdiff -u -r1.530 -r1.531 pkgsrc/mail/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/mail/seamonkey-enigmail/DESCR cvs rdiff -u -r1.7 -r0 pkgsrc/mail/seamonkey-enigmail/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/mail/seamonkey-enigmail/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568379383268880 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.530 pkgsrc/mail/Makefile:1.531 --- pkgsrc/mail/Makefile:1.530 Tue Jul 9 18:23:46 2019 +++ pkgsrc/mail/Makefile Fri Sep 13 12:56:23 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.530 2019/07/09 18:23:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.531 2019/09/13 12:56:23 nia Exp $ # COMMENT= Electronic mail utilities @@ -347,7 +347,6 @@ SUBDIR+= ruby-mime-types2 SUBDIR+= ruby-mini_mime SUBDIR+= ruby-tmail SUBDIR+= safecat -SUBDIR+= seamonkey-enigmail SUBDIR+= sendmail SUBDIR+= sendmail-cidrexpand SUBDIR+= sendmail-qtool --_----------=_1568379383268880--