diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2022-12-23 22:18:55 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-23 22:18:55 +0000 |
commit | 049e392a739c23e237eaf3f23a7c65768c7c056a (patch) | |
tree | ddcbe101928eb93e6a615f92953f5ee01b27a9b6 /print/epson-inkjet-printer-escpr2/Makefile | |
parent | 0b99d20bb2fb2c2024fbc5eaab9a36494b27696d (diff) | |
download | ports-049e392a739c23e237eaf3f23a7c65768c7c056a.tar.gz ports-049e392a739c23e237eaf3f23a7c65768c7c056a.zip |
print/epson-inkjet-printer-escpr2: Update to 1.1.58
ChangeLog:
New PPD files for the following models have been added.
EP-885A series
ET-2830 series
ET-2840 series
L3550 series
L3560 series
L5590 series
L8050 series
PX-M887F
PX-S730 series
PX-S887
WF-C4310 series
WF-C5310 series
WF-C5390BAM
WF-C5390 series
WF-C5810 series
WF-C5890BAM
WF-C5890 series
PR: 268507
Diffstat (limited to 'print/epson-inkjet-printer-escpr2/Makefile')
-rw-r--r-- | print/epson-inkjet-printer-escpr2/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/print/epson-inkjet-printer-escpr2/Makefile b/print/epson-inkjet-printer-escpr2/Makefile index 3a882dbf3281..23833d63005a 100644 --- a/print/epson-inkjet-printer-escpr2/Makefile +++ b/print/epson-inkjet-printer-escpr2/Makefile @@ -1,13 +1,13 @@ PORTNAME= epson-inkjet-printer-escpr2 -DISTVERSION= 1.1.49 +DISTVERSION= 1.1.58 DISTVERSIONSUFFIX= -1lsb3.2 CATEGORIES= print -MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/13/76/47/7dc899751d52b18d92a0b90bb1348ad3daf32851/:i386 \ - https://download3.ebz.epson.net/dsc/f/03/00/13/76/47/1e4896743ee2c0ee9e2b4c1d00783d113c4f119d/:amd64 \ - https://download3.ebz.epson.net/dsc/f/03/00/13/76/47/16f624dc1dfad10c3b4eb141c50c651a6360f69a/:SOURCE +MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/14/17/01/e3cfb031cc65faf4c3054594c7151fadd1ff864a/:i386 \ + https://download3.ebz.epson.net/dsc/f/03/00/14/17/01/9194a525b962128d97cd35b9acbcec8c05782b93/:amd64 \ + https://download3.ebz.epson.net/dsc/f/03/00/14/17/01/df74203a1461cde6311a0b90e2930f6fcb3842eb/:SOURCE EXTRACT_SUFX= .rpm DISTFILES_amd64= ${DISTNAME}.x86_64${EXTRACT_SUFX}:amd64 \ - ${_SRC_DISTFILES} + ${_SRC_DISTFILES} DISTFILES_i386= ${DISTNAME}.i486${EXTRACT_SUFX}:i386 \ ${_SRC_DISTFILES} @@ -20,15 +20,15 @@ LICENSE_COMB= multi LICENSE_NAME_EPSON= SEIKO EPSON CORPORATION SOFTWARE LICENSE AGREEMENT LICENSE_FILE_EPSON= ${WRKSRC}/${PKGNAME}/COPYING.EPSON LICENSE_FILE_LGPL21= ${WRKSRC}/${PKGNAME}/COPYING.LIB -LICENSE_PERMS_EPSON= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell +LICENSE_PERMS_EPSON= no-dist-mirror no-dist-sell no-pkg-mirror \ + no-pkg-sell LICENSE_DISTFILES_EPSON= ${DISTNAME}.i486${EXTRACT_SUFX} \ ${DISTNAME}.x86_64${EXTRACT_SUFX} \ ${DISTNAME}.src${EXTRACT_SUFX} LEGAL_TEXT= License does not permit public sharing and revenue earning, and restricts exports ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= ${PORTNAME} for ARM is available.\ - But binaries that can be used on aarch64 need to be built. +ONLY_FOR_ARCHS_REASON= ${PORTNAME} for ARM is available. But binaries that can be used on aarch64 need to be built. RUN_DEPENDS= ${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters \ cupsfilter:print/cups @@ -46,11 +46,11 @@ PLIST_SUB= LINUXBASE=${LINUXBASE} .include <bsd.port.options.mk> .if ${ARCH} == amd64 -PLIST_SUB+= ARCH_AMD64="" -PLIST_SUB+= ARCH_I386="@comment " +PLIST_SUB+= ARCH_AMD64="" \ + ARCH_I386="@comment " .elif ${ARCH} == i386 -PLIST_SUB+= ARCH_AMD64="@comment " -PLIST_SUB+= ARCH_I386="" +PLIST_SUB+= ARCH_AMD64="@comment " \ + ARCH_I386="" .endif post-extract: |