pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/ruby-ffi-libarchive



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov 11 09:30:54 UTC 2023

Modified Files:
        pkgsrc/archivers/ruby-ffi-libarchive: Makefile distinfo

Log Message:
archivers/ruby-ffi-libarchive: update to 1.1.13

1.1.13 (2023-09-18)

Merged Pull Requests

* Update chefstyle requirement from 2.0.9 to 2.1.0 #62 (dependabot[bot])
* Update chefstyle requirement from 2.1.0 to 2.1.1 #63 (dependabot[bot])
* Update chefstyle requirement from 2.1.1 to 2.1.3 #65 (dependabot[bot])
* Update chefstyle requirement from 2.1.3 to 2.2.0 #66 (dependabot[bot])
* add ruby 3.1 in verfiy pipeline #69 (skeshari12)
* INFC-158 fix build from addition of Ruby 3.0/3.1 tests for Windows #71
  (tpowell-progress)
* Bundle pristine to patch 3.1 ruby #78 (tpowell-progress)
* Expose archive format compression methods #74 (sj26)
* Allow opening archive from fd #75 (sj26)
* Add .buildkite directory to fix the build #79 (tpowell-progress)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/ruby-ffi-libarchive/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/ruby-ffi-libarchive/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/ruby-ffi-libarchive/Makefile
diff -u pkgsrc/archivers/ruby-ffi-libarchive/Makefile:1.6 pkgsrc/archivers/ruby-ffi-libarchive/Makefile:1.7
--- pkgsrc/archivers/ruby-ffi-libarchive/Makefile:1.6   Sat Sep 18 13:48:01 2021
+++ pkgsrc/archivers/ruby-ffi-libarchive/Makefile       Sat Nov 11 09:30:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/09/18 13:48:01 taca Exp $
+# $NetBSD: Makefile,v 1.7 2023/11/11 09:30:54 taca Exp $
 
-DISTNAME=      ffi-libarchive-1.1.3
+DISTNAME=      ffi-libarchive-1.1.13
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.0<2:../../devel/ruby-ffi
+
 .include "../../lang/ruby/gem.mk"
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/ruby-ffi-libarchive/distinfo
diff -u pkgsrc/archivers/ruby-ffi-libarchive/distinfo:1.8 pkgsrc/archivers/ruby-ffi-libarchive/distinfo:1.9
--- pkgsrc/archivers/ruby-ffi-libarchive/distinfo:1.8   Tue Oct 26 09:57:16 2021
+++ pkgsrc/archivers/ruby-ffi-libarchive/distinfo       Sat Nov 11 09:30:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 09:57:16 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/11/11 09:30:54 taca Exp $
 
-BLAKE2s (ffi-libarchive-1.1.3.gem) = 5948a007364601cfd288e4acd7c05385e0fe2806fc14686718125106f6d54366
-SHA512 (ffi-libarchive-1.1.3.gem) = 3d504fef54d64f94a96452f49aef6be3639295a77ec1e9caeb9dccc03b0b5fc7ccbac08c0a55a0a3d8bf6ebab376bd3fb1a148ddbb040418f4f4fd6ca81ae2b5
-Size (ffi-libarchive-1.1.3.gem) = 16384 bytes
+BLAKE2s (ffi-libarchive-1.1.13.gem) = 216d8c62979774c4b7ccbb7bb71500e1100381e60a16f9fb30531431ce6331d1
+SHA512 (ffi-libarchive-1.1.13.gem) = 7a7a9ec78a19b06892512271cccf627174cd2c57f36c3edde68b15b6164d82de00207f4aa712f8c45f14a4dc1f47554eb1493fb18787758aff2d645b449bcf26
+Size (ffi-libarchive-1.1.13.gem) = 16384 bytes



Home | Main Index | Thread Index | Old Index