svn commit: r529101 - head/print/cups-filters
Tijl Coosemans
tijl at FreeBSD.org
Wed Mar 25 14:53:06 UTC 2020
Author: tijl
Date: Wed Mar 25 14:52:57 2020
New Revision: 529101
URL: https://svnweb.freebsd.org/changeset/ports/529101
Log:
Update to 1.27.3.
Modified:
head/print/cups-filters/Makefile
head/print/cups-filters/distinfo
Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile Wed Mar 25 13:13:29 2020 (r529100)
+++ head/print/cups-filters/Makefile Wed Mar 25 14:52:57 2020 (r529101)
@@ -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/brftoemb
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
Modified: head/print/cups-filters/distinfo
==============================================================================
--- head/print/cups-filters/distinfo Wed Mar 25 13:13:29 2020 (r529100)
+++ head/print/cups-filters/distinfo Wed Mar 25 14:52:57 2020 (r529101)
@@ -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
More information about the svn-ports-head
mailing list