- Update to 1.13.5
PR: 219016 Submitted by: maintainer
This commit is contained in:
parent
fb89991d73
commit
31d5144d50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440223
3 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cups-filters
|
||||
PORTVERSION= 1.13.4
|
||||
PORTREVISION?= 3
|
||||
PORTVERSION= 1.13.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
|
||||
|
||||
|
@ -29,6 +28,7 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \
|
|||
filter/braille/drivers/index/imageubrltoindexv4.in \
|
||||
filter/braille/drivers/index/textbrftoindexv3.in \
|
||||
filter/braille/filters/imagetobrf.in \
|
||||
filter/braille/filters/liblouis1.defs.gen.in \
|
||||
filter/braille/filters/texttobrf.in
|
||||
USE_GNOME= glib20
|
||||
USE_RC_SUBR= cups_browsed
|
||||
|
@ -50,6 +50,7 @@ OPTIONS_SUB= yes
|
|||
|
||||
BRAILLE_CONFIGURE_ENABLE= braille
|
||||
BRAILLE_DESC= Braille embosser support
|
||||
BRAILLE_BUILD_DEPENDS= bash:shells/bash
|
||||
BRAILLE_LIB_DEPENDS= liblouis.so:devel/liblouis \
|
||||
# liblouisutdml.so:devel/liblouisutdml
|
||||
BRAILLE_RUN_DEPENDS= convert:graphics/ImageMagick \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1489586863
|
||||
SHA256 (cups-filters-1.13.4.tar.xz) = 94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd
|
||||
SIZE (cups-filters-1.13.4.tar.xz) = 1421224
|
||||
TIMESTAMP = 1493593539
|
||||
SHA256 (cups-filters-1.13.5.tar.xz) = 35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d
|
||||
SIZE (cups-filters-1.13.5.tar.xz) = 1424764
|
||||
|
|
|
@ -111,7 +111,7 @@ share/cups/ppdc/escp.h
|
|||
%%BRAILLE%%share/cups/ppdc/imagemagick.defs
|
||||
%%BRAILLE%%share/cups/ppdc/index.defs
|
||||
%%BRAILLE%%share/cups/ppdc/liblouis.defs
|
||||
%%BRAILLE%%share/cups/ppdc/liblouis1.defs
|
||||
%%BRAILLE%%share/cups/ppdc/liblouis1.defs.gen.in
|
||||
%%BRAILLE%%share/cups/ppdc/liblouis2.defs
|
||||
%%BRAILLE%%share/cups/ppdc/liblouis3.defs
|
||||
%%BRAILLE%%share/cups/ppdc/liblouis4.defs
|
||||
|
|
Loading…
Reference in a new issue