git: 93aacedf5d4c - main - print/a2ps: add more patches

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Tue, 15 Feb 2022 10:10:07 UTC
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93aacedf5d4cc43907c5faa2fb2b2e30a1e40d0e

commit 93aacedf5d4cc43907c5faa2fb2b2e30a1e40d0e
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-02-15 10:09:27 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-02-15 10:09:27 +0000

    print/a2ps: add more patches
---
 print/a2ps/Makefile                           |  2 +-
 print/a2ps/files/patch-contrib-tmpdircreation | 20 --------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 918c0770cb35..0f87796cda36 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	a2ps
 PORTVERSION=	4.13b
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	print
 MASTER_SITES=	GNU LOCAL/hrs/a2ps/:i18n
 
diff --git a/print/a2ps/files/patch-contrib-tmpdircreation b/print/a2ps/files/patch-contrib-tmpdircreation
index 6c1e8059a985..b975735d7df3 100644
--- a/print/a2ps/files/patch-contrib-tmpdircreation
+++ b/print/a2ps/files/patch-contrib-tmpdircreation
@@ -18,26 +18,6 @@ diff -ru contrib.orig/card.in contrib/card.in
  
  case $LC_ALL in
    fr) footer="Engendré par $version_short" ;;
-diff -ru contrib.orig/fixps.in contrib/fixps.in
---- contrib.orig/fixps.in	2000-02-21 08:16:15 UTC
-+++ contrib/fixps.in
-@@ -38,7 +38,7 @@
- run_gs=0
- # What action to perform: fixps, cat, check, and gs
- task=fixps
--tmpdir=/tmp/$program.$$
-+tmpdir=$(mktemp -d -t ${program}) || exit 1
- verbose=echo
- 
- # The version/usage strings
-@@ -191,7 +191,6 @@
-   trap "/bin/rm -rf $tmpdir" 0 1 2 3 13 15
- fi
- 
--mkdir $tmpdir
- fixps_sed=$tmpdir/fixps.sed
- 
- # If printing from stdin, save into a tmp file
 diff -ru contrib.orig/pdiff.in contrib/pdiff.in
 --- contrib.orig/pdiff.in	1999-10-24 15:07:51 UTC
 +++ contrib/pdiff.in