Bug 204039

Summary: [patch] graphics/rubygem-chunky_png: Update to 1.3.4
Product: Ports & Packages Reporter: Torsten Zühlsdorff <ports>
Component: Individual Port(s)Assignee: Michael Moll <mmoll>
Status: Closed FIXED    
Severity: Affects Some People CC: mmoll, pphillips
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (pphillips)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch with update to 1.3.4 none

Description Torsten Zühlsdorff 2015-10-26 15:09:00 UTC
Created attachment 162474 [details]
patch with update to 1.3.4

Hello,

attached a simple patch to update this port to the current version.

An short runtime test was also successful:

irb(main):002:0> require 'chunky_png'
=> true
irb(main):003:0> image = ChunkyPNG::Image.from_file('/tmp/test.png')
[ skipped many many lines :D ]

Also portlint is fine:
# portlint -C
looks fine.

Greetings,
Torsten
Comment 1 Michael Moll freebsd_committer freebsd_triage 2015-11-16 21:41:08 UTC
Phil, could you take a look, please? Or submit an update to 1.3.5?

As the last commits to your ports ran into maintainer timeouts, please give us a reaction here, otherwise this port has to go to ruby@.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-11-19 16:40:31 UTC
A commit references this bug:

Author: mmoll
Date: Thu Nov 19 16:40:23 UTC 2015
New revision: 401955
URL: https://svnweb.freebsd.org/changeset/ports/401955

Log:
  graphics/rubygem-chunky_png: update to 1.3.5 and reset maintainer

  PR:		204039
  Submitted by:	Torsten Z?hlsdorff <ports@toco-domains.de> (earlier version)
  Approved by:	maintainer (timeout)

Changes:
  head/graphics/rubygem-chunky_png/Makefile
  head/graphics/rubygem-chunky_png/distinfo
  head/graphics/rubygem-chunky_png/pkg-descr
Comment 3 Michael Moll freebsd_committer freebsd_triage 2015-11-19 16:41:26 UTC
committed an update to 1.3.5, thanks for submitting!