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 546E67ACAE for ; Wed, 30 Dec 2015 15:48:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7ADB685F43; Wed, 30 Dec 2015 15:48:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4ACE885E26 for ; Wed, 30 Dec 2015 15:48:41 +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 zZ_uK_Io5mlg for ; Wed, 30 Dec 2015 15:48:41 +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 A25E285EC7 for ; Wed, 30 Dec 2015 15:48:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A80D4FBE3; Tue, 29 Dec 2015 23:18:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 29 Dec 2015 23:18:50 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/security/dirmngr To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20151229231850.A80D4FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Tue Dec 29 23:18:50 UTC 2015 Modified Files: pkgsrc/security/dirmngr: Makefile distinfo Added Files: pkgsrc/security/dirmngr/patches: patch-src_crlfetch.c Log Message: Fix build by removing a redundant return statement. From Malte Dehling in PR pkg/49637. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/dirmngr/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/dirmngr/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/security/dirmngr/patches/patch-src_crlfetch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.