Received: by mail.netbsd.org (Postfix, from userid 605) id 7A5AD84D75; Wed, 27 Feb 2019 16:33:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 009E184D74 for ; Wed, 27 Feb 2019 16:33:51 +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 bALwp4aDmZq9 for ; Wed, 27 Feb 2019 16:33:50 +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 39BB184CDA for ; Wed, 27 Feb 2019 16:33:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37400FB16; Wed, 27 Feb 2019 16:33:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551285230170450" MIME-Version: 1.0 Date: Wed, 27 Feb 2019 16:33:50 +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: <20190227163350.37400FB16@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. --_----------=_1551285230170450 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:33:50 UTC 2019 Modified Files: pkgsrc/devel/ruby-rugged: Makefile PLIST distinfo Log Message: devel/ruby-rugged: update to 0.28.0 Catch up to devel/libgit2 0.28. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-rugged/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-rugged/PLIST \ pkgsrc/devel/ruby-rugged/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551285230170450 Content-Disposition: inline Content-Length: 7210 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.17 pkgsrc/devel/ruby-rugged/Makefile:1.18 --- pkgsrc/devel/ruby-rugged/Makefile:1.17 Sun Feb 24 10:16:02 2019 +++ pkgsrc/devel/ruby-rugged/Makefile Wed Feb 27 16:33:50 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2019/02/24 10:16:02 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2019/02/27 16:33:50 taca Exp $ -DISTNAME= rugged-0.27.7 -PKGREVISION= 1 +DISTNAME= rugged-0.28.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rugged/PLIST diff -u pkgsrc/devel/ruby-rugged/PLIST:1.13 pkgsrc/devel/ruby-rugged/PLIST:1.14 --- pkgsrc/devel/ruby-rugged/PLIST:1.13 Sun Jan 20 14:03:43 2019 +++ pkgsrc/devel/ruby-rugged/PLIST Wed Feb 27 16:33:50 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2019/01/20 14:03:43 taca Exp $ +@comment $NetBSD: PLIST,v 1.14 2019/02/27 16:33:50 taca Exp $ ${GEM_HOME}/build_info/${GEM_NAME}.info ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete @@ -8,6 +8,7 @@ ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/ext/rugged/extconf.rb ${GEM_LIBDIR}/ext/rugged/rugged.c ${GEM_LIBDIR}/ext/rugged/rugged.h +${GEM_LIBDIR}/ext/rugged/rugged_allocator.c ${GEM_LIBDIR}/ext/rugged/rugged_backend.c ${GEM_LIBDIR}/ext/rugged/rugged_blame.c ${GEM_LIBDIR}/ext/rugged/rugged_blob.c @@ -65,6 +66,8 @@ ${GEM_LIBDIR}/vendor/libgit2/AUTHORS ${GEM_LIBDIR}/vendor/libgit2/CMakeLists.txt ${GEM_LIBDIR}/vendor/libgit2/COPYING ${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/AddCFlagIfSupported.cmake +${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/CheckPrototypeDefinition.c.in +${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/CheckPrototypeDefinition.cmake ${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/EnableWarnings.cmake ${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake ${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/FindGSSAPI.cmake @@ -76,10 +79,11 @@ ${GEM_LIBDIR}/vendor/libgit2/cmake/Modul ${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/FindmbedTLS.cmake ${GEM_LIBDIR}/vendor/libgit2/cmake/Modules/IdeSplitSources.cmake ${GEM_LIBDIR}/vendor/libgit2/deps/http-parser/CMakeLists.txt -${GEM_LIBDIR}/vendor/libgit2/deps/http-parser/LICENSE-MIT +${GEM_LIBDIR}/vendor/libgit2/deps/http-parser/COPYING ${GEM_LIBDIR}/vendor/libgit2/deps/http-parser/http_parser.c ${GEM_LIBDIR}/vendor/libgit2/deps/http-parser/http_parser.h ${GEM_LIBDIR}/vendor/libgit2/deps/regex/CMakeLists.txt +${GEM_LIBDIR}/vendor/libgit2/deps/regex/COPYING ${GEM_LIBDIR}/vendor/libgit2/deps/regex/config.h ${GEM_LIBDIR}/vendor/libgit2/deps/regex/regcomp.c ${GEM_LIBDIR}/vendor/libgit2/deps/regex/regex.c @@ -88,11 +92,14 @@ ${GEM_LIBDIR}/vendor/libgit2/deps/regex/ ${GEM_LIBDIR}/vendor/libgit2/deps/regex/regex_internal.h ${GEM_LIBDIR}/vendor/libgit2/deps/regex/regexec.c ${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/CMakeLists.txt +${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/COPYING.GPL +${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/COPYING.LGPL ${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/urlmon.h ${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/winhttp.def ${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/winhttp.h ${GEM_LIBDIR}/vendor/libgit2/deps/winhttp/winhttp64.def ${GEM_LIBDIR}/vendor/libgit2/deps/zlib/CMakeLists.txt +${GEM_LIBDIR}/vendor/libgit2/deps/zlib/COPYING ${GEM_LIBDIR}/vendor/libgit2/deps/zlib/adler32.c ${GEM_LIBDIR}/vendor/libgit2/deps/zlib/crc32.c ${GEM_LIBDIR}/vendor/libgit2/deps/zlib/crc32.h @@ -115,6 +122,7 @@ ${GEM_LIBDIR}/vendor/libgit2/deps/zlib/z ${GEM_LIBDIR}/vendor/libgit2/deps/zlib/zutil.h ${GEM_LIBDIR}/vendor/libgit2/include/git2.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/annotated_commit.h +${GEM_LIBDIR}/vendor/libgit2/include/git2/apply.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/attr.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/blame.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/blob.h @@ -127,6 +135,7 @@ ${GEM_LIBDIR}/vendor/libgit2/include/git ${GEM_LIBDIR}/vendor/libgit2/include/git2/common.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/config.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/cred_helpers.h +${GEM_LIBDIR}/vendor/libgit2/include/git2/deprecated.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/describe.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/diff.h ${GEM_LIBDIR}/vendor/libgit2/include/git2/errors.h @@ -238,9 +247,12 @@ ${GEM_LIBDIR}/vendor/libgit2/src/commit_ ${GEM_LIBDIR}/vendor/libgit2/src/common.h ${GEM_LIBDIR}/vendor/libgit2/src/config.c ${GEM_LIBDIR}/vendor/libgit2/src/config.h +${GEM_LIBDIR}/vendor/libgit2/src/config_backend.h ${GEM_LIBDIR}/vendor/libgit2/src/config_cache.c +${GEM_LIBDIR}/vendor/libgit2/src/config_entries.c +${GEM_LIBDIR}/vendor/libgit2/src/config_entries.h ${GEM_LIBDIR}/vendor/libgit2/src/config_file.c -${GEM_LIBDIR}/vendor/libgit2/src/config_file.h +${GEM_LIBDIR}/vendor/libgit2/src/config_mem.c ${GEM_LIBDIR}/vendor/libgit2/src/config_parse.c ${GEM_LIBDIR}/vendor/libgit2/src/config_parse.h ${GEM_LIBDIR}/vendor/libgit2/src/crlf.c @@ -368,6 +380,8 @@ ${GEM_LIBDIR}/vendor/libgit2/src/proxy.c ${GEM_LIBDIR}/vendor/libgit2/src/proxy.h ${GEM_LIBDIR}/vendor/libgit2/src/push.c ${GEM_LIBDIR}/vendor/libgit2/src/push.h +${GEM_LIBDIR}/vendor/libgit2/src/reader.c +${GEM_LIBDIR}/vendor/libgit2/src/reader.h ${GEM_LIBDIR}/vendor/libgit2/src/rebase.c ${GEM_LIBDIR}/vendor/libgit2/src/refdb.c ${GEM_LIBDIR}/vendor/libgit2/src/refdb.h @@ -402,12 +416,12 @@ ${GEM_LIBDIR}/vendor/libgit2/src/status. ${GEM_LIBDIR}/vendor/libgit2/src/stdalloc.c ${GEM_LIBDIR}/vendor/libgit2/src/stdalloc.h ${GEM_LIBDIR}/vendor/libgit2/src/stream.h -${GEM_LIBDIR}/vendor/libgit2/src/streams/curl.c -${GEM_LIBDIR}/vendor/libgit2/src/streams/curl.h ${GEM_LIBDIR}/vendor/libgit2/src/streams/mbedtls.c ${GEM_LIBDIR}/vendor/libgit2/src/streams/mbedtls.h ${GEM_LIBDIR}/vendor/libgit2/src/streams/openssl.c ${GEM_LIBDIR}/vendor/libgit2/src/streams/openssl.h +${GEM_LIBDIR}/vendor/libgit2/src/streams/registry.c +${GEM_LIBDIR}/vendor/libgit2/src/streams/registry.h ${GEM_LIBDIR}/vendor/libgit2/src/streams/socket.c ${GEM_LIBDIR}/vendor/libgit2/src/streams/socket.h ${GEM_LIBDIR}/vendor/libgit2/src/streams/stransport.c Index: pkgsrc/devel/ruby-rugged/distinfo diff -u pkgsrc/devel/ruby-rugged/distinfo:1.13 pkgsrc/devel/ruby-rugged/distinfo:1.14 --- pkgsrc/devel/ruby-rugged/distinfo:1.13 Sun Jan 20 14:03:43 2019 +++ pkgsrc/devel/ruby-rugged/distinfo Wed Feb 27 16:33:50 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2019/01/20 14:03:43 taca Exp $ +$NetBSD: distinfo,v 1.14 2019/02/27 16:33:50 taca Exp $ -SHA1 (rugged-0.27.7.gem) = 513c78ccd3424dfff0dde02c1fd1ef04eaa145b1 -RMD160 (rugged-0.27.7.gem) = 2c63c841179a0daeb65fef23de0bd8993f68ed54 -SHA512 (rugged-0.27.7.gem) = e9ebe4a24faef05b5e43d4991ce356c82f7d15b6bae856b3a32f0b128659f91cf11d5efce757faa32dd2b7382e515472b3da6196112af74888c22661131b1aac -Size (rugged-0.27.7.gem) = 1169408 bytes +SHA1 (rugged-0.28.0.gem) = b3448f5094caf65e4bc16b938b3eec45346e42e0 +RMD160 (rugged-0.28.0.gem) = 554bc900cc418ca997e44977ed7579ba093115d1 +SHA512 (rugged-0.28.0.gem) = 22981c8f31403299b71c952dba3214f6e8fbef83b66e32385a404a8f8b5787418577ba363b57d05e55bb6473af6cb90fb700dd621c2e30dc3e1068322adc1aa2 +Size (rugged-0.28.0.gem) = 1214464 bytes --_----------=_1551285230170450--