diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-07-13 17:17:00 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-07-13 17:17:00 +0200 |
commit | cba30c34b8ace595d81d33877b723dfc41bd85d5 (patch) | |
tree | 908b87f218feea96a6a7dcc5eca2a9d98afe1ff7 /news/cnews/Makefile | |
parent | finance/skrooge: repair build (diff) |
news/cnews: fix warnings on 32bit
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index a4f112791002..2d3645ccf68c 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -1,6 +1,6 @@ PORTNAME= cnews PORTVERSION= cr.g -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ @@ -23,7 +23,7 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ c-news-patch-y2k-2 \ c-news-patch-inews-path \ c-news-patch-gawk3 \ - c-news-patch-ansi2 + c-news-patch-ansi3 MAINTAINER= dinoex@FreeBSD.org COMMENT= News server |