Summary: | graphics/pear-IO_SWF: Update to 2.3.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Torsten Zühlsdorff <ports> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | koobs | ||||
Priority: | --- | Keywords: | easy, needs-qa, patch | ||||
Version: | Latest | Flags: | koobs:
maintainer-feedback-
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | 204032 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Maintainer informed via mail Thanks for the submission Torsten! Just for reference, there's no need to add 'easy' to the summary. Each PR is individually assessed. I note that this issue was not CC'd to the maintainer, and they do not have an account here under the current port MAINTAINER email. I see that the Bugzilla AA emailed manually. Take. Maintainer timeout A commit references this bug: Author: miwi Date: Mon Dec 28 14:28:34 UTC 2015 New revision: 404650 URL: https://svnweb.freebsd.org/changeset/ports/404650 Log: - Mark both ports BROKEN, unfetchable - Mark both deprecated, unsupported via upstream PR: 204033 204032 Submitted by: Torsten Zuehlsdorff Approved by: maintainer timeout (both ports) Changes: head/devel/pear-IO_Bit/Makefile head/graphics/pear-IO_SWF/Makefile Close; For more information please look at: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204032 Tq. |
Created attachment 162464 [details] patch with update to 2.3.0 Hello, attached a simple patch to update this port to the current version. And some QA: # make stage && make stage-qa && make check-plist ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) # portlint -C looks fine. And a simple run time test through executing the exsample: # php work/IO_SWF-2.3.0/sample/jpeg_dump.php dump /tmp/test.jpg SOI: APP0: length=14 md5=292b33609054f87cba2dfa32c6d2c89a DQT: length=65 md5=b008cd63591f8fd366f77d2b224b9c9c DQT: length=65 md5=62234607213d6934c9dc0824fb7baa07 SOF0: length=15 md5=d3d13d20bb57a3dae1a20cea2d967b24 DHT: length=26 md5=32a3d951e3dd7578ac1b72cee2267c77 DHT: length=81 md5=008fffb488b3308ac3df7d6f58d0d77c DHT: length=23 md5=021a744587f86e1715108a3615874461 DHT: length=33 md5=1990a6f5b5967cc938da2e41966e2597 SOS: length=94275 md5=a114eaca43349132c989eed02c09b84e EOI: Greetings, Torsten