Index: head/sysutils/rubygem-hammer_cli/Makefile =================================================================== --- head/sysutils/rubygem-hammer_cli/Makefile (revision 374998) +++ head/sysutils/rubygem-hammer_cli/Makefile (revision 374999) @@ -1,38 +1,35 @@ # Created by: Michael Moll # $FreeBSD$ PORTNAME= hammer_cli -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= sysutils ruby MASTER_SITES= RG MAINTAINER= kvedulv@kvedulv.de COMMENT= Provides CLI interfaces for Ruby apps LICENSE= GPLv3 -RUN_DEPENDS= rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \ +RUN_DEPENDS= rubygem-apipie-bindings>=0.0.10:${PORTSDIR}/devel/rubygem-apipie-bindings \ rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \ rubygem-clamp>=0.6.3_1:${PORTSDIR}/devel/rubygem-clamp \ rubygem-fastercsv>=1.5.5:${PORTSDIR}/devel/rubygem-fastercsv \ rubygem-fast_gettext>=0.8.1:${PORTSDIR}/devel/rubygem-fast_gettext \ rubygem-highline>=1.6.20:${PORTSDIR}/devel/rubygem-highline \ rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \ rubygem-locale=2.0.8:${PORTSDIR}/devel/rubygem-locale \ rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \ rubygem-mime-types>=1.0:${PORTSDIR}/misc/rubygem-mime-types \ rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client \ rubygem-table_print>=1.5.1:${PORTSDIR}/devel/rubygem-table_print USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include - post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d - ${INSTALL_DATA} ${FILESDIR}/cli_config.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli_config.yml.sample + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d + ${INSTALL_DATA} ${FILESDIR}/cli_config.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer -.include +.include Index: head/sysutils/rubygem-hammer_cli/distinfo =================================================================== --- head/sysutils/rubygem-hammer_cli/distinfo (revision 374998) +++ head/sysutils/rubygem-hammer_cli/distinfo (revision 374999) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hammer_cli-0.1.3.gem) = e142a14e59e9718d3ff3d7a0ab1a40d4cb3ade565ac44d13a5cd1e06d18e2b25 -SIZE (rubygem/hammer_cli-0.1.3.gem) = 121344 +SHA256 (rubygem/hammer_cli-0.1.4.gem) = 5ede832cf281891550b584948f3bcfb07cc19659740079ac18c30d3d201c4ed2 +SIZE (rubygem/hammer_cli-0.1.4.gem) = 141824 Index: head/sysutils/rubygem-hammer_cli/files/patch-localization =================================================================== --- head/sysutils/rubygem-hammer_cli/files/patch-localization (revision 374998) +++ head/sysutils/rubygem-hammer_cli/files/patch-localization (nonexistent) @@ -1,13 +0,0 @@ ---- lib/hammer_cli/i18n.rb -+++ lib/hammer_cli/i18n.rb -@@ -108,6 +108,10 @@ def locale_dir - '/usr/share/locale' - end - -+ def domain_name -+ "#{super}@system" -+ end -+ - end - - Property changes on: head/sysutils/rubygem-hammer_cli/files/patch-localization ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/rubygem-hammer_cli/files/cli_config.yml.sample =================================================================== --- head/sysutils/rubygem-hammer_cli/files/cli_config.yml.sample (revision 374998) +++ head/sysutils/rubygem-hammer_cli/files/cli_config.yml.sample (revision 374999) @@ -1,27 +1,30 @@ # User interface related settings :ui: # Enable interactive queries? :interactive: true # Number of records listed per page :per_page: 20 # Location of shell history file :history_file: '~/.hammer/history' # Enable/disable color output of logger in Clamp commands :watch_plain: false +# Force reload of Apipie cache with every Hammer invocation +:reload_cache: false + # Directory where the logs are stored. The default is /var/log/hammer/ and the log file is named hammer.log :log_dir: '~/.hammer/log' # Logging level. One of debug, info, warning, error, fatal :log_level: 'error' #:log_owner: 'foreman' #:log_group: 'foreman' # Maximum log size in bytes. Log rotates when the value gets exceeded #:log_size: 5 #in MB # Mark translated strings with X characters (for developers) #:mark_translated: false Index: head/sysutils/rubygem-hammer_cli/files/patch-versions =================================================================== --- head/sysutils/rubygem-hammer_cli/files/patch-versions (revision 374998) +++ head/sysutils/rubygem-hammer_cli/files/patch-versions (revision 374999) @@ -1,11 +1,32 @@ ---- hammer_cli-0.1.3.gemspec.orig 2014-08-25 23:09:28.000000000 +0200 -+++ hammer_cli-0.1.3.gemspec 2014-08-25 23:09:42.000000000 +0200 -@@ -155,7 +155,7 @@ +--- hammer_cli-0.1.4.gemspec.orig 2014-12-10 22:09:22.000000000 +0100 ++++ hammer_cli-0.1.4.gemspec 2014-12-10 22:10:25.000000000 +0100 +@@ -138,20 +138,6 @@ + - !ruby/object:Gem::Version + version: '0' + - !ruby/object:Gem::Dependency +- name: rb-readline +- requirement: !ruby/object:Gem::Requirement +- requirements: +- - - '>=' +- - !ruby/object:Gem::Version +- version: '0' +- type: :runtime +- prerelease: false +- version_requirements: !ruby/object:Gem::Requirement +- requirements: +- - - '>=' +- - !ruby/object:Gem::Version +- version: '0' +-- !ruby/object:Gem::Dependency + name: fastercsv + requirement: !ruby/object:Gem::Requirement + requirements: +@@ -169,7 +155,7 @@ name: mime-types requirement: !ruby/object:Gem::Requirement requirements: - - - ~> + - - '>=' - !ruby/object:Gem::Version version: '1.0' type: :runtime Index: head/sysutils/rubygem-hammer_cli/pkg-plist =================================================================== --- head/sysutils/rubygem-hammer_cli/pkg-plist (revision 374998) +++ head/sysutils/rubygem-hammer_cli/pkg-plist (revision 374999) @@ -1,4 +1,3 @@ bin/hammer @sample etc/hammer/cli_config.yml.sample -@dirrmtry etc/hammer/cli.modules.d -@dirrmtry etc/hammer +@dir etc/hammer/cli.modules.d