View | Details | Raw Unified | Return to bug 195893
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	hammer_cli_foreman
4
PORTNAME=	hammer_cli_foreman
5
PORTVERSION=	0.1.3
5
PORTVERSION=	0.1.4
6
CATEGORIES=	sysutils ruby
6
CATEGORIES=	sysutils ruby
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
Lines 11-18 Link Here
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
RUN_DEPENDS=	rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \
14
RUN_DEPENDS=	rubygem-apipie-bindings>=0.0.11:${PORTSDIR}/devel/rubygem-apipie-bindings \
15
		rubygem-hammer_cli>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli \
15
		rubygem-hammer_cli>=0.1.4:${PORTSDIR}/sysutils/rubygem-hammer_cli \
16
		rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
16
		rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
17
17
18
USE_RUBY=	yes
18
USE_RUBY=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/hammer_cli_foreman-0.1.3.gem) = 296920b904a97d52d4e3dae137bad06405be75ca1feeca70ed7ada103e69b14d
1
SHA256 (rubygem/hammer_cli_foreman-0.1.4.gem) = 47dea037bd0fa6efa0e224426b1d3f61014ced70948bb9e76dfc50e36eda23e4
2
SIZE (rubygem/hammer_cli_foreman-0.1.3.gem) = 199168
2
SIZE (rubygem/hammer_cli_foreman-0.1.4.gem) = 382976
(-)files/patch-localization (-14 lines)
Lines 1-14 Link Here
1
--- lib/hammer_cli_foreman/i18n.rb
2
+++ lib/hammer_cli_foreman/i18n.rb
3
@@ -24,6 +24,11 @@ def locale_dir
4
         '/usr/share/locale'
5
       end
6
 
7
+
8
+      def domain_name
9
+        "#{super}@system"
10
+      end
11
+
12
     end
13
 
14
   end

Return to bug 195893