Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 09:50:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464243 - in head/sysutils/LPRng: . files
Message-ID:  <201803120950.w2C9ojZK074875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Mar 12 09:50:45 2018
New Revision: 464243
URL: https://svnweb.freebsd.org/changeset/ports/464243

Log:
  sysutils/LPRng: Make reproducible
  
  - Don't record a timestamp in the generated lpd.conf
  
  PR:		223621
  Submitted by:	Michael Kotlyar <mdk369@nyu.edu>

Added:
  head/sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in   (contents, props changed)
Modified:
  head/sysutils/LPRng/Makefile

Modified: head/sysutils/LPRng/Makefile
==============================================================================
--- head/sysutils/LPRng/Makefile	Mon Mar 12 09:44:33 2018	(r464242)
+++ head/sysutils/LPRng/Makefile	Mon Mar 12 09:50:45 2018	(r464243)
@@ -3,7 +3,7 @@
 
 PORTNAME=	LPRng
 PORTVERSION=	3.8.C
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	sysutils print
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME:tl}

Added: head/sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in	Mon Mar 12 09:50:45 2018	(r464243)
@@ -0,0 +1,11 @@
+--- UTILS/make_lpd_conf.in.orig	2012-04-15 10:28:52 UTC
++++ UTILS/make_lpd_conf.in
+@@ -2,7 +2,7 @@
+ date=`LC_ALL=C date`;
+ AWK=@AWK@
+ cat <<EOF
+-# lpd.conf generated for version $1 compiled on $date
++# lpd.conf generated for version $1
+ #   The values in this file are the built-in default values. (Which may depend
+ #   on the build-options used when your LPRng was compiled).
+ #   If you modify the file,  set the value to something other than the default



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803120950.w2C9ojZK074875>