Summary: | print/epson-inkjet-printer-escpr2: Update to 1.1.62 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tatsuki Makino <tatsuki_makino> | ||||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | eduardo | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
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.
This did not appear to be in time for the 2023Q2 branch :) 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(-) Committed, thanks! |
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.