Received: by mail.netbsd.org (Postfix, from userid 605) id 657CB8564B; Tue, 29 Aug 2017 12:18:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBB6F84D9A for ; Tue, 29 Aug 2017 12:18:11 +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 ihiKdJ73Sm4s for ; Tue, 29 Aug 2017 12:18:11 +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 8BDCB84D21 for ; Tue, 29 Aug 2017 12:18:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 822C8FA96; Tue, 29 Aug 2017 12:18:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150400909190710" MIME-Version: 1.0 Date: Tue, 29 Aug 2017 12:18:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/gpgme To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170829121811.822C8FA96@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. --_----------=_150400909190710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 29 12:18:11 UTC 2017 Modified Files: pkgsrc/security/gpgme: Makefile Log Message: Remove unnecessary comment. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/security/gpgme/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150400909190710 Content-Disposition: inline Content-Length: 659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gpgme/Makefile diff -u pkgsrc/security/gpgme/Makefile:1.84 pkgsrc/security/gpgme/Makefile:1.85 --- pkgsrc/security/gpgme/Makefile:1.84 Tue Aug 29 11:26:19 2017 +++ pkgsrc/security/gpgme/Makefile Tue Aug 29 12:18:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2017/08/29 11:26:19 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2017/08/29 12:18:11 wiz Exp $ DISTNAME= gpgme-1.9.0 CATEGORIES= security @@ -38,4 +38,3 @@ BUILDLINK_API_DEPENDS.libassuan+= libass BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.17 .include "../../security/libgpg-error/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -#_UNWRAP_FILES= --_----------=_150400909190710--