Bug 250441 - print/epson-inkjet-printer-escpr: Update to 1.7.9
Summary: print/epson-inkjet-printer-escpr: Update to 1.7.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-19 01:41 UTC by Tatsuki Makino
Modified: 2021-04-08 21:42 UTC (History)
2 users (show)

See Also:
tatsuki_makino: maintainer-feedback+


Attachments
patch for print/epson-inkjet-printer-escpr (8.20 KB, patch)
2020-10-19 01:41 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details | Diff
poudriere log (110.94 KB, text/plain)
2020-10-19 01:43 UTC, Tatsuki Makino
no flags Details
difference between 1.7.7 and 1.7.8 (17.35 KB, text/plain)
2020-10-19 23:35 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval-
Details
patch for print/epson-inkjet-printer-escpr (8.81 KB, patch)
2021-02-22 03:44 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details | Diff
poudriere log (111.31 KB, text/plain)
2021-02-22 03:46 UTC, Tatsuki Makino
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2020-10-19 01:41:45 UTC
Created attachment 218868 [details]
patch for print/epson-inkjet-printer-escpr

Version 1.7.8 was appeared in 2020-10-14.

New PPD files for EP-713A series and EP-813A series have been added.

There have been some minor changes to the program code. It comments out the XFIFO* functions and uses code that is older than 1.6.0.
But the FreeBSD port enables it again. (That makes the code equivalent to 1.7.7.) Because its crashing code included from 1.6.0 has been reported and patched (bug 203637 comment #7, bug 204250). After that, there have been no reports of problems.

That and minor cleanup.
Comment 1 Tatsuki Makino 2020-10-19 01:43:42 UTC
Created attachment 218869 [details]
poudriere log
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-10-19 14:32:24 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.


Thanks!
Comment 3 Tatsuki Makino 2020-10-19 23:35:04 UTC
Created attachment 218907 [details]
difference between 1.7.7 and 1.7.8

maintainer-approval:- because unrelated attachments

(In reply to Fernando Apesteguía from comment #2)

> ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

Find the download page on the WWW at pkg-descr. However, the download page does not describe the changes in detail.
Also, the URL of the download page contains a hash. I don't want to post such URLs here because they often contain the purpose of preventing direct access :) .
The changes are described in the file ${WRKSRC}/NEWS in the distfile.
I'm writing a rough summary as #0, looking at the differences like this attachment.

> ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.

If reporter == maintainer, doesn't setting flag maintainer-feedback:+ imply a maintainer update?
Comment 4 Tatsuki Makino 2020-11-22 22:22:34 UTC
Raise the flag again :)
Comment 5 Tatsuki Makino 2021-02-22 03:44:55 UTC
Created attachment 222715 [details]
patch for print/epson-inkjet-printer-escpr

Version 1.7.9 was appeared in 2021-02-17.

New PPD file for EP-M553T series has been added.
Comment 6 Tatsuki Makino 2021-02-22 03:46:03 UTC
Created attachment 222716 [details]
poudriere log
Comment 7 commit-hook freebsd_committer freebsd_triage 2021-04-08 21:41:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=846e4513295f697684415bca94149d7e0edfc190

commit 846e4513295f697684415bca94149d7e0edfc190
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-08 21:38:17 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-08 21:39:27 +0000

    print/epson-inkjet-printer-escpr: Update to 1.7.9

    PR:             250441
    Approved by:    Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)

 print/epson-inkjet-printer-escpr/Makefile          |  9 ++--
 print/epson-inkjet-printer-escpr/distinfo          |  6 +--
 .../files/patch-ppd_Makefile.am                    |  4 +-
 .../files/patch-src_filter.c                       | 31 ++++++++++++-
 .../files/pkg-message.in                           | 52 +++++++++++++++++-----
 print/epson-inkjet-printer-escpr/pkg-plist         |  3 ++
 6 files changed, 84 insertions(+), 21 deletions(-)
Comment 8 Kevin Bowling freebsd_committer freebsd_triage 2021-04-08 21:42:18 UTC
Thank you for your contribution