diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-15 16:04:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-15 16:04:33 +0000 |
commit | 4fa07c7f2cc3c3ba6d3267c5cd1c3a2f5d5ba057 (patch) | |
tree | ef0185f0020f617329dd41d102167b803908c50b /sysutils | |
parent | bd5745a0c379120aacd20423189ef31ce000fc2f (diff) | |
download | ports-4fa07c7f2cc3c3ba6d3267c5cd1c3a2f5d5ba057.tar.gz ports-4fa07c7f2cc3c3ba6d3267c5cd1c3a2f5d5ba057.zip |
- Update to 2.7.16
- Sort MAN8
Notes
Notes:
svn path=/head/; revision=299355
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 27 | ||||
-rw-r--r-- | sysutils/puppet/distinfo | 4 |
2 files changed, 16 insertions, 15 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 4275f04a8513..173641dc3954 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -6,8 +6,7 @@ # PORTNAME= puppet -PORTVERSION= 2.7.14 -PORTREVISION= 1 +PORTVERSION= 2.7.16 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -29,17 +28,19 @@ SUB_FILES+= pkg-message MANCOMPRESSED= yes MAN5= puppet.conf.5 -MAN8= filebucket.8 pi.8 puppet.8 puppetca.8 puppetd.8 \ - puppetdoc.8 puppetmasterd.8 puppetrun.8 ralsh.8 puppetqd.8 \ - puppet-agent.8 puppet-apply.8 puppet-catalog.8 puppet-cert.8 \ - puppet-certificate.8 puppet-certificate_request.8 \ - puppet-certificate_revocation_list.8 puppet-config.8 \ - puppet-describe.8 puppet-device.8 puppet-doc.8 puppet-facts.8 \ - puppet-file.8 puppet-filebucket.8 puppet-help.8 puppet-inspect.8 \ +MAN8= filebucket.8 pi.8 puppet-agent.8 puppet-apply.8 puppet-ca.8 \ + puppet-catalog.8 puppet-cert.8 puppet-certificate.8 \ + puppet-certificate_request.8 puppet-certificate_revocation_list.8 \ + puppet-config.8 puppet-describe.8 puppet-device.8 puppet-doc.8 \ + puppet-facts.8 puppet-file.8 puppet-filebucket.8 puppet-help.8 \ + puppet-inspect.8 puppet-instrumentation_data.8 \ + puppet-instrumentation_listener.8 puppet-instrumentation_probe.8 \ puppet-key.8 puppet-kick.8 puppet-man.8 puppet-master.8 \ - puppet-node.8 puppet-parser.8 puppet-plugin.8 puppet-queue.8 \ - puppet-report.8 puppet-resource.8 puppet-resource_type.8 \ - puppet-secret_agent.8 puppet-status.8 + puppet-module.8 puppet-node.8 puppet-parser.8 puppet-plugin.8 \ + puppet-queue.8 puppet-report.8 puppet-resource.8 \ + puppet-resource_type.8 puppet-secret_agent.8 puppet-status.8 \ + puppet.8 puppetca.8 puppetd.8 puppetdoc.8 puppetmasterd.8 \ + puppetqd.8 puppetrun.8 ralsh.8 OPTIONS= MONGREL "Run puppet server as a mongrel service" Off \ PACKAGE_ORIGIN "Use port origin as package name" On \ @@ -77,7 +78,7 @@ post-patch: ${WRKSRC}/lib/puppet/util/run_mode.rb @${REINPLACE_CMD} -e "s|\$$vardir/run|/var/run/puppet|" \ ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|\$$confdir/ssl|/var/run/puppet/ssl|" \ + @${REINPLACE_CMD} -e "s|\$$confdir/ssl|/var/puppet/ssl|" \ ${WRKSRC}/lib/puppet/defaults.rb do-install: diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo index 40779071c04e..7465d7dcc28f 100644 --- a/sysutils/puppet/distinfo +++ b/sysutils/puppet/distinfo @@ -1,2 +1,2 @@ -SHA256 (puppet-2.7.14.tar.gz) = a366a2426cdd83a943b5a227143c5fb9690db6c62cc3b603728dd3c2d520dfae -SIZE (puppet-2.7.14.tar.gz) = 1898410 +SHA256 (puppet-2.7.16.tar.gz) = c1995dffa4d663dc989cd1b5d34925c15e0f38f1d75ac6de9280e7404eb53168 +SIZE (puppet-2.7.16.tar.gz) = 1917849 |