1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

sysutils/LPRng: Make reproducible

- Don't record a timestamp in the generated lpd.conf

PR:		223621
Submitted by:	Michael Kotlyar <mdk369@nyu.edu>
This commit is contained in:
Tobias Kortkamp 2018-03-12 09:50:45 +00:00
parent 62be8c10b8
commit 2349a17d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464243
2 changed files with 12 additions and 1 deletions

View File

@ -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}

View File

@ -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