pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-cairo



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Feb 16 04:45:37 UTC 2020

Modified Files:
        pkgsrc/graphics/ruby-cairo: Makefile distinfo

Log Message:
ruby-cairo: update to 1.16.5.

Upstream changes (from NEWS):

Release 1.16.5 (2020-02-03) Sutou Kouhei <kou%cozmixng.org@localhost>
============================================================

Improvements
------------

  * Added Cairo::Context#raw_address for integration with other
    libraries.
    [GitHub#59][Reported by kojix2]

Fixes
-----

  * Changed to use only ASCII for color name.
    [GitHub#57][Reported by spoolkitamura]

  * Fixed the number of arguments of the following methods:

    * Cairo::Surface#copy_page

    * Cairo::Surface#show_page

Thanks
------

  * spoolkitamura

  * kojix2


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/ruby-cairo/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/ruby-cairo/distinfo

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

Modified files:

Index: pkgsrc/graphics/ruby-cairo/Makefile
diff -u pkgsrc/graphics/ruby-cairo/Makefile:1.13 pkgsrc/graphics/ruby-cairo/Makefile:1.14
--- pkgsrc/graphics/ruby-cairo/Makefile:1.13    Sat Mar  9 13:50:22 2019
+++ pkgsrc/graphics/ruby-cairo/Makefile Sun Feb 16 04:45:37 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/03/09 13:50:22 tsutsui Exp $
+# $NetBSD: Makefile,v 1.14 2020/02/16 04:45:37 tsutsui Exp $
 
-DISTNAME=              cairo-1.16.4
+DISTNAME=              cairo-1.16.5
 CATEGORIES=            graphics
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost

Index: pkgsrc/graphics/ruby-cairo/distinfo
diff -u pkgsrc/graphics/ruby-cairo/distinfo:1.11 pkgsrc/graphics/ruby-cairo/distinfo:1.12
--- pkgsrc/graphics/ruby-cairo/distinfo:1.11    Sat Mar  9 13:50:22 2019
+++ pkgsrc/graphics/ruby-cairo/distinfo Sun Feb 16 04:45:37 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/03/09 13:50:22 tsutsui Exp $
+$NetBSD: distinfo,v 1.12 2020/02/16 04:45:37 tsutsui Exp $
 
-SHA1 (cairo-1.16.4.gem) = 1f36a04207eece5f8776468ef58a74289735d9e2
-RMD160 (cairo-1.16.4.gem) = 269b1f19a9cb31de920795b1342f1d96eee8c8e1
-SHA512 (cairo-1.16.4.gem) = 5af8536cd374255386fdc84b265deebb7ed21ef270538f0c2d6a5cdf3dcf1c913633f1ca813f197460968b20b6e592f24334b872cf822584d4de28c589160da8
-Size (cairo-1.16.4.gem) = 196608 bytes
+SHA1 (cairo-1.16.5.gem) = 4059aa9cacdda61213330a111b041a94335409eb
+RMD160 (cairo-1.16.5.gem) = 9aac56ca93f709a0c75975d5d4e27bcf95e780e0
+SHA512 (cairo-1.16.5.gem) = 98c10e16a3a2d964dd9b5fd450118068042e721f9655758ca567ed45f418ce1c2b9fe8cfa991a94778eb17d69fef65008d2c21244592f4f1819104bdeb76bdcc
+Size (cairo-1.16.5.gem) = 196608 bytes



Home | Main Index | Thread Index | Old Index