Bug 208814 - [patch] databases/puppetdb: broken RUBY_VERSION regex
Summary: [patch] databases/puppetdb: broken RUBY_VERSION regex
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-04-15 08:49 UTC by Fabiano Sidler
Modified: 2017-01-26 17:57 UTC (History)
2 users (show)

See Also:
zleslie: maintainer-feedback+


Attachments
fixes the problem (542 bytes, patch)
2016-04-15 08:49 UTC, Fabiano Sidler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiano Sidler 2016-04-15 08:49:47 UTC
Created attachment 169333 [details]
fixes the problem

ext/master/lib/puppet/util/puppetdb/char_encoding.rb uses a regex that mismatches RUBY_VERSION
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2016-04-15 08:49:47 UTC
Maintainer informed via mail
Comment 2 Zach Leslie freebsd_committer freebsd_triage 2017-01-24 06:01:05 UTC
This change looks good to me.  I must have missed the notification, apologies for taking so long to get here.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-01-26 17:55:31 UTC
A commit references this bug:

Author: swills
Date: Thu Jan 26 17:54:48 UTC 2017
New revision: 432525
URL: https://svnweb.freebsd.org/changeset/ports/432525

Log:
  databases/puppetdb: broken RUBY_VERSION regex

  PR:		208814
  Submitted by:	Fabiano Sidler <fabianosidler@swissonline.ch>
  Approved by:	Zach Leslie <freebsd@zleslie.info> (maintainer)

Changes:
  head/databases/puppetdb/Makefile
  head/databases/puppetdb/files/patch-ext_master_lib_puppet_util_puppetdb_char__encoding.rb
Comment 4 Steve Wills freebsd_committer freebsd_triage 2017-01-26 17:57:01 UTC
Committed, thanks!