diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-16 13:45:10 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-16 13:45:10 +0000 |
commit | b7f9d4c6bc31d40f40bdb600a5ec8938ddb788a8 (patch) | |
tree | e590e97e8fe749c2c26f1012d8fdea4f1f989af9 /sysutils/puppet | |
parent | 4a63820eaa4f1b35c08d4b5181387865755ded6f (diff) | |
download | ports-b7f9d4c6bc31d40f40bdb600a5ec8938ddb788a8.tar.gz ports-b7f9d4c6bc31d40f40bdb600a5ec8938ddb788a8.zip |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 1 | ||||
-rw-r--r-- | sysutils/puppet/files/optpatch-package_origin | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 6c1baecda5b5..b789157890fb 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.4.3 +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 0f6cb3aa6e31..c087c85d7960 100644 --- a/sysutils/puppet/files/optpatch-package_origin +++ b/sysutils/puppet/files/optpatch-package_origin @@ -30,8 +30,8 @@ - def self.listcmd - command(:pkginfo) -+ @@lock = Mutex.new -+ @@ports_index = nil ++ class_variable_set(:@@lock, Mutex.new) ++ class_variable_set(:@@ports_index, nil) + + # fix bug in URI::FTP merge method that tries to set typecode + # even when other is a string. |