Received: by mail.netbsd.org (Postfix, from userid 605) id 20A4284D75; Wed, 27 Feb 2019 16:42:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E81084D74 for ; Wed, 27 Feb 2019 16:42:43 +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 lgo7YAtNdNFQ for ; Wed, 27 Feb 2019 16:42:43 +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 0066A84CDA for ; Wed, 27 Feb 2019 16:42:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEDD6FB16; Wed, 27 Feb 2019 16:42:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551285762167150" MIME-Version: 1.0 Date: Wed, 27 Feb 2019 16:42:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rugged To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190227164242.EEDD6FB16@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. --_----------=_1551285762167150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 27 16:42:42 UTC 2019 Modified Files: pkgsrc/devel/ruby-rugged: Makefile Log Message: devel/ruby-rugged: remove extra BUILDLINK_API_DEPENDS.libgit2 Remove extra BUILDLINK_API_DEPENDS.libgit2 since it is not required any more. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-rugged/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551285762167150 Content-Disposition: inline Content-Length: 765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rugged/Makefile diff -u pkgsrc/devel/ruby-rugged/Makefile:1.18 pkgsrc/devel/ruby-rugged/Makefile:1.19 --- pkgsrc/devel/ruby-rugged/Makefile:1.18 Wed Feb 27 16:33:50 2019 +++ pkgsrc/devel/ruby-rugged/Makefile Wed Feb 27 16:42:42 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/02/27 16:33:50 taca Exp $ +# $NetBSD: Makefile,v 1.19 2019/02/27 16:42:42 taca Exp $ DISTNAME= rugged-0.28.0 CATEGORIES= devel @@ -12,9 +12,6 @@ USE_TOOLS+= cmake pkg-config CONFIGURE_ARGS+= --use-system-libraries -# require libgit2 0.27.5 or later. -BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.27.5 - .include "../../devel/libgit2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../lang/ruby/gem.mk" --_----------=_1551285762167150--