svn commit: r311088 - in head/sysutils/puppet: . files

Steve Wills swills at FreeBSD.org
Mon Jan 28 01:24:56 UTC 2013


Author: swills
Date: Mon Jan 28 01:24:55 2013
New Revision: 311088
URL: http://svnweb.freebsd.org/changeset/ports/311088

Log:
  - Revert previous change to patch file. The goal was to prevent a warning with
    Ruby 1.9, but this just caused problems with Ruby 1.8.
  
  PR:		ports/175558

Modified:
  head/sysutils/puppet/Makefile
  head/sysutils/puppet/files/optpatch-package_origin

Modified: head/sysutils/puppet/Makefile
==============================================================================
--- head/sysutils/puppet/Makefile	Mon Jan 28 01:08:15 2013	(r311087)
+++ head/sysutils/puppet/Makefile	Mon Jan 28 01:24:55 2013	(r311088)
@@ -3,7 +3,7 @@
 
 PORTNAME=	puppet
 PORTVERSION=	3.0.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://downloads.puppetlabs.com/puppet/
 

Modified: head/sysutils/puppet/files/optpatch-package_origin
==============================================================================
--- head/sysutils/puppet/files/optpatch-package_origin	Mon Jan 28 01:08:15 2013	(r311087)
+++ head/sysutils/puppet/files/optpatch-package_origin	Mon Jan 28 01:24:55 2013	(r311088)
@@ -30,8 +30,8 @@
  
 -  def self.listcmd
 -    command(:pkginfo)
-+  class_variable_set(:@@lock, Mutex.new)
-+  class_variable_set(:@@ports_index, new)
++  @@lock = Mutex.new
++  @@ports_index = nil
 +
 +  # fix bug in URI::FTP merge method that tries to set typecode
 +  # even when other is a string.


More information about the svn-ports-all mailing list