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 F420E7A263 for ; Mon, 17 Oct 2016 13:45:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A4BFB85E8D; Mon, 17 Oct 2016 13:45:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 340C785E6E for ; Mon, 17 Oct 2016 13:45:46 +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 s5_sTya7Jyaf for ; Mon, 17 Oct 2016 13:45:45 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C9F7785E25 for ; Mon, 17 Oct 2016 13:45:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8044FBD2; Mon, 17 Oct 2016 13:45:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476711945104640" MIME-Version: 1.0 Date: Mon, 17 Oct 2016 13:45:45 +0000 From: "Hans Rosenfeld" Subject: CVS commit: pkgsrc/security/cyrus-saslauthd To: pkgsrc-changes@NetBSD.org Reply-To: hans@netbsd.org X-Mailer: log_accum Message-Id: <20161017134545.C8044FBD2@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. --_----------=_1476711945104640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hans Date: Mon Oct 17 13:45:45 UTC 2016 Modified Files: pkgsrc/security/cyrus-saslauthd: Makefile Log Message: security/cyrus-sasl was changed to use doors on SunOS. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/cyrus-saslauthd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476711945104640 Content-Disposition: inline Content-Length: 612 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/cyrus-saslauthd/Makefile diff -u pkgsrc/security/cyrus-saslauthd/Makefile:1.49 pkgsrc/security/cyrus-saslauthd/Makefile:1.50 --- pkgsrc/security/cyrus-saslauthd/Makefile:1.49 Sat Mar 5 11:29:19 2016 +++ pkgsrc/security/cyrus-saslauthd/Makefile Mon Oct 17 13:45:45 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:29:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/10/17 13:45:45 hans Exp $ PKGNAME= ${DISTNAME:S/sasl/saslauthd/} -PKGREVISION= 4 +PKGREVISION= 5 CONFLICTS+= cyrus-sasl<2.1.15nb2 .include "../../security/cyrus-sasl/Makefile.common" --_----------=_1476711945104640--