mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/puppet-lint: update to 1.1.0
Approved by: mat (mentor), tdb (maintainer) Differential Revision: https://reviews.freebsd.org/D3220
This commit is contained in:
parent
d39f339752
commit
baaa46f41c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393036
3 changed files with 7 additions and 4 deletions
|
@ -2,13 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puppet-lint
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= sysutils rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= tdb@FreeBSD.org
|
||||
COMMENT= Checks Puppet manifests against the style guide
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/puppet-lint-1.0.0.gem) = 6e91472a8d113c34c33259daad52193914793cf6a1ccf1b1623a866c0e589cd5
|
||||
SIZE (rubygem/puppet-lint-1.0.0.gem) = 41984
|
||||
SHA256 (rubygem/puppet-lint-1.1.0.gem) = 739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b
|
||||
SIZE (rubygem/puppet-lint-1.1.0.gem) = 43520
|
||||
|
|
|
@ -10,4 +10,4 @@ require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
|
|||
|
||||
rake lint
|
||||
|
||||
WWW: https://github.com/rodjek/puppet-lint
|
||||
WWW: http://puppet-lint.com/
|
||||
|
|
Loading…
Add table
Reference in a new issue