diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-28 01:24:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-28 01:24:55 +0000 |
commit | 47c92a1039a5bae9885c32ba04b414206b245e4d (patch) | |
tree | e855cd64a66f126727f19e2c96853a937d5e13f0 /sysutils/puppet | |
parent | 74764a7fe5aaee2c42260e1bb22dc98ed0f746da (diff) | |
download | ports-47c92a1039a5bae9885c32ba04b414206b245e4d.tar.gz ports-47c92a1039a5bae9885c32ba04b414206b245e4d.zip |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/files/optpatch-package_origin | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 520a97b73e51..c8812a0cd310 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ diff --git a/sysutils/puppet/files/optpatch-package_origin b/sysutils/puppet/files/optpatch-package_origin index 92756545efce..971cb41066a3 100644 --- a/sysutils/puppet/files/optpatch-package_origin +++ b/sysutils/puppet/files/optpatch-package_origin @@ -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. |