Date: Mon, 28 Jan 2013 01:24:56 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311088 - in head/sysutils/puppet: . files Message-ID: <201301280124.r0S1Ou9N064188@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301280124.r0S1Ou9N064188>