1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

x11-toolkits/rubygem-pango: Update to 3.4.4

Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
This commit is contained in:
Po-Chuan Hsieh 2021-04-26 04:21:32 +08:00
parent f184e5bdf9
commit 0df3587077
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pango
PORTVERSION= 3.4.3
PORTVERSION= 3.4.4
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1589305294
SHA256 (rubygem/pango-3.4.3.gem) = eec455e77ff2017576792ac6a65bc7c4a1a5c0c890a60223e6675a2585ed5517
SIZE (rubygem/pango-3.4.3.gem) = 28160
TIMESTAMP = 1619198993
SHA256 (rubygem/pango-3.4.4.gem) = a14089352e211deb41b0d9e6ab144e27ffed7f6974d65cc170fdb13a1540e86f
SIZE (rubygem/pango-3.4.4.gem) = 27648

View File

@ -1,11 +0,0 @@
--- ext/pango/extconf.rb.orig 2018-07-07 04:30:00 UTC
+++ ext/pango/extconf.rb
@@ -39,7 +39,7 @@ package_id = "pango"
require "mkmf-gnome2"
depended_packages = [
- "glib2",
+ "cairo", "glib2", "pango",
"gobject-introspection",
]
depended_packages.each do |package|