diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-12 09:50:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-12 09:50:45 +0000 |
commit | 2349a17d40ead04031c9724ca4402040b3f89e3b (patch) | |
tree | fcebbd9e64899cec49714a64336fcb3e3f095a4f /sysutils/LPRng | |
parent | 62be8c10b81a0aee479651af5d7ade2c369f88ae (diff) | |
download | ports-2349a17d40ead04031c9724ca4402040b3f89e3b.tar.gz ports-2349a17d40ead04031c9724ca4402040b3f89e3b.zip |
Notes
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 2 | ||||
-rw-r--r-- | sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index c8892c8837dc..26ff66dbacb9 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -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} diff --git a/sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in b/sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in new file mode 100644 index 000000000000..7fbb17d3ef8b --- /dev/null +++ b/sysutils/LPRng/files/patch-UTILS_make__lpd__conf.in @@ -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 |