diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2020-03-25 14:52:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2020-03-25 14:52:57 +0000 |
commit | b74849523235cea25d3c7a73c6db9e9bccbe3134 (patch) | |
tree | 7f1ab178a6a0ea8af90467d17eb07ac824a03805 /print | |
parent | 1303988fb0ed3355de9a85c0563f384d4e6cd167 (diff) | |
download | ports-b74849523235cea25d3c7a73c6db9e9bccbe3134.tar.gz ports-b74849523235cea25d3c7a73c6db9e9bccbe3134.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 7 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 77e3aea443ca..ab1b592f1a77 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.27.2 -PORTREVISION= 1 +PORTVERSION= 1.27.3 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ @@ -40,7 +39,9 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ filter/braille/filters/vectortopdf.in GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-shell=/bin/sh --with-pdftops-path=${LOCALBASE}/bin/pdftops +CONFIGURE_ARGS= --with-shell=/bin/sh \ + --with-pdftops-path=${LOCALBASE}/bin/pdftops \ + --with-test-font-path=/dev/null INSTALL_TARGET= install-strip OPTIONS_DEFINE= BRAILLE COLORD DOCS diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 2a8b9f6f6d56..0964bf03c028 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582984506 -SHA256 (cups-filters-1.27.2.tar.xz) = f7ad7ccda10340e468b9a45429baa54b84af8a170016cab89a3b5e404a97fa25 -SIZE (cups-filters-1.27.2.tar.xz) = 1493220 +TIMESTAMP = 1585144166 +SHA256 (cups-filters-1.27.3.tar.xz) = a292ec9aa6826ceb9152401586024eedbd912a97a39f546d50ffda1170436298 +SIZE (cups-filters-1.27.3.tar.xz) = 1492828 |