Date: Tue, 24 Apr 2018 12:40:48 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468199 - in head/print/foomatic-db-engine: . files Message-ID: <201804241240.w3OCem4R092021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Tue Apr 24 12:40:47 2018 New Revision: 468199 URL: https://svnweb.freebsd.org/changeset/ports/468199 Log: print/foomatic-db-engine: Update version 4.0.12=>4.0.13 - Pet portlint Modified: head/print/foomatic-db-engine/Makefile head/print/foomatic-db-engine/distinfo head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Tue Apr 24 12:31:32 2018 (r468198) +++ head/print/foomatic-db-engine/Makefile Tue Apr 24 12:40:47 2018 (r468199) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= foomatic-db-engine -PORTVERSION= 4.0.12 -PORTREVISION= 1 +PORTVERSION= 4.0.13 PORTEPOCH= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ @@ -15,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl -USE_GNOME= libxml2 USES= gmake perl5 +USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \ LIB_CUPS=${LOCALBASE}/libexec/cups \ Modified: head/print/foomatic-db-engine/distinfo ============================================================================== --- head/print/foomatic-db-engine/distinfo Tue Apr 24 12:31:32 2018 (r468198) +++ head/print/foomatic-db-engine/distinfo Tue Apr 24 12:40:47 2018 (r468199) @@ -1,2 +1,3 @@ -SHA256 (foomatic-db-engine-4.0.12.tar.gz) = 66143b76ed5b325b7025e261ad917b543de534c6d0a6e495d5489a20cace7c21 -SIZE (foomatic-db-engine-4.0.12.tar.gz) = 360499 +TIMESTAMP = 1524530260 +SHA256 (foomatic-db-engine-4.0.13.tar.gz) = b5c89027aa26967d2e6db62e2af7db0c4039d2480d4fbf2476a6ddcf609a5faf +SIZE (foomatic-db-engine-4.0.13.tar.gz) = 360631 Modified: head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in ============================================================================== --- head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in Tue Apr 24 12:31:32 2018 (r468198) +++ head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in Tue Apr 24 12:40:47 2018 (r468199) @@ -9,14 +9,16 @@ Remove useless braces around variable-names. -mi ---- foomatic-getpjloptions.in 2015-02-14 07:21:56.000000000 -0500 -+++ foomatic-getpjloptions.in 2015-02-15 07:36:23.000000000 -0500 -@@ -1,3 +1,3 @@ +--- foomatic-getpjloptions.in.orig 2018-03-02 19:15:50 UTC ++++ foomatic-getpjloptions.in +@@ -1,4 +1,4 @@ -#!@SH@ +#!/bin/sh # # Polls PJL options from local or network printers -@@ -23,6 +23,5 @@ + # +@@ -22,8 +22,7 @@ + NC=@NC@ CAT=@CAT@ -PRINTF=@PRINTF@ @@ -24,12 +26,16 @@ Remove useless braces around variable-names. +PRINTF=printf # sh builtin usage(){ -@@ -63,12 +62,13 @@ + cat <<EOF ; +@@ -60,15 +59,16 @@ esac + $PRINTF "@PJL INFO CONFIG\r\n" + $PRINTF "\033%%-12345X" + ) | if [ ${2:-X} != X ]; then - # We have two arguments, do ethernet printer request + # We have two arguments, do network printer request # Poll the printer's answer and filter out the newpage characters -+ # as well as the carriage-returns (\r or, in octal, 015) - ${NC} -w 3 ${1} ${2} 2>/dev/null | ${PERL} -p -e "s/\014//" ++ # as well as the carriage-returns (\r or, in octal, 015) + $NC -w 3 $1 $2 2>/dev/null | tr -d "\015\014" else # We have one argument, do local printer request
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804241240.w3OCem4R092021>