Bug 270170 - print/epson-inkjet-printer-escpr2: Update to 1.1.62
Summary: print/epson-inkjet-printer-escpr2: Update to 1.1.62
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: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-13 08:52 UTC by Tatsuki Makino
Modified: 2023-04-04 21:16 UTC (History)
1 user (show)

See Also:


Attachments
patch for print/epson-inkjet-printer-escpr2 (5.20 KB, patch)
2023-03-13 08:52 UTC, Tatsuki Makino
no flags Details | Diff
patch for print/epson-inkjet-printer-escpr2 (6.91 KB, patch)
2023-04-01 06:11 UTC, Tatsuki Makino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2023-03-13 08:52:01 UTC
Created attachment 240812 [details]
patch for print/epson-inkjet-printer-escpr2

epson-inkjet-printer-escpr2 has been updated to 1.1.61.
However, the published files are 1.1.60 :)

New PPD files for the following models have been added.
ET-4810 series
L18050 series

If PPD for ET-18100 series is needed, extract it from package for ARM :)

"Warning: Bad symlink ... pointing to an absolute pathname ..." was resolved by using ${RLN} instead of ${LN} -s.
symlink is replaced by a relative one.

The build has been successful in the following environments in poudriere.
12.4-STABLE 1204500 amd64

plist was only checked by giving ${ARCH} variable to make (ARCH=amd64 and ARCH=i386) and running it.
Comment 1 Tatsuki Makino 2023-04-01 06:11:01 UTC
Created attachment 241240 [details]
patch for print/epson-inkjet-printer-escpr2

epson-inkjet-printer-escpr2 has been updated to 1.1.62.

In addition, new PPD files for the following models have been added.
ET-18100 series
WF-M4119 series
WF-M4619 series

The build has been successful in the following environments in poudriere.
12.4-STABLE 1204500 amd64

plist was only checked by giving ${ARCH} variable to make (ARCH=amd64 and ARCH=i386) and running it.
Comment 2 Tatsuki Makino 2023-04-01 06:12:42 UTC
This did not appear to be in time for the 2023Q2 branch :)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-04 21:14:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3680755fbbfb01a65a2772e8a8833ff1dc1ca144

commit 3680755fbbfb01a65a2772e8a8833ff1dc1ca144
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2023-04-04 21:07:54 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-04-04 21:14:19 +0000

    print/epson-inkjet-printer-escpr2: Update to 1.1.62

     "Warning: Bad symlink ... pointing to an absolute pathname ..." was
     resolved by using ${RLN} instead of ${LN} -s.
     Symlink is replaced by a relative one.

    New PPD files for the following models have been added:

    ET-4810 series
    L18050 series
    ET-18100 series
    WF-M4119 series
    WF-M4619 series

    PR:             270170

 print/epson-inkjet-printer-escpr2/Makefile  | 10 +++++-----
 print/epson-inkjet-printer-escpr2/distinfo  | 14 +++++++-------
 print/epson-inkjet-printer-escpr2/pkg-plist |  5 +++++
 3 files changed, 17 insertions(+), 12 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2023-04-04 21:16:18 UTC
Committed, thanks!