commit 5612ea10edfa1316ec85cf06ee23e838618c0f37 Author: junovitch Date: Thu Nov 28 09:57:56 2019 +0000 sysutils/rubygem-smart_proxy_salt: update 2.1.9 -> 3.1.1 - Release adds Python 3 support to report upload script Changes: https://github.com/theforeman/smart_proxy_salt/commits/master diff --git a/sysutils/rubygem-smart_proxy_salt/Makefile b/sysutils/rubygem-smart_proxy_salt/Makefile index bcd09845f6d1..a462c13fb1f9 100644 --- a/sysutils/rubygem-smart_proxy_salt/Makefile +++ b/sysutils/rubygem-smart_proxy_salt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_salt -PORTVERSION= 2.1.9 +PORTVERSION= 3.1.1 CATEGORIES= sysutils ruby MASTER_SITES= RG diff --git a/sysutils/rubygem-smart_proxy_salt/distinfo b/sysutils/rubygem-smart_proxy_salt/distinfo index 91955d26a84c..0075eed0ead6 100644 --- a/sysutils/rubygem-smart_proxy_salt/distinfo +++ b/sysutils/rubygem-smart_proxy_salt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525719377 -SHA256 (rubygem/smart_proxy_salt-2.1.9.gem) = 4de1c4cbd882637052002d49764a4a7bbc58f4f100c026f8b7c0dd0a3dcbd4b0 -SIZE (rubygem/smart_proxy_salt-2.1.9.gem) = 23552 +TIMESTAMP = 1574934578 +SHA256 (rubygem/smart_proxy_salt-3.1.1.gem) = 3bed6d559f030329c5d561ba172203f7957c850a4863c21f2bb73cc71cd3b898 +SIZE (rubygem/smart_proxy_salt-3.1.1.gem) = 25600 diff --git a/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node b/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node index bf841f2d29d8..342db00b07b2 100644 --- a/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node +++ b/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node @@ -4,8 +4,8 @@ require 'yaml' --$settings_file = '/etc/salt/foreman.yaml' -+$settings_file = '%%LOCALBASE%%/etc/salt/foreman.yaml' - SETTINGS = YAML.load_file($settings_file) +-settings_file = '/etc/salt/foreman.yaml' ++settings_file = '%%LOCALBASE%%/etc/salt/foreman.yaml' + SETTINGS = YAML.load_file(settings_file) require 'net/http'