diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 2f39b85e564c..399fdb7f9a75 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,69 +1,69 @@ # 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}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Electrum-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Easy to use Bitcoin client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.3.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.18.7:devel/py-aiorpcX@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython<2.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonrpclib-pelix>0:devel/py-jsonrpclib-pelix@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}QDarkStyle==2.8.1:textproc/py-QDarkStyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR} USES= python:3.7+ shebangfix USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_PKGNAME= Electrum SHEBANG_FILES= electrum/electrum SHEBANG_GLOB= *.py NO_ARCH= yes OPTIONS_DEFINE= GUI HARDWARE OPTIONS_DEFAULT= GUI HARDWARE OPTIONS_SUB= yes HARDWARE_DESC= Enable Bitcoin hardware wallet support GUI_USES= desktop-file-utils pyqt:5 GUI_USE= PYQT=sip,widgets,gui_run HARDWARE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip-python>=0.1.30:security/py-btchip-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ckcc-protocol>=0.7.7:security/py-ckcc-protocol@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keepkey>=6.3.1:security/py-keepkey@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trezor>=0.12.0:security/py-trezor@${PY_FLAVOR} HARDWARE_USE= PYTHON=cython HARDWARE_SUB_FILES= pkg-message-hwwallet HARDWARE_PLIST_FILES= "@sample etc/devd/hardware_wallet.conf.sample" post-patch-GUI-off: @${REINPLACE_CMD} -e '/electrum\.desktop/d' ${WRKSRC}/setup.py post-install-HARDWARE-on: ${INSTALL_DATA} ${FILESDIR}/hardware_wallet.conf.sample \ ${STAGEDIR}${PREFIX}/etc/devd .include diff --git a/finance/electrum/distinfo b/finance/electrum/distinfo index 08c449de55f6..13850c7875b0 100644 --- a/finance/electrum/distinfo +++ b/finance/electrum/distinfo @@ -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 diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index e47fa54ee6f5..ff8b6eabc920 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -1,46 +1,46 @@ # Created by: Zhihao Yuan PORTNAME= font-manager -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES= x11-fonts gnome MAINTAINER= ehaupt@FreeBSD.org COMMENT= Font management application for the GNOME desktop LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cmake:devel/cmake \ itstool:textproc/itstool \ valac:lang/vala \ yelp-build:textproc/yelp-tools LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ meson pkgconfig python:3.6+ shebangfix sqlite USE_GITHUB= yes GH_ACCOUNT= FontManager USE_GNOME= cairo glib20 gtk30 libxml2 pango INSTALLS_ICONS= yes USE_LDCONFIG= yes SHEBANG_GLOB= *.py PLIST_SUB= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_MESON_TRUE= enable-nls post-patch: @${REINPLACE_CMD} \ -e "s|\(find_installation.*\)python3|\1${PYTHON_CMD}|" \ ${WRKSRC}/meson.build .include diff --git a/x11-fonts/font-manager/distinfo b/x11-fonts/font-manager/distinfo index a84fc13a994e..a29767bffbd8 100644 --- a/x11-fonts/font-manager/distinfo +++ b/x11-fonts/font-manager/distinfo @@ -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 diff --git a/x11-fonts/font-manager/files/patch-lib_common_meson.build b/x11-fonts/font-manager/files/patch-lib_common_meson.build deleted file mode 100644 index 6f472efdb49e..000000000000 --- a/x11-fonts/font-manager/files/patch-lib_common_meson.build +++ /dev/null @@ -1,23 +0,0 @@ -From 3ad5cc842b90614d8c06d4a4a7428b906a982aea Mon Sep 17 00:00:00 2001 -From: Jerry Casiano -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 - ])