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

finance/electrum: Update to 4.1.2

This commit is contained in:
Emanuel Haupt 2021-04-10 16:02:39 +02:00
parent a5f08a7c01
commit 67227bea67
5 changed files with 8 additions and 31 deletions

View File

@ -1,7 +1,7 @@
# Created by: Neil Booth
PORTNAME= electrum
PORTVERSION= 4.1.1
PORTVERSION= 4.1.2
CATEGORIES= finance python
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
http://download.electrum.org/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1617437268
SHA256 (Electrum-4.1.1.tar.gz) = 00addc040c24e0847d9d3346cb655eb9be3a47ae309488fcb1af132552a3e679
SIZE (Electrum-4.1.1.tar.gz) = 11046215
TIMESTAMP = 1618046937
SHA256 (Electrum-4.1.2.tar.gz) = 13ae70064a0eba5eed6e0d74fa2cee5d06b1e750bc283ecd28533a4ddadaa616
SIZE (Electrum-4.1.2.tar.gz) = 11434262

View File

@ -1,7 +1,7 @@
# Created by: Zhihao Yuan <lichray@gmail.com>
PORTNAME= font-manager
PORTVERSION= 0.8.5
PORTVERSION= 0.8.6
CATEGORIES= x11-fonts gnome
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1616519682
SHA256 (FontManager-font-manager-0.8.5_GH0.tar.gz) = 977654ea89c49cbc2430209494f259438628a5ce12429bc087669e46829399ab
SIZE (FontManager-font-manager-0.8.5_GH0.tar.gz) = 3139460
TIMESTAMP = 1618044924
SHA256 (FontManager-font-manager-0.8.6_GH0.tar.gz) = 1c5b34b834fbf457c882b8d3180c8e6e5dc101e2444200cf80aa713485f7fc6f
SIZE (FontManager-font-manager-0.8.6_GH0.tar.gz) = 3331410

View File

@ -1,23 +0,0 @@
From 3ad5cc842b90614d8c06d4a4a7428b906a982aea Mon Sep 17 00:00:00 2001
From: Jerry Casiano <JerryCasiano@gmail.com>
Date: Wed, 24 Mar 2021 17:47:23 -0400
Subject: [PATCH] - Proper fix for Issue #208
--- lib/common/meson.build.orig 2021-03-22 22:35:30 UTC
+++ lib/common/meson.build
@@ -71,7 +71,7 @@ common_vapi = gnome.generate_vapi('font-manager-common
sources: [
common_gir[0],
unicode_gir[0],
- 'font-manager-common.vala'
+ 'font-manager-common.vala',
],
vapi_dirs: [
meson.current_build_dir(),
@@ -87,5 +87,5 @@ common_vapi = gnome.generate_vapi('font-manager-common
'json-glib-1.0',
'libxml-2.0',
'sqlite3',
- 'Unicode-@0@'.format(meson.project_version())
+ unicode_vapi
])