Update to 1.27.5.
Use @sample for cups-browsed.conf. [1] PR: 246074 [1] Submitted by: Felix Palmen <felix@palmen-it.de> [1]
This commit is contained in:
parent
af6893ad9f
commit
dbbeb2728d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538106
3 changed files with 12 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cups-filters
|
||||
PORTVERSION= 1.27.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.27.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
|
||||
|
||||
|
@ -12,6 +11,8 @@ COMMENT= Additional backends, filters and other software for CUPS
|
|||
LICENSE= BSD4CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20 LGPL21+ MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
|
||||
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
||||
libqpdf.so:print/qpdf \
|
||||
libcupsimage.so:print/cups \
|
||||
|
@ -42,7 +43,7 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-shell=/bin/sh \
|
||||
--with-pdftops-path=${LOCALBASE}/bin/pdftops \
|
||||
--with-test-font-path=/dev/null
|
||||
--with-test-font-path=${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= BRAILLE COLORD DOCS
|
||||
|
@ -138,4 +139,8 @@ post-patch:
|
|||
${WRKSRC}/utils/cups-browsed.conf.5 \
|
||||
${WRKSRC}/utils/driverless.1
|
||||
|
||||
post-install:
|
||||
@${MV} ${STAGEDIR}${PREFIX}/etc/cups/cups-browsed.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/cups/cups-browsed.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1586783441
|
||||
SHA256 (cups-filters-1.27.4.tar.xz) = 0bc9df9c4ca0f41685c8d6de56fad40109798f567326fc4167d7edb2600f0b84
|
||||
SIZE (cups-filters-1.27.4.tar.xz) = 1493860
|
||||
TIMESTAMP = 1591459678
|
||||
SHA256 (cups-filters-1.27.5.tar.xz) = a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e
|
||||
SIZE (cups-filters-1.27.5.tar.xz) = 1494864
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
bin/driverless
|
||||
bin/foomatic-rip
|
||||
bin/ttfread
|
||||
etc/cups/cups-browsed.conf
|
||||
@sample etc/cups/cups-browsed.conf.sample
|
||||
include/cupsfilters/colord.h
|
||||
include/cupsfilters/colormanager.h
|
||||
include/cupsfilters/driver.h
|
||||
|
|
Loading…
Reference in a new issue