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

(-)Makefile (-3 / +4 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.0
5
PORTVERSION=	0.1.1
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.6:${PORTSDIR}/devel/rubygem-apipie-bindings \
14
RUN_DEPENDS=	rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \
15
		rubygem-hammer_cli=0.1.0:${PORTSDIR}/sysutils/rubygem-hammer_cli
15
		rubygem-hammer_cli=0.1.1:${PORTSDIR}/sysutils/rubygem-hammer_cli \
16
		rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
16
17
17
USE_RUBY=	yes
18
USE_RUBY=	yes
18
USE_RUBYGEMS=	yes
19
USE_RUBYGEMS=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/hammer_cli_foreman-0.1.0.gem) = 2997c29333415fb8e642108f43b8f4034437290d26b16e149e2457f91f697fd2
1
SHA256 (rubygem/hammer_cli_foreman-0.1.1.gem) = e97c7ec12eb60c088a47bb8a3b37bb91f9daba087a66c6bf778eadd12a9f97d5
2
SIZE (rubygem/hammer_cli_foreman-0.1.0.gem) = 82944
2
SIZE (rubygem/hammer_cli_foreman-0.1.1.gem) = 114688
(-)files/foreman.yml.sample (-2 / +7 lines)
Lines 1-10 Link Here
1
:foreman:
1
:foreman:
2
  # Enable/disable foreman commands
2
  :enable_module: true
3
  :enable_module: true
4
5
  # Your foreman server address
3
  :host: 'https://localhost/'
6
  :host: 'https://localhost/'
7
8
  # Credentials. You'll be asked for the interactively if you leave them blank here
4
  :username: 'admin'
9
  :username: 'admin'
5
  :password: 'changeme'
10
  #:password: 'example'
6
11
7
  # Check cache status on each request
12
  # Check API documentation cache status on each request
8
  #:refresh_cache: false
13
  #:refresh_cache: false
9
14
10
  # API request timeout, set -1 for infinity
15
  # API request timeout, set -1 for infinity
(-)pkg-plist (-3 / +1 lines)
Lines 1-3 Link Here
1
@unexec if cmp -s %D/etc/hammer/cli.modules.d/foreman.yml.sample %D/etc/hammer/cli.modules.d/foreman.yml; then rm -f %D/etc/hammer/cli.modules.d/foreman.yml; fi
1
@sample etc/hammer/cli.modules.d/foreman.yml.sample
2
etc/hammer/cli.modules.d/foreman.yml.sample
3
@exec if [ ! -f %D/etc/hammer/cli.modules.d/foreman.yml ] ; then cp -p %D/etc/hammer/cli.modules.d/foreman.yml.sample %D/etc/hammer/cli.modules.d/foreman.yml; fi

Return to bug 190070