aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2018-02-08 10:33:38 +0000
committerRomain Tartière <romain@FreeBSD.org>2018-02-08 10:33:38 +0000
commitef5fc9bb0ed8fc7e26eaba2fa12b75e42e3d0917 (patch)
tree76e37d8a85a673c077b0802df7f96b5088e50e2f
parent8bfd11278d4ce831e93d3c35d52eba20de3d8ed7 (diff)
downloadports-ef5fc9bb0ed8fc7e26eaba2fa12b75e42e3d0917.tar.gz
ports-ef5fc9bb0ed8fc7e26eaba2fa12b75e42e3d0917.zip
Notes
-rw-r--r--sysutils/puppet4/Makefile2
-rw-r--r--sysutils/puppet4/distinfo6
-rw-r--r--sysutils/puppet4/files/puppetmaster.in8
3 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/puppet4/Makefile b/sysutils/puppet4/Makefile
index bd88a3f197f0..34a89115134d 100644
--- a/sysutils/puppet4/Makefile
+++ b/sysutils/puppet4/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= puppet
-PORTVERSION= 4.10.9
+PORTVERSION= 4.10.10
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
PKGNAMESUFFIX= 4
diff --git a/sysutils/puppet4/distinfo b/sysutils/puppet4/distinfo
index b42bfc8fd650..a5c1ad4a9491 100644
--- a/sysutils/puppet4/distinfo
+++ b/sysutils/puppet4/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510991624
-SHA256 (puppet-4.10.9.tar.gz) = e667bd825e54bbc38c30534c25adc441ed638fc484fe0abe278f0335770cd161
-SIZE (puppet-4.10.9.tar.gz) = 2981668
+TIMESTAMP = 1517924828
+SHA256 (puppet-4.10.10.tar.gz) = 6df36264aacaf797ad9db8d268809e6681b261cee58a4a2e48a23e7fa4d1dd41
+SIZE (puppet-4.10.10.tar.gz) = 2995864
diff --git a/sysutils/puppet4/files/puppetmaster.in b/sysutils/puppet4/files/puppetmaster.in
index 8c7a93d19033..990ffc08f720 100644
--- a/sysutils/puppet4/files/puppetmaster.in
+++ b/sysutils/puppet4/files/puppetmaster.in
@@ -33,6 +33,14 @@ puppet_manifest="$($command config print manifest)"
start_precmd="puppetmaster_checkconfig"
restart_precmd="puppetmaster_checkconfig"
puppetmaster_checkconfig() {
+ cat << EOT
+================================================================================
+The Rack and WEBrick Puppet master servers are deprecated and will be removed
+in a future release. Please use Puppet Server instead (sysutils/puppetserver).
+
+See http://links.puppet.com/deprecate-rack-webrick-servers for more information.
+================================================================================
+EOT
echo -n "Performing sanity check of ${name} configuration: "
if ! ${command} parser validate "${puppet_manifest}"
then