From owner-svn-ports-all@freebsd.org Mon Mar 12 09:44:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64507F30631; Mon, 12 Mar 2018 09:44:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1588E71F36; Mon, 12 Mar 2018 09:44:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C68E1E94; Mon, 12 Mar 2018 09:44:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2C9iXvw073623; Mon, 12 Mar 2018 09:44:33 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2C9iXFl073621; Mon, 12 Mar 2018 09:44:33 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803120944.w2C9iXFl073621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 12 Mar 2018 09:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464242 - in head/graphics/sane-backends: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics/sane-backends: . files X-SVN-Commit-Revision: 464242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 09:44:34 -0000 Author: tobik Date: Mon Mar 12 09:44:33 2018 New Revision: 464242 URL: https://svnweb.freebsd.org/changeset/ports/464242 Log: graphics/sane-backends: Make reproducible - Don't add a timestamp at build time to the docs - While here add missing USES=jpeg PR: 223620 Submitted by: Michael Kotlyar Added: head/graphics/sane-backends/files/patch-tools_sane-desc.c (contents, props changed) Modified: head/graphics/sane-backends/Makefile Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Mon Mar 12 09:39:55 2018 (r464241) +++ head/graphics/sane-backends/Makefile Mon Mar 12 09:44:33 2018 (r464242) @@ -3,6 +3,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.27 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4146/ \ http://fossies.org/linux/misc/ @@ -14,7 +15,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libtiff.so:graphics/tiff -USES= gmake libtool localbase pathfix pkgconfig +USES= gmake jpeg libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} \ --disable-latex \ Added: head/graphics/sane-backends/files/patch-tools_sane-desc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sane-backends/files/patch-tools_sane-desc.c Mon Mar 12 09:44:33 2018 (r464242) @@ -0,0 +1,13 @@ +--- tools/sane-desc.c.orig 2015-09-01 00:31:54 UTC ++++ tools/sane-desc.c +@@ -2816,8 +2816,8 @@ html_print_footer (void) + "
\n" + "Contact\n" "
\n" "\n"); +- printf ("This page was last updated on %s by sane-desc %s from %s\n", +- asctime (localtime (¤t_time)), SANE_DESC_VERSION, PACKAGE_STRING); ++ printf ("This page was last updated by sane-desc %s from %s\n", ++ SANE_DESC_VERSION, PACKAGE_STRING); + printf ("\n"); + printf (" \n"); + }