Index: head/sysutils/puppet-lint/Makefile =================================================================== --- head/sysutils/puppet-lint/Makefile (revision 393035) +++ head/sysutils/puppet-lint/Makefile (revision 393036) @@ -1,18 +1,21 @@ # Created by: Tim Bishop # $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 PLIST_FILES= bin/puppet-lint NO_ARCH= yes .include Index: head/sysutils/puppet-lint/distinfo =================================================================== --- head/sysutils/puppet-lint/distinfo (revision 393035) +++ head/sysutils/puppet-lint/distinfo (revision 393036) @@ -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 Index: head/sysutils/puppet-lint/pkg-descr =================================================================== --- head/sysutils/puppet-lint/pkg-descr (revision 393035) +++ head/sysutils/puppet-lint/pkg-descr (revision 393036) @@ -1,13 +1,13 @@ Puppet-lint checks your Puppet manifests against the Puppet Labs style guide and alerts you to any discrepancies. You can test a single manifest file by running: puppet-lint If you want to test your entire Puppet manifest directory, you can add 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/