ports/145304: [maintainer-update] sysutils/puppet -> 0.25.4

Russell Jackson raj at csub.edu
Fri Apr 2 20:40:03 UTC 2010


>Number:         145304
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/puppet -> 0.25.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 02 20:40:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Russell Jackson
>Release:        
>Organization:
CSU, Bakersfield
>Environment:
>Description:
diff -urN puppet.orig/Makefile puppet/Makefile
--- puppet.orig/Makefile	2010-04-02 13:26:28.000000000 -0700
+++ puppet/Makefile	2010-04-02 13:31:27.000000000 -0700
@@ -2,14 +2,13 @@
 # Date created:		2007-03-03
 # Whom:			Tomoyuki Sakurai <cherry at trombik.mine.nu>
 #
-# $FreeBSD: ports/sysutils/puppet/Makefile,v 1.12 2010/02/01 17:29:09 pgollucci Exp $
+# $FreeBSD: ports/sysutils/puppet/Makefile,v 1.11 2010/01/18 11:25:44 garga Exp $
 #
 
 PORTNAME=	puppet
-PORTVERSION=	0.25.3
-PORTREVISION=	1
+PORTVERSION=	0.25.4
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.reductivelabs.com/downloads/puppet/
+MASTER_SITES=	http://www.puppetlabs.com/downloads/puppet/
 
 MAINTAINER=	raj at csub.edu
 COMMENT=	A configuration management framework written in Ruby
diff -urN puppet.orig/distinfo puppet/distinfo
--- puppet.orig/distinfo	2010-04-02 13:26:28.000000000 -0700
+++ puppet/distinfo	2010-04-02 13:27:32.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (puppet-0.25.3.tar.gz) = 44bd7408e01d985992fa8b318f4e227e
-SHA256 (puppet-0.25.3.tar.gz) = a187019264c2b2d1cad6e103765f616f6e0afa7cc3fbad37fec318ab00e859fe
-SIZE (puppet-0.25.3.tar.gz) = 1424590
+MD5 (puppet-0.25.4.tar.gz) = 69c97019fda5620f9f45f6ad64407e3b
+SHA256 (puppet-0.25.4.tar.gz) = c2dd640a31d1e57ad09929001f90247cd83908485f1f737abca352eb1866fbf3
+SIZE (puppet-0.25.4.tar.gz) = 1424240
diff -urN puppet.orig/files/patch-lib-puppet-provider-cron-crontab.rb puppet/files/patch-lib-puppet-provider-cron-crontab.rb
--- puppet.orig/files/patch-lib-puppet-provider-cron-crontab.rb	2010-04-02 13:26:28.000000000 -0700
+++ puppet/files/patch-lib-puppet-provider-cron-crontab.rb	1969-12-31 16:00:00.000000000 -0800
@@ -1,25 +0,0 @@
---- lib/puppet/provider/cron/crontab.rb.orig	2010-01-11 23:55:13.000000000 +0000
-+++ lib/puppet/provider/cron/crontab.rb	2010-01-19 02:49:58.000000000 +0000
-@@ -27,13 +27,18 @@
- 
-     text_line :environment, :match => %r{^\w+=}
- 
--    crontab = record_line :crontab, :fields => %w{special minute hour monthday month weekday command},
--        :match => %r{^\s*(?:@(\w+)|(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+))\s+(.+)$},
--        :optional => %w{special minute hour weekday month monthday}, :absent => "*"
-+    record_line :freebsd_special, :fields => %w{special command},
-+        :match => %r{^@(\w+)\s+(.+)$}, :pre_gen => proc { |record|
-+            record[:special] = "@" + record[:special]
-+        }
-+
-+    crontab = record_line :crontab, :fields => %w{minute hour monthday month weekday command},
-+        :match => %r{^\s*(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(.+)$},
-+        :optional => %w{minute hour weekday month monthday}, :absent => "*"
- 
-     class << crontab
-         def numeric_fields
--            fields - [:command, :special]
-+            fields - [:command]
-         end
-         # Do some post-processing of the parsed record.  Basically just
-         # split the numeric fields on ','.


deleted puppet/files/patch-lib-puppet-provider-cron-crontab.rb
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list