Received: by mail.netbsd.org (Postfix, from userid 605) id 51C9584D92; Wed, 2 Jan 2019 19:59:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D487184D60 for ; Wed, 2 Jan 2019 19:59:06 +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 Cz1ym99rPUFR for ; Wed, 2 Jan 2019 19:59:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 674D484CE2 for ; Wed, 2 Jan 2019 19:59:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63704FB16; Wed, 2 Jan 2019 19:59:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546459146210430" MIME-Version: 1.0 Date: Wed, 2 Jan 2019 19:59:06 +0000 From: "Julio Merino" Subject: CVS commit: pkgsrc/devel/go-cobra To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20190102195906.63704FB16@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. --_----------=_1546459146210430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmmv Date: Wed Jan 2 19:59:06 UTC 2019 Modified Files: pkgsrc/devel/go-cobra: Makefile Log Message: Bump PKGREVISION to 3 due to go-viper update. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/go-cobra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546459146210430 Content-Disposition: inline Content-Length: 576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/go-cobra/Makefile diff -u pkgsrc/devel/go-cobra/Makefile:1.9 pkgsrc/devel/go-cobra/Makefile:1.10 --- pkgsrc/devel/go-cobra/Makefile:1.9 Wed Dec 19 15:47:06 2018 +++ pkgsrc/devel/go-cobra/Makefile Wed Jan 2 19:59:06 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/12/19 15:47:06 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2019/01/02 19:59:06 jmmv Exp $ DISTNAME= cobra-0.0.3 PKGNAME= go-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 MASTER_SITES= ${MASTER_SITE_GITHUB:=spf13/} CATEGORIES= devel GITHUB_TAG= v${PKGVERSION_NOREV} --_----------=_1546459146210430--