git: 60b55947d393 - main - print/a2ps: update to 4.15.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Apr 2023 15:18:02 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b55947d393da7566ec8cfc3141c07629da7b97 commit 60b55947d393da7566ec8cfc3141c07629da7b97 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-04-14 15:17:39 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-04-14 15:17:39 +0000 print/a2ps: update to 4.15.4 --- print/a2ps/Makefile | 2 +- print/a2ps/distinfo | 6 +++--- print/a2ps/files/patch-media.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 387fcf4be117..9f3b1c0d9038 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,5 +1,5 @@ PORTNAME= a2ps -PORTVERSION= 4.15.3 +PORTVERSION= 4.15.4 CATEGORIES= print MASTER_SITES= GNU LOCAL/hrs/a2ps/:i18n diff --git a/print/a2ps/distinfo b/print/a2ps/distinfo index 284a6cd2cfa8..4fe02765be43 100644 --- a/print/a2ps/distinfo +++ b/print/a2ps/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1679944910 -SHA256 (a2ps-4.15.3.tar.gz) = d00e81e0eb4dcbf2d4963d89e1df2bb66f71e66d73b4152c43cf9838e6aaf7c7 -SIZE (a2ps-4.15.3.tar.gz) = 3601424 +TIMESTAMP = 1681484642 +SHA256 (a2ps-4.15.4.tar.gz) = 4a063f84ba89d86be14a6704ca35fd130083b572f1376b439a1b79b67b206dd7 +SIZE (a2ps-4.15.4.tar.gz) = 3570970 SHA256 (i18n-fonts-0.1.tar.gz) = 20628df682359044b8e5241c97a3c8da7a098aa260a7d281a87f67486a531786 SIZE (i18n-fonts-0.1.tar.gz) = 352530 diff --git a/print/a2ps/files/patch-media.c b/print/a2ps/files/patch-media.c deleted file mode 100644 index c6507994412e..000000000000 --- a/print/a2ps/files/patch-media.c +++ /dev/null @@ -1,11 +0,0 @@ ---- liba2ps/media.c.orig 2023-01-26 13:04:21 UTC -+++ liba2ps/media.c -@@ -147,7 +147,7 @@ a2ps_get_medium (a2ps_job * job, const char * name) - - token.name = NULL; - if (strcaseequ (name, LIBPAPER_MEDIUM)) -- token.name = (char *) defaultpapername (); -+ token.name = (char *) systempapername (); - - if (!token.name) - token.name = (char *) name;