Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2023 15:17:18 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cba30c34b8ac - main - news/cnews: fix warnings on 32bit
Message-ID:  <202307131517.36DFHIOO095120@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

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

commit cba30c34b8ace595d81d33877b723dfc41bd85d5
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-07-13 15:17:00 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-07-13 15:17:00 +0000

    news/cnews: fix warnings on 32bit
---
 news/cnews/Makefile | 4 ++--
 news/cnews/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 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
diff --git a/news/cnews/distinfo b/news/cnews/distinfo
index 10b569fce8da..bf025ffe5849 100644
--- a/news/cnews/distinfo
+++ b/news/cnews/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1678362238
+TIMESTAMP = 1689261148
 SHA256 (c-news/c-news.tar.Z) = 897ffa8e05bcf3fe8734cf83c893ca78416266665e06106ff52b733d319835d3
 SIZE (c-news/c-news.tar.Z) = 676481
 SHA256 (c-news/pgpverify-1.29) = 457ee3c3439a9b3a5d3eee76e6342b8c56334b12a88221b053c19c4add0f04f9
@@ -31,5 +31,5 @@ SHA256 (c-news/c-news-patch-inews-path) = ca7f05f9301003e6bb7fcd8107c11dfebc93d7
 SIZE (c-news/c-news-patch-inews-path) = 355
 SHA256 (c-news/c-news-patch-gawk3) = 6072cff1c060b059a5915f24e95252540a22d89889fcc4d1cb1fa49ebbb33205
 SIZE (c-news/c-news-patch-gawk3) = 1393
-SHA256 (c-news/c-news-patch-ansi2) = 801083b02a771a5a4e621d37242f5ee4642bf612d0012f765fb18539d01bc683
-SIZE (c-news/c-news-patch-ansi2) = 230769
+SHA256 (c-news/c-news-patch-ansi3) = eac21bc9d881aa3d79111c411eb0a5ffe565485a7ea680fe99393a8b7a3833b9
+SIZE (c-news/c-news-patch-ansi3) = 231528



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307131517.36DFHIOO095120>