pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-ffi



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 29 08:32:13 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-ffi: Makefile distinfo

Log Message:
devel/ruby-ffi: update to 1.15.1

1.15.1 (2021-05-22)

Fixed:

* Append -pthread to linker options. #893
* Use arm or aarch64 to identify Apple ARM CPU arch. #899
* Allow overriding gcc with the CC env var in const_generator.rb and
  struct_generator.rb. #897


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-ffi/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-ffi/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-ffi/Makefile
diff -u pkgsrc/devel/ruby-ffi/Makefile:1.28 pkgsrc/devel/ruby-ffi/Makefile:1.29
--- pkgsrc/devel/ruby-ffi/Makefile:1.28 Sun Mar  7 08:30:47 2021
+++ pkgsrc/devel/ruby-ffi/Makefile      Sat May 29 08:32:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2021/03/07 08:30:47 taca Exp $
+# $NetBSD: Makefile,v 1.29 2021/05/29 08:32:13 taca Exp $
 
-DISTNAME=      ffi-1.15.0
+DISTNAME=      ffi-1.15.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-ffi/distinfo
diff -u pkgsrc/devel/ruby-ffi/distinfo:1.26 pkgsrc/devel/ruby-ffi/distinfo:1.27
--- pkgsrc/devel/ruby-ffi/distinfo:1.26 Sun Mar  7 08:30:47 2021
+++ pkgsrc/devel/ruby-ffi/distinfo      Sat May 29 08:32:13 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2021/03/07 08:30:47 taca Exp $
+$NetBSD: distinfo,v 1.27 2021/05/29 08:32:13 taca Exp $
 
-SHA1 (ffi-1.15.0.gem) = 8579cf1fcb8bc73a2d46688196c63e4ac0fc057e
-RMD160 (ffi-1.15.0.gem) = b3e595b81767d35100ba2414226748ae0bccb939
-SHA512 (ffi-1.15.0.gem) = cfcc629ad80f0c99fdadef1e766b42a60d2e71c822a9358a9c17edd35a665cca7ed145c36b961e9c6ed7634b95808985705c02c4436b0ce4a26f06f75f215b89
-Size (ffi-1.15.0.gem) = 909312 bytes
+SHA1 (ffi-1.15.1.gem) = 35836eefc624dec92c5ba9147600b4495fc2defa
+RMD160 (ffi-1.15.1.gem) = 4a4d53c1ed277c773811ade12b552cc187cbf5d3
+SHA512 (ffi-1.15.1.gem) = 0ec60ffb2b2a945c570cf792a340523d1dfae963de5b207094d6216f28a14236b4d0d7a6ffc3f1b339b5bee455ef5086754e80bcc74cf454a6ed0224cc901f9d
+Size (ffi-1.15.1.gem) = 909312 bytes



Home | Main Index | Thread Index | Old Index