Received: by mail.netbsd.org (Postfix, from userid 605) id 29C4584D51; Sat, 29 Feb 2020 11:47:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A779784D36 for ; Sat, 29 Feb 2020 11:47:10 +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 jvjrCUfNwjfl for ; Sat, 29 Feb 2020 11:47:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E52EB84D21 for ; Sat, 29 Feb 2020 11:47:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2805FBF4; Sat, 29 Feb 2020 11:47:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582976829154100" MIME-Version: 1.0 Date: Sat, 29 Feb 2020 11:47:09 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200229114709.E2805FBF4@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. --_----------=_1582976829154100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Feb 29 11:47:09 UTC 2020 Modified Files: pkgsrc/devel/guile-git: Makefile pkgsrc/devel/ktexteditor: Makefile pkgsrc/devel/libgit2: buildlink3.mk pkgsrc/devel/py-pygit2: Makefile pkgsrc/devel/ruby-rugged: Makefile pkgsrc/net/stagit-gopher: Makefile pkgsrc/www/stagit: Makefile Log Message: Recursive revbump for libgit2-0.99.0 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/guile-git/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ktexteditor/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libgit2/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pygit2/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-rugged/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/stagit-gopher/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/stagit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582976829154100 Content-Disposition: inline Content-Length: 3868 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/guile-git/Makefile diff -u pkgsrc/devel/guile-git/Makefile:1.4 pkgsrc/devel/guile-git/Makefile:1.5 --- pkgsrc/devel/guile-git/Makefile:1.4 Sat Jan 18 21:49:09 2020 +++ pkgsrc/devel/guile-git/Makefile Sat Feb 29 11:47:09 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2020/02/29 11:47:09 nia Exp $ DISTNAME= guile-git-0.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= https://gitlab.com/guile-git/guile-git/uploads/160f6a36c1be8d4fc1990a193081a04d/ Index: pkgsrc/devel/ktexteditor/Makefile diff -u pkgsrc/devel/ktexteditor/Makefile:1.38 pkgsrc/devel/ktexteditor/Makefile:1.39 --- pkgsrc/devel/ktexteditor/Makefile:1.38 Wed Jan 29 11:49:25 2020 +++ pkgsrc/devel/ktexteditor/Makefile Sat Feb 29 11:47:09 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2020/01/29 11:49:25 markd Exp $ +# $NetBSD: Makefile,v 1.39 2020/02/29 11:47:09 nia Exp $ DISTNAME= ktexteditor-${KF5VER} +PKGREVISION= 1 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/libgit2/buildlink3.mk diff -u pkgsrc/devel/libgit2/buildlink3.mk:1.7 pkgsrc/devel/libgit2/buildlink3.mk:1.8 --- pkgsrc/devel/libgit2/buildlink3.mk:1.7 Sat Feb 29 11:39:53 2020 +++ pkgsrc/devel/libgit2/buildlink3.mk Sat Feb 29 11:47:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2020/02/29 11:39:53 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2020/02/29 11:47:09 nia Exp $ BUILDLINK_TREE+= libgit2 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgit2 LIBGIT2_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.28.0 -BUILDLINK_ABI_DEPENDS.libgit2+= libgit2>=0.99 +BUILDLINK_ABI_DEPENDS.libgit2+= libgit2>=0.99.0nb1 BUILDLINK_PKGSRCDIR.libgit2?= ../../devel/libgit2 .include "../../devel/zlib/buildlink3.mk" Index: pkgsrc/devel/py-pygit2/Makefile diff -u pkgsrc/devel/py-pygit2/Makefile:1.10 pkgsrc/devel/py-pygit2/Makefile:1.11 --- pkgsrc/devel/py-pygit2/Makefile:1.10 Tue Feb 18 11:32:43 2020 +++ pkgsrc/devel/py-pygit2/Makefile Sat Feb 29 11:47:09 2020 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/02/18 11:32:43 adam Exp $ +# $NetBSD: Makefile,v 1.11 2020/02/29 11:47:09 nia Exp $ DISTNAME= pygit2-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/} Index: pkgsrc/devel/ruby-rugged/Makefile diff -u pkgsrc/devel/ruby-rugged/Makefile:1.20 pkgsrc/devel/ruby-rugged/Makefile:1.21 --- pkgsrc/devel/ruby-rugged/Makefile:1.20 Sat Jan 18 21:49:15 2020 +++ pkgsrc/devel/ruby-rugged/Makefile Sat Feb 29 11:47:09 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2020/01/18 21:49:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2020/02/29 11:47:09 nia Exp $ DISTNAME= rugged-0.28.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/stagit-gopher/Makefile diff -u pkgsrc/net/stagit-gopher/Makefile:1.2 pkgsrc/net/stagit-gopher/Makefile:1.3 --- pkgsrc/net/stagit-gopher/Makefile:1.2 Sun Feb 23 20:55:45 2020 +++ pkgsrc/net/stagit-gopher/Makefile Sat Feb 29 11:47:09 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/02/23 20:55:45 leot Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/29 11:47:09 nia Exp $ DISTNAME= stagit-gopher-0.9.3 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://codemadness.org/releases/stagit-gopher/ Index: pkgsrc/www/stagit/Makefile diff -u pkgsrc/www/stagit/Makefile:1.2 pkgsrc/www/stagit/Makefile:1.3 --- pkgsrc/www/stagit/Makefile:1.2 Sun Feb 23 21:38:49 2020 +++ pkgsrc/www/stagit/Makefile Sat Feb 29 11:47:09 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/02/23 21:38:49 fcambus Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/29 11:47:09 nia Exp $ DISTNAME= stagit-0.9.3 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= https://codemadness.org/releases/stagit/ --_----------=_1582976829154100--