Update to 0.11.0

- Use PLIST_FILES instead of PLIST

Changes:	https://github.com/theforeman/hammer-cli/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-08-02 18:36:57 +00:00
parent 1c0d508b52
commit c1a3f7de7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447167
3 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= hammer_cli PORTNAME= hammer_cli
PORTVERSION= 0.10.2 PORTVERSION= 0.11.0
CATEGORIES= sysutils ruby CATEGORIES= sysutils ruby
MASTER_SITES= RG MASTER_SITES= RG
@ -25,9 +25,12 @@ NO_ARCH= yes
USE_RUBY= yes USE_RUBY= yes
USES= gem USES= gem
PLIST_FILES= bin/hammer \
"@sample etc/hammer/cli_config.yml.sample" \
"@dir etc/hammer/cli.modules.d"
post-install: post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
${INSTALL_DATA} ${WRKSRC}/config/cli_config.template.yml \ ${INSTALL_DATA} ${WRKSRC}/config/cli_config.template.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli_config.yml.sample
${STAGEDIR}${PREFIX}/etc/hammer/cli_config.yml.sample
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1494055052 TIMESTAMP = 1501694519
SHA256 (rubygem/hammer_cli-0.10.2.gem) = 0dcadc4d7669e38426fa17175943e47f962a079f4e002af68a6f1049277a8c7c SHA256 (rubygem/hammer_cli-0.11.0.gem) = 93c666a13301cd99f97556498605194cc7f4563040690b444abd595d194c8db0
SIZE (rubygem/hammer_cli-0.10.2.gem) = 145920 SIZE (rubygem/hammer_cli-0.11.0.gem) = 157184

View file

@ -1,3 +0,0 @@
bin/hammer
@sample etc/hammer/cli_config.yml.sample
@dir etc/hammer/cli.modules.d