ports/189886: sysutils/puppet: update to version 3.6.0

Dmitry Sivachenko demon at FreeBSD.org
Sat May 17 12:20:00 UTC 2014


>Number:         189886
>Category:       ports
>Synopsis:       sysutils/puppet: update to version 3.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 17 12:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Sivachenko
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD husqvarna.yandex.ru 10.0-STABLE FreeBSD 10.0-STABLE #0 r262016M: Mon Feb 17 12:11:10 MSK 2014 mitya at husqvarna.yandex.ru:/place/WRK/obj/place/WRK/src/sys/CAVIA amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
--- Makefile	(revision 354316)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	puppet
-PORTVERSION=	3.4.3
-PORTREVISION=	1
+PORTVERSION=	3.6.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://downloads.puppetlabs.com/puppet/
 
Index: distinfo
===================================================================
--- distinfo	(revision 354316)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (puppet-3.4.3.tar.gz) = 5f991b54b6a272914f4dda5aaafb86f08855d65adad46941a72192feefe2ba0f
-SIZE (puppet-3.4.3.tar.gz) = 1952505
+SHA256 (puppet-3.6.0.tar.gz) = 147c730db72ff41f83840d6363bad160f94e177df0c0bb6ebeda6be0f6ff460c
+SIZE (puppet-3.6.0.tar.gz) = 2245445
Index: files/patch-lib__puppet__rails__resource.rb
===================================================================
--- files/patch-lib__puppet__rails__resource.rb	(revision 354316)
+++ files/patch-lib__puppet__rails__resource.rb	(working copy)
@@ -1,15 +0,0 @@
---- ./lib/puppet/rails/resource.rb.orig	2013-10-07 18:00:47.000000000 +0000
-+++ ./lib/puppet/rails/resource.rb	2013-12-20 16:47:14.340897154 +0000
-@@ -84,7 +84,11 @@
-   end
- 
-   def [](param)
--    super || parameter(param)
-+    if param == 'id'
-+      super
-+    else
-+      super || parameter(param)
-+    end
-   end
- 
-   # Make sure this resource is equivalent to the provided Parser resource.
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 354316)
+++ pkg-plist	(working copy)
@@ -43,7 +43,6 @@
 %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers/json.rb
 %%RUBY_SITELIBDIR%%/puppetx/puppet/syntax_checker.rb
 %%RUBY_SITELIBDIR%%/puppetx/puppet/bindings_scheme_handler.rb
-%%RUBY_SITELIBDIR%%/puppetx/puppet/hiera2_backend.rb
 %%RUBY_SITELIBDIR%%/puppetx.rb
 %%ETCDIR%%/puppet.conf-dist
 %%ETCDIR%%/auth.conf-dist
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list